From 1dfec99fcf989cf7d832c96d88efbcff3a78654a Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:12:51 +0000 Subject: [PATCH] ci(github-action): update actions/checkout action to v6.0.2 --- .github/workflows/auto-pr.yaml | 2 +- .github/workflows/docker-build-push-github.yaml | 2 +- .github/workflows/docker-build-push-google.yaml | 2 +- .github/workflows/docker-build.yaml | 2 +- .github/workflows/docker-image-exists-google.yaml | 2 +- .github/workflows/flux-diff.yaml | 8 ++++---- .github/workflows/get-changed-files.yaml | 2 +- .github/workflows/npm-publish.yaml | 2 +- .github/workflows/run-renovate-google.yaml | 2 +- .github/workflows/run-renovate.yaml | 2 +- .github/workflows/tag-image-google.yaml | 2 +- .github/workflows/test-npm.yaml | 2 +- .github/workflows/test-php.yaml | 2 +- .github/workflows/upload-build-assets-google.yaml | 2 +- .github/workflows/value-updater-yaml.yaml | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/auto-pr.yaml b/.github/workflows/auto-pr.yaml index 69ee6b1..08efe42 100644 --- a/.github/workflows/auto-pr.yaml +++ b/.github/workflows/auto-pr.yaml @@ -35,7 +35,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/pull-request-action - name: create pr diff --git a/.github/workflows/docker-build-push-github.yaml b/.github/workflows/docker-build-push-github.yaml index cea44b0..040bd1e 100644 --- a/.github/workflows/docker-build-push-github.yaml +++ b/.github/workflows/docker-build-push-github.yaml @@ -62,7 +62,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/cosign-installer - name: setup cosign diff --git a/.github/workflows/docker-build-push-google.yaml b/.github/workflows/docker-build-push-google.yaml index 9cda430..50e7a79 100644 --- a/.github/workflows/docker-build-push-google.yaml +++ b/.github/workflows/docker-build-push-google.yaml @@ -95,7 +95,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/cosign-installer - name: setup cosign diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d2dc218..64d87e1 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -55,7 +55,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/docker-setup-buildx - name: setup docker buildx diff --git a/.github/workflows/docker-image-exists-google.yaml b/.github/workflows/docker-image-exists-google.yaml index f6dbccb..fc7dee9 100644 --- a/.github/workflows/docker-image-exists-google.yaml +++ b/.github/workflows/docker-image-exists-google.yaml @@ -58,7 +58,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: authenticate to google cloud diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index e175e24..8cfa7f9 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -70,7 +70,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} path: pull @@ -78,7 +78,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout cluster repo if: ${{ inputs.cluster-repo }} - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} repository: ${{ inputs.cluster-repo-owner }}/${{ inputs.cluster-repo }} @@ -86,7 +86,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout default branch - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} ref: ${{ github.event.repository.default_branch }} @@ -95,7 +95,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout cluster default branch if: ${{ inputs.cluster-repo }} - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} repository: ${{ inputs.cluster-repo-owner }}/${{ inputs.cluster-repo }} diff --git a/.github/workflows/get-changed-files.yaml b/.github/workflows/get-changed-files.yaml index eacef3f..a00c168 100644 --- a/.github/workflows/get-changed-files.yaml +++ b/.github/workflows/get-changed-files.yaml @@ -45,7 +45,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/changed-files - name: get all changed files diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index cae3ee5..09e7789 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/setup-node-js-environment - name: setup node.js diff --git a/.github/workflows/run-renovate-google.yaml b/.github/workflows/run-renovate-google.yaml index d0bf204..125a3bb 100644 --- a/.github/workflows/run-renovate-google.yaml +++ b/.github/workflows/run-renovate-google.yaml @@ -66,7 +66,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 6e8f32e..d78f41d 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -53,7 +53,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/tag-image-google.yaml b/.github/workflows/tag-image-google.yaml index 918754c..4ae3678 100644 --- a/.github/workflows/tag-image-google.yaml +++ b/.github/workflows/tag-image-google.yaml @@ -50,7 +50,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: authenticate to google cloud diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index ef6b102..013a8c2 100644 --- a/.github/workflows/test-npm.yaml +++ b/.github/workflows/test-npm.yaml @@ -36,7 +36,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/cache - name: cache node modules diff --git a/.github/workflows/test-php.yaml b/.github/workflows/test-php.yaml index f3d06e7..c76150d 100644 --- a/.github/workflows/test-php.yaml +++ b/.github/workflows/test-php.yaml @@ -43,7 +43,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/check-php-syntax-errors - name: php-lint diff --git a/.github/workflows/upload-build-assets-google.yaml b/.github/workflows/upload-build-assets-google.yaml index 98328c0..515476e 100644 --- a/.github/workflows/upload-build-assets-google.yaml +++ b/.github/workflows/upload-build-assets-google.yaml @@ -64,7 +64,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/authenticate-to-google-cloud - name: authenticate to google cloud diff --git a/.github/workflows/value-updater-yaml.yaml b/.github/workflows/value-updater-yaml.yaml index 6da919a..e6595ea 100644 --- a/.github/workflows/value-updater-yaml.yaml +++ b/.github/workflows/value-updater-yaml.yaml @@ -67,7 +67,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # https://github.com/marketplace/actions/setup-yq - name: update value