From ed2bec2b01a2a32729b4be794434eb375f5b8a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:03:41 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.3 to 4.1.7 (#77) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/markdown-checks.yaml | 4 ++-- .github/workflows/verify-helm.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2ed9c9d..49b1611 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index c389a9e..0a3ed29 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -38,7 +38,7 @@ jobs: disable-telemetry: true egress-policy: block - name: Checkout repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index c483581..a048d24 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -38,14 +38,14 @@ jobs: disable-sudo: true disable-telemetry: true egress-policy: block - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: markdownlint-cli2-action uses: DavidAnson/markdownlint-cli2-action@v16 link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15 with: use-quiet-mode: 'yes' diff --git a/.github/workflows/verify-helm.yaml b/.github/workflows/verify-helm.yaml index 02f3bcd..6696693 100644 --- a/.github/workflows/verify-helm.yaml +++ b/.github/workflows/verify-helm.yaml @@ -40,7 +40,7 @@ jobs: disable-sudo: true disable-telemetry: true egress-policy: block - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - run: | docker run --rm --volume "${{ github.workspace }}/chart:/helm-docs" -u $(id -u) jnorwood/helm-docs:latest @@ -66,7 +66,7 @@ jobs: disable-sudo: true disable-telemetry: true egress-policy: block - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # Uses the default values.yaml - uses: jlandowner/helm-chartsnap-action@0561d6d0132753ceb052cf1e7dcb7385dbb303c9 # fix