From 62253776d300d0a97076356c2da19a324863a770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:04:28 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/secrets_scanner.yaml | 2 +- workflow-templates/deploy-preview.yml | 4 ++-- workflow-templates/deploy-prod.yml | 2 +- workflow-templates/deploy-staging.yml | 2 +- workflow-templates/release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index fe32a79..4bc0102 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 - name: TruffleHog OSS diff --git a/workflow-templates/deploy-preview.yml b/workflow-templates/deploy-preview.yml index 605f5bc..6cb6bf0 100644 --- a/workflow-templates/deploy-preview.yml +++ b/workflow-templates/deploy-preview.yml @@ -15,7 +15,7 @@ jobs: outputs: results: "${{ steps.deploy_preview.outputs.urls }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: "Enable yarn cache" uses: c-hive/gha-yarn-cache@v2 # using cache @@ -57,7 +57,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: "Checkout zksync-test-ui repository" - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: repository: matter-labs/zksync-test-ui ref: main diff --git a/workflow-templates/deploy-prod.yml b/workflow-templates/deploy-prod.yml index 4892ac5..8ab4098 100644 --- a/workflow-templates/deploy-prod.yml +++ b/workflow-templates/deploy-prod.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.repository.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 with: ref: "${{ github.event.inputs.ref }}" fetch-depth: 0 diff --git a/workflow-templates/deploy-staging.yml b/workflow-templates/deploy-staging.yml index 50e635f..6791d69 100644 --- a/workflow-templates/deploy-staging.yml +++ b/workflow-templates/deploy-staging.yml @@ -7,7 +7,7 @@ jobs: if: ${{ github.event.repository.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: "Enable yarn cache" uses: c-hive/gha-yarn-cache@v2 # using cache diff --git a/workflow-templates/release.yml b/workflow-templates/release.yml index cc69cac..6a6f90b 100644 --- a/workflow-templates/release.yml +++ b/workflow-templates/release.yml @@ -7,7 +7,7 @@ jobs: if: ${{ github.event.repository.full_name == github.repository }} && {{ !contains(github.event.head_commit.message, "skip ci") }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Whether to configure the token or SSH key with the local git config