diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 4b5bdb8b..796becbf 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: [self-hosted, ci-runner] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up Docker Build uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/cargo-deny.yml b/.github/workflows/cargo-deny.yml index 1c81e60d..2b17a808 100644 --- a/.github/workflows/cargo-deny.yml +++ b/.github/workflows/cargo-deny.yml @@ -22,7 +22,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: EmbarkStudios/cargo-deny-action@v1 with: command: check ${{ matrix.checks }} diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 27f7c72b..3ae53f23 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -18,7 +18,7 @@ jobs: with: tool: cargo-spellcheck - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Run cargo-spellcheck run: cargo spellcheck --cfg=.github/spellcheck/finalizer.cfg --code 1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37883fee..337ae82d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: [self-hosted, ci-runner] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Install stable toolchain uses: actions-rs/toolchain@v1 diff --git a/.github/workflows/migration_deployment.yml b/.github/workflows/migration_deployment.yml index 91f62212..849b0a67 100644 --- a/.github/workflows/migration_deployment.yml +++ b/.github/workflows/migration_deployment.yml @@ -22,7 +22,7 @@ jobs: image: matterlabs/zk-environment:latest2.0 options: --user root steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: setup-env shell: bash