From 8575eabe082ab7e207dc08e1d658f451f6d263bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:51:41 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 2 +- .github/workflows/codeowners.yml | 2 +- .github/workflows/diff-rendered-charts.yml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- .github/workflows/psa-checker.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/validate-k8s-manifests.yml | 4 ++-- .github/workflows/zizmor.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 8e78566..95fa5ce 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref }} persist-credentials: false diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index 64e489b..bbc9928 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -23,7 +23,7 @@ jobs: options: --cpus 1 steps: - name: Clone Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false diff --git a/.github/workflows/diff-rendered-charts.yml b/.github/workflows/diff-rendered-charts.yml index f34f3b4..ee5338b 100644 --- a/.github/workflows/diff-rendered-charts.yml +++ b/.github/workflows/diff-rendered-charts.yml @@ -17,7 +17,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in later steps @@ -44,7 +44,7 @@ jobs: sha: ${{ github.head_ref }} steps: - name: checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: persist-credentials: true # We are using these credentials in later steps ref: ${{ matrix.ref.sha }} diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5941be0..810678a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 with: persist-credentials: false - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0 diff --git a/.github/workflows/psa-checker.yml b/.github/workflows/psa-checker.yml index 06259bf..19451d6 100644 --- a/.github/workflows/psa-checker.yml +++ b/.github/workflows/psa-checker.yml @@ -30,7 +30,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in the next step diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 769d444..1e04bcc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-k8s-manifests.yml b/.github/workflows/validate-k8s-manifests.yml index e4e1b53..fc63d0e 100644 --- a/.github/workflows/validate-k8s-manifests.yml +++ b/.github/workflows/validate-k8s-manifests.yml @@ -31,7 +31,7 @@ jobs: charts: ${{ steps.find_changed_charts.outputs.changed_charts }} steps: - name: checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: '100' persist-credentials: true # We are using these credentials in later steps @@ -53,7 +53,7 @@ jobs: chart: ${{ fromJSON(needs.get_changed_helm_charts.outputs.matrix_charts) }} steps: - name: checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: persist-credentials: true # We are using these credentials in later steps diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index dd9866f..1c64d21 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: persist-credentials: false