From 1937e2b8fdd4492d538a171aca41042f30286525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:48:09 +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/diff-rendered-charts.yml | 4 ++-- .github/workflows/psa-checker.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/validate-k8s-manifests.yml | 4 ++-- .github/workflows/zizmor.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index e62ca48..24b3801 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: ref: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.sha) || github.ref }} persist-credentials: false diff --git a/.github/workflows/diff-rendered-charts.yml b/.github/workflows/diff-rendered-charts.yml index 07d8087..d232ede 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 with: persist-credentials: true # We are using these credentials in later steps ref: ${{ matrix.ref.sha }} diff --git a/.github/workflows/psa-checker.yml b/.github/workflows/psa-checker.yml index 0e01160..cb8a8cc 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@v5 + uses: actions/checkout@v6 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 573a13a..22c696a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-k8s-manifests.yml b/.github/workflows/validate-k8s-manifests.yml index b6150f6..8af2329 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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 6b3b4e9..e735750 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@v5 + uses: actions/checkout@v6 with: persist-credentials: false