diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 47f0faf5..137f44af 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -32,7 +32,7 @@ jobs: static.rust-lang.org:443 index.crates.io:443 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: Swatinem/rust-cache@81d053bdb0871dcd3f10763c8cc60d0adc41762b - uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 with: @@ -63,7 +63,7 @@ jobs: static.rust-lang.org:443 index.crates.io:443 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: EmbarkStudios/cargo-deny-action@a50c7d5f86370e02fae8472c398f15a36e517bb8 with: command: check ${{ matrix.checks }} diff --git a/.github/workflows/benchmark pullrequest.yml b/.github/workflows/benchmark pullrequest.yml index 17c7bd03..1100c101 100644 --- a/.github/workflows/benchmark pullrequest.yml +++ b/.github/workflows/benchmark pullrequest.yml @@ -36,7 +36,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: set-safe-directory: true - run: rustup default nightly diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index af76a0dc..4d36975d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: set-safe-directory: true - run: rustup default nightly diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1cd90614..8b62bf28 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -35,7 +35,7 @@ jobs: static.rust-lang.org:443 index.crates.io:443 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Log in to Docker Hub uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc with: diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index af952f9f..bbba2a15 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -35,7 +35,7 @@ jobs: index.crates.io:443 - name: Checkout code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c9de99dd..c6a38e52 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -46,7 +46,7 @@ jobs: index.crates.io:443 - name: "Checkout code" - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.0.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # tag=v3.0.0 with: persist-credentials: false diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index c5d2d348..a873951b 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -25,7 +25,7 @@ jobs: env: USER: runner - name: Checkout Actions Repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2 - name: Check spelling uses: crate-ci/typos@0863e64406a6d8f990ba7a1dd8f5a4683dd61194 # master diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6175288..d7a012fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: static.crates.io:443 static.rust-lang.org:443 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af with: profile: minimal @@ -67,7 +67,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Rust run: rustup toolchain install nightly --component llvm-tools-preview - uses: Swatinem/rust-cache@81d053bdb0871dcd3f10763c8cc60d0adc41762b @@ -136,7 +136,7 @@ jobs: index.crates.io:443 static.crates.io:443 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af with: profile: minimal