diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index fe32a79..14133e9 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - name: TruffleHog OSS diff --git a/workflow-templates/deploy-preview.yml b/workflow-templates/deploy-preview.yml index 605f5bc..e288ee2 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@v6 - 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@v6 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..2040de7 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@v6 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..6c09119 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@v6 - 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..abcda74 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@v6 with: fetch-depth: 0 # Whether to configure the token or SSH key with the local git config