From d3701d7ae52b5dd6c09e09a8fda42a6efca8ecb7 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:35:44 +0000 Subject: [PATCH] ci(github-action): update actions/checkout action to v6.0.3 --- .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 08efe42..7ad9e50 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 e0fb87a..9e7d1d6 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 4704e30..999b629 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 8444d87..273fa7e 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 fc7dee9..1fedb9c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 cbac5bf..a9dc224 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 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 f491c9f..c8e6aa4 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 b538a83..c7ffb1f 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 c94f18b..a542cdb 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 690e390..49d03f5 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/tag-image-google.yaml b/.github/workflows/tag-image-google.yaml index 4ae3678..1612f3d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 23e6ab2..0b7519e 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 c76150d..16f4c20 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 e2411ac..b556b0c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # 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 28afd76..4294f13 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # https://github.com/marketplace/actions/setup-yq - name: update value