From deec9312c44fd8561944390cf38c1eb6eb651df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:52:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 --- .github/workflows/.sync-labels.yaml | 2 +- .github/workflows/cd-cluster-bootstrap.yaml | 2 +- .../workflows/cd-dotnet-application-publish.yaml | 2 +- .github/workflows/cd-dotnet-library-publish.yaml | 2 +- .github/workflows/cd-gitops-deploy.yaml | 2 +- .github/workflows/cd-pages-publish.yaml | 2 +- .github/workflows/ci-auto-merge.yaml | 2 +- .github/workflows/ci-docs.yaml | 2 +- .github/workflows/ci-dotnet-test.yaml | 2 +- .github/workflows/ci-gitops-test.yaml | 2 +- .github/workflows/ci-gitops-validate.yaml | 2 +- .github/workflows/ci-go.yaml | 14 +++++++------- .github/workflows/release.yaml | 2 +- .github/workflows/sync-cluster-policies.yaml | 2 +- .github/workflows/todos.yaml | 2 +- .github/workflows/zizmor.yaml | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/.sync-labels.yaml b/.github/workflows/.sync-labels.yaml index efe9096..7002fda 100644 --- a/.github/workflows/.sync-labels.yaml +++ b/.github/workflows/.sync-labels.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: 🔄 Sync labels diff --git a/.github/workflows/cd-cluster-bootstrap.yaml b/.github/workflows/cd-cluster-bootstrap.yaml index 4b82824..a007f46 100644 --- a/.github/workflows/cd-cluster-bootstrap.yaml +++ b/.github/workflows/cd-cluster-bootstrap.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: 📑 Checkout if: ${{ inputs.SKIP != true }} - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/cd-dotnet-application-publish.yaml b/.github/workflows/cd-dotnet-application-publish.yaml index 7481871..d997844 100644 --- a/.github/workflows/cd-dotnet-application-publish.yaml +++ b/.github/workflows/cd-dotnet-application-publish.yaml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/cd-dotnet-library-publish.yaml b/.github/workflows/cd-dotnet-library-publish.yaml index 2cd901e..42a5663 100644 --- a/.github/workflows/cd-dotnet-library-publish.yaml +++ b/.github/workflows/cd-dotnet-library-publish.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/cd-gitops-deploy.yaml b/.github/workflows/cd-gitops-deploy.yaml index b9e95a8..790d28e 100644 --- a/.github/workflows/cd-gitops-deploy.yaml +++ b/.github/workflows/cd-gitops-deploy.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: 📑 Checkout if: ${{ inputs.SKIP != true }} - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/cd-pages-publish.yaml b/.github/workflows/cd-pages-publish.yaml index f26888a..a2518c8 100644 --- a/.github/workflows/cd-pages-publish.yaml +++ b/.github/workflows/cd-pages-publish.yaml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Setup Ruby diff --git a/.github/workflows/ci-auto-merge.yaml b/.github/workflows/ci-auto-merge.yaml index 12199bc..bcfde27 100644 --- a/.github/workflows/ci-auto-merge.yaml +++ b/.github/workflows/ci-auto-merge.yaml @@ -21,7 +21,7 @@ jobs: if: ${{ !github.event.pull_request.draft && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'botantler[bot]' || github.event.pull_request.user.login == 'devantler' || github.event.pull_request.user.login == 'Copilot') }} steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-docs.yaml b/.github/workflows/ci-docs.yaml index 452d040..1c7094c 100644 --- a/.github/workflows/ci-docs.yaml +++ b/.github/workflows/ci-docs.yaml @@ -31,7 +31,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: 📄 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/ci-dotnet-test.yaml b/.github/workflows/ci-dotnet-test.yaml index e56abba..943101b 100644 --- a/.github/workflows/ci-dotnet-test.yaml +++ b/.github/workflows/ci-dotnet-test.yaml @@ -23,7 +23,7 @@ jobs: if: github.repository != 'devantler-tech/reusable-workflows' steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-gitops-test.yaml b/.github/workflows/ci-gitops-test.yaml index db54cbb..2901102 100644 --- a/.github/workflows/ci-gitops-test.yaml +++ b/.github/workflows/ci-gitops-test.yaml @@ -34,7 +34,7 @@ jobs: if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group' steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-gitops-validate.yaml b/.github/workflows/ci-gitops-validate.yaml index cc2c30a..1ccf5fb 100644 --- a/.github/workflows/ci-gitops-validate.yaml +++ b/.github/workflows/ci-gitops-validate.yaml @@ -17,7 +17,7 @@ jobs: if: github.repository != 'devantler-tech/reusable-workflows' steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index f59f570..97c9fb5 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -42,7 +42,7 @@ jobs: lintable: ${{ steps.filter.outputs.lintable }} steps: - name: 📄 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -134,7 +134,7 @@ jobs: app_id: ${{ vars.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: 📄 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true token: ${{ steps.generate-token.outputs.token }} @@ -177,7 +177,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: 📄 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true token: ${{ steps.generate-token.outputs.token }} @@ -226,7 +226,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: 📄 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true token: ${{ steps.generate-token.outputs.token }} @@ -269,7 +269,7 @@ jobs: contents: write steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -293,7 +293,7 @@ jobs: contents: write steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -318,7 +318,7 @@ jobs: contents: write steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 620c98f..3d1e629 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/sync-cluster-policies.yaml b/.github/workflows/sync-cluster-policies.yaml index 32b979d..91c15e3 100644 --- a/.github/workflows/sync-cluster-policies.yaml +++ b/.github/workflows/sync-cluster-policies.yaml @@ -29,7 +29,7 @@ jobs: app_id: ${{ vars.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index dbfcca6..5b826d2 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 098189a..bb458d0 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -19,7 +19,7 @@ jobs: actions: read # only needed for private repos steps: - name: 📑 Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false