From 2ce7273d52678c24698b8e96cfee7e41453c121d Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 00:23:34 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/pull-request-main.yml | 16 ++++++++-------- .github/workflows/push-main.yml | 10 +++++----- .../workflows/reusable-apidiff-go-analysis.yml | 4 ++-- .github/workflows/reusable-dependency-review.yml | 2 +- .../workflows/reusable-docker-build-publish.yml | 4 ++-- .github/workflows/reusable-docusaurus.yml | 2 +- .github/workflows/run-e2e-tests.yml | 16 ++++++++-------- .github/workflows/schedule-renovate.yml | 2 +- .github/workflows/setup-postgres-validate.yml | 2 +- .github/workflows/solidity-review-artifacts.yml | 12 ++++++------ actions/beholder-pulumi-deploy-schema/action.yml | 2 +- actions/bump-mcms-tools/action.yml | 2 +- actions/chip-schema-registration/action.yml | 2 +- actions/ci-beholder-validator/action.yml | 2 +- actions/ci-benchmarking/action.yml | 2 +- actions/ci-kubeconform/action.yml | 2 +- actions/ci-lint-charts/action.yml | 2 +- actions/ci-lint-go/action.yml | 2 +- actions/ci-lint-misc/action.yml | 2 +- actions/ci-lint-ts/action.yml | 2 +- actions/ci-prettier/action.yml | 2 +- actions/ci-sonarqube-go/action.yml | 2 +- actions/ci-sonarqube-ts/action.yml | 2 +- actions/ci-test-go/action.yml | 2 +- actions/ci-test-sol/action.yml | 2 +- actions/ci-test-ts/action.yml | 2 +- .../cicd-build-publish-artifacts-go/action.yml | 2 +- .../cicd-build-publish-artifacts-ts/action.yml | 2 +- actions/cicd-build-publish-charts/action.yml | 2 +- actions/cicd-changesets/action.yml | 2 +- actions/cleanup-old-branches/action.yml | 2 +- actions/crib-deploy-environment/action.yml | 2 +- actions/ctf-build-test-image/action.yml | 2 +- actions/devenv-k8s-setup-ns/action.yml | 2 +- actions/guard-from-missing-changesets/action.yml | 2 +- actions/guard-tag-from-branch/action.yml | 2 +- actions/llm-action-error-reporter/action.yml | 4 ++-- actions/llm-pr-writer/action.yml | 2 +- actions/md-confluence-sync/action.yml | 2 +- actions/setup-renovate/action.yml | 2 +- actions/slack-notify-git-ref/action.yml | 2 +- actions/update-actions/action.yml | 2 +- actions/validate-protos-version/action.yml | 2 +- 44 files changed, 70 insertions(+), 70 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index fe912d587..d39d54e8e 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check if deny licenses are in sync id: check-sync diff --git a/.github/workflows/pull-request-main.yml b/.github/workflows/pull-request-main.yml index e9b6ee279..39f2f3bfd 100644 --- a/.github/workflows/pull-request-main.yml +++ b/.github/workflows/pull-request-main.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -32,7 +32,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -49,7 +49,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Commit back any changes based on the commit that triggered this action # rather than merge commit of main into the PR branch @@ -101,7 +101,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -119,7 +119,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -136,7 +136,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -163,7 +163,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 6dfb97f12..eb5a49b1a 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ci-lint uses: ./actions/ci-lint-ts @@ -29,7 +29,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -46,7 +46,7 @@ jobs: contents: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -68,7 +68,7 @@ jobs: actions: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -87,7 +87,7 @@ jobs: actions: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-apidiff-go-analysis.yml b/.github/workflows/reusable-apidiff-go-analysis.yml index 226ce751f..caa4ad13d 100644 --- a/.github/workflows/reusable-apidiff-go-analysis.yml +++ b/.github/workflows/reusable-apidiff-go-analysis.yml @@ -44,7 +44,7 @@ jobs: modules-json: ${{ steps.changed-modules.outputs.modules-json }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: module: ${{ fromJson(needs.changed-modules.outputs.modules-json) }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index 766ebac71..286f7484c 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -35,7 +35,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-docker-build-publish.yml b/.github/workflows/reusable-docker-build-publish.yml index ec416f586..5f9822181 100644 --- a/.github/workflows/reusable-docker-build-publish.yml +++ b/.github/workflows/reusable-docker-build-publish.yml @@ -418,7 +418,7 @@ jobs: docker-restore-cache: ${{ steps.should-cache.outputs.docker-restore-cache }} docker-save-cache: ${{ steps.should-cache.outputs.docker-save-cache }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 1 @@ -577,7 +577,7 @@ jobs: if: ${{ inputs.free-disk-space == 'true' }} uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 id: checkout with: persist-credentials: false diff --git a/.github/workflows/reusable-docusaurus.yml b/.github/workflows/reusable-docusaurus.yml index 664b32f5c..5454e18f3 100644 --- a/.github/workflows/reusable-docusaurus.yml +++ b/.github/workflows/reusable-docusaurus.yml @@ -68,7 +68,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup nodejs uses: smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1 diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index a3987c91a..07fcf8748 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -373,7 +373,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false - name: Install citool @@ -426,7 +426,7 @@ jobs: workflow_id: ${{ steps.gen_id.outputs.workflow_id }} steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false @@ -635,7 +635,7 @@ jobs: - name: Checkout the repo if: ${{ steps.check-image-exists.outputs.exists != 'true' }} - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ inputs.chainlink_version }} @@ -679,7 +679,7 @@ jobs: }} steps: - name: Checkout the repo - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ inputs.chainlink_version }} @@ -746,7 +746,7 @@ jobs: uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1 - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false ref: ${{ inputs.chainlink_version }} @@ -1037,7 +1037,7 @@ jobs: }}.amazonaws.com/chainlink-tests steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false - name: Build Test Runner Image @@ -1114,7 +1114,7 @@ jobs: uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1 - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false @@ -1316,7 +1316,7 @@ jobs: uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1 - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/schedule-renovate.yml b/.github/workflows/schedule-renovate.yml index 0d03a731a..2bfcf03dd 100644 --- a/.github/workflows/schedule-renovate.yml +++ b/.github/workflows/schedule-renovate.yml @@ -17,7 +17,7 @@ jobs: actions: read steps: - name: Checkout repo (needed to reference local action) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/setup-postgres-validate.yml b/.github/workflows/setup-postgres-validate.yml index 3e2c7bf90..c362d6555 100644 --- a/.github/workflows/setup-postgres-validate.yml +++ b/.github/workflows/setup-postgres-validate.yml @@ -31,7 +31,7 @@ jobs: want_shared_buffers: "128MB" want_fsync: "off" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/solidity-review-artifacts.yml b/.github/workflows/solidity-review-artifacts.yml index f3499786a..588e6a0a6 100644 --- a/.github/workflows/solidity-review-artifacts.yml +++ b/.github/workflows/solidity-review-artifacts.yml @@ -141,7 +141,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout the caller repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 persist-credentials: false @@ -207,7 +207,7 @@ jobs: needs: [gather-basic-info] steps: - name: Checkout the caller repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: ref: ${{ env.head_ref }} persist-credentials: false @@ -308,14 +308,14 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout caller repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 ref: ${{ env.head_ref }} persist-credentials: false - name: Checkout .github repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: repository: smartcontractkit/.github ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9 @@ -472,14 +472,14 @@ jobs: - name: Checkout caller repository if: ${{ inputs.link_with_jira == true }} - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: ref: ${{ env.head_ref }} persist-credentials: false - name: Checkout chainlink-github-actions repository if: ${{ inputs.link_with_jira == true }} - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: repository: smartcontractkit/.github ref: 65249c7eae628aad6e70a0c0850d981cd0074bf9 diff --git a/actions/beholder-pulumi-deploy-schema/action.yml b/actions/beholder-pulumi-deploy-schema/action.yml index f1e96d013..c5a9582a4 100644 --- a/actions/beholder-pulumi-deploy-schema/action.yml +++ b/actions/beholder-pulumi-deploy-schema/action.yml @@ -24,7 +24,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Docker login to ECR shell: bash diff --git a/actions/bump-mcms-tools/action.yml b/actions/bump-mcms-tools/action.yml index 116e0316f..520c91e42 100644 --- a/actions/bump-mcms-tools/action.yml +++ b/actions/bump-mcms-tools/action.yml @@ -36,7 +36,7 @@ runs: using: "composite" steps: - name: Check out - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Resolve latest tag id: latest diff --git a/actions/chip-schema-registration/action.yml b/actions/chip-schema-registration/action.yml index d2c354630..273b9ec2d 100644 --- a/actions/chip-schema-registration/action.yml +++ b/actions/chip-schema-registration/action.yml @@ -44,7 +44,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Login to ECR uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2 diff --git a/actions/ci-beholder-validator/action.yml b/actions/ci-beholder-validator/action.yml index dc75a8008..f0a595f30 100644 --- a/actions/ci-beholder-validator/action.yml +++ b/actions/ci-beholder-validator/action.yml @@ -31,7 +31,7 @@ runs: using: composite steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-benchmarking/action.yml b/actions/ci-benchmarking/action.yml index de777b7f4..e26bab74b 100644 --- a/actions/ci-benchmarking/action.yml +++ b/actions/ci-benchmarking/action.yml @@ -53,7 +53,7 @@ runs: using: "composite" steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Go Environment uses: actions/setup-go@v6 diff --git a/actions/ci-kubeconform/action.yml b/actions/ci-kubeconform/action.yml index 33c398303..a49f80e72 100644 --- a/actions/ci-kubeconform/action.yml +++ b/actions/ci-kubeconform/action.yml @@ -45,7 +45,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-lint-charts/action.yml b/actions/ci-lint-charts/action.yml index 74a7c1082..ef8560168 100644 --- a/actions/ci-lint-charts/action.yml +++ b/actions/ci-lint-charts/action.yml @@ -30,7 +30,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-lint-go/action.yml b/actions/ci-lint-go/action.yml index cc8c077dd..600735bec 100644 --- a/actions/ci-lint-go/action.yml +++ b/actions/ci-lint-go/action.yml @@ -81,7 +81,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-lint-misc/action.yml b/actions/ci-lint-misc/action.yml index 444667e9a..2402363c2 100644 --- a/actions/ci-lint-misc/action.yml +++ b/actions/ci-lint-misc/action.yml @@ -21,7 +21,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-lint-ts/action.yml b/actions/ci-lint-ts/action.yml index fa0f6b2f6..e6a0e3138 100644 --- a/actions/ci-lint-ts/action.yml +++ b/actions/ci-lint-ts/action.yml @@ -34,7 +34,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-prettier/action.yml b/actions/ci-prettier/action.yml index 0f84aacb1..e968b0fb4 100644 --- a/actions/ci-prettier/action.yml +++ b/actions/ci-prettier/action.yml @@ -36,7 +36,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-sonarqube-go/action.yml b/actions/ci-sonarqube-go/action.yml index cb3401f15..ad8d9d8f5 100644 --- a/actions/ci-sonarqube-go/action.yml +++ b/actions/ci-sonarqube-go/action.yml @@ -46,7 +46,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-sonarqube-ts/action.yml b/actions/ci-sonarqube-ts/action.yml index a862d7a66..7fa9e5302 100644 --- a/actions/ci-sonarqube-ts/action.yml +++ b/actions/ci-sonarqube-ts/action.yml @@ -54,7 +54,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-test-go/action.yml b/actions/ci-test-go/action.yml index abd63b413..af7c92f33 100644 --- a/actions/ci-test-go/action.yml +++ b/actions/ci-test-go/action.yml @@ -102,7 +102,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-test-sol/action.yml b/actions/ci-test-sol/action.yml index a78c81a25..1b849fb51 100644 --- a/actions/ci-test-sol/action.yml +++ b/actions/ci-test-sol/action.yml @@ -55,7 +55,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/ci-test-ts/action.yml b/actions/ci-test-ts/action.yml index 51bf6b3ef..c6f77174b 100644 --- a/actions/ci-test-ts/action.yml +++ b/actions/ci-test-ts/action.yml @@ -34,7 +34,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/cicd-build-publish-artifacts-go/action.yml b/actions/cicd-build-publish-artifacts-go/action.yml index 402c7b3b3..765efa34b 100644 --- a/actions/cicd-build-publish-artifacts-go/action.yml +++ b/actions/cicd-build-publish-artifacts-go/action.yml @@ -110,7 +110,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} ref: ${{ inputs.checkout-ref }} diff --git a/actions/cicd-build-publish-artifacts-ts/action.yml b/actions/cicd-build-publish-artifacts-ts/action.yml index 502e07379..f7bc0d8c3 100644 --- a/actions/cicd-build-publish-artifacts-ts/action.yml +++ b/actions/cicd-build-publish-artifacts-ts/action.yml @@ -70,7 +70,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/cicd-build-publish-charts/action.yml b/actions/cicd-build-publish-charts/action.yml index 1548381de..c1f08b7c8 100644 --- a/actions/cicd-build-publish-charts/action.yml +++ b/actions/cicd-build-publish-charts/action.yml @@ -48,7 +48,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/cicd-changesets/action.yml b/actions/cicd-changesets/action.yml index 419371a8f..fee05741c 100644 --- a/actions/cicd-changesets/action.yml +++ b/actions/cicd-changesets/action.yml @@ -116,7 +116,7 @@ runs: aws-role-duration-seconds: ${{ inputs.aws-role-duration-seconds }} - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} token: ${{ steps.get-gh-token.outputs.access-token }} diff --git a/actions/cleanup-old-branches/action.yml b/actions/cleanup-old-branches/action.yml index b814eff35..b2e85a12a 100644 --- a/actions/cleanup-old-branches/action.yml +++ b/actions/cleanup-old-branches/action.yml @@ -42,7 +42,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/crib-deploy-environment/action.yml b/actions/crib-deploy-environment/action.yml index 9b8ed9e1e..b111f54f1 100644 --- a/actions/crib-deploy-environment/action.yml +++ b/actions/crib-deploy-environment/action.yml @@ -214,7 +214,7 @@ runs: websockets-services: ${{ env.WEBSOCKETS_SERVICES }} - name: Checkout crib repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "smartcontractkit/crib" ref: ${{ inputs.crib-repo-ref }} diff --git a/actions/ctf-build-test-image/action.yml b/actions/ctf-build-test-image/action.yml index 0c8efeb4b..82fa97184 100644 --- a/actions/ctf-build-test-image/action.yml +++ b/actions/ctf-build-test-image/action.yml @@ -70,7 +70,7 @@ runs: echo "short_sha=${short_sha}" >> "$GITHUB_OUTPUT" - name: Checkout chainlink-testing-framework if: steps.version.outputs.is_semantic == 'false' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: smartcontractkit/chainlink-testing-framework ref: main diff --git a/actions/devenv-k8s-setup-ns/action.yml b/actions/devenv-k8s-setup-ns/action.yml index 6090e376a..9fb0888a6 100644 --- a/actions/devenv-k8s-setup-ns/action.yml +++ b/actions/devenv-k8s-setup-ns/action.yml @@ -109,7 +109,7 @@ runs: echo "workflow-run-number=${WORKFLOW_RUN_NUMBER}" | tee -a "$GITHUB_OUTPUT" - name: Checkout devenv repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: "smartcontractkit/devenv" ref: ${{ inputs.devenv-repo-ref }} diff --git a/actions/guard-from-missing-changesets/action.yml b/actions/guard-from-missing-changesets/action.yml index 6c554639a..e0186507e 100644 --- a/actions/guard-from-missing-changesets/action.yml +++ b/actions/guard-from-missing-changesets/action.yml @@ -21,7 +21,7 @@ runs: steps: - name: Checkout full repo if: inputs.checkout == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install changesets shell: bash run: ${{ github.action_path }}/scripts/install-changesets.sh diff --git a/actions/guard-tag-from-branch/action.yml b/actions/guard-tag-from-branch/action.yml index d4c5cf113..b5dd895f6 100644 --- a/actions/guard-tag-from-branch/action.yml +++ b/actions/guard-tag-from-branch/action.yml @@ -30,7 +30,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/llm-action-error-reporter/action.yml b/actions/llm-action-error-reporter/action.yml index 8be5a0331..95677df7a 100644 --- a/actions/llm-action-error-reporter/action.yml +++ b/actions/llm-action-error-reporter/action.yml @@ -43,7 +43,7 @@ runs: using: "composite" steps: - name: Checkout calling repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check if this run is invoked from a pull request event shell: bash @@ -68,7 +68,7 @@ runs: - name: Checkout action repo if: ${{ env.SKIP_ACTION == 'false' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: smartcontractkit/.github ref: ${{ inputs.workflow-ref }} diff --git a/actions/llm-pr-writer/action.yml b/actions/llm-pr-writer/action.yml index 2ff0b14a1..f111f40d7 100644 --- a/actions/llm-pr-writer/action.yml +++ b/actions/llm-pr-writer/action.yml @@ -47,7 +47,7 @@ runs: - name: Checkout calling repo if: ${{ env.SKIP_ACTION == 'false' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/md-confluence-sync/action.yml b/actions/md-confluence-sync/action.yml index 6ebe13703..7f53df43b 100644 --- a/actions/md-confluence-sync/action.yml +++ b/actions/md-confluence-sync/action.yml @@ -39,7 +39,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/setup-renovate/action.yml b/actions/setup-renovate/action.yml index 76cd88c7b..f9bd34c05 100644 --- a/actions/setup-renovate/action.yml +++ b/actions/setup-renovate/action.yml @@ -48,7 +48,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/slack-notify-git-ref/action.yml b/actions/slack-notify-git-ref/action.yml index d442a0a4d..b0110bc89 100644 --- a/actions/slack-notify-git-ref/action.yml +++ b/actions/slack-notify-git-ref/action.yml @@ -63,7 +63,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} - name: Validate inputs diff --git a/actions/update-actions/action.yml b/actions/update-actions/action.yml index 3a01cfcf9..981b85dca 100644 --- a/actions/update-actions/action.yml +++ b/actions/update-actions/action.yml @@ -37,7 +37,7 @@ runs: steps: - name: Checkout repo if: inputs.checkout-repo == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: ${{ inputs.checkout-repo-fetch-depth }} diff --git a/actions/validate-protos-version/action.yml b/actions/validate-protos-version/action.yml index 361e6cfa4..c81165d17 100644 --- a/actions/validate-protos-version/action.yml +++ b/actions/validate-protos-version/action.yml @@ -8,7 +8,7 @@ runs: using: composite steps: - name: Checkout chainlink-protos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: smartcontractkit/chainlink-protos ref: capabilities-development