diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 7a8fb787e..154082a91 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -26,7 +26,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a1aeadb..ccbbede1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: toolchain: ${{ matrix.rust }} @@ -76,7 +76,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: persist-credentials: false - uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728 @@ -95,7 +95,7 @@ jobs: uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: toolchain: nightly @@ -123,7 +123,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust toolchain uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: @@ -147,7 +147,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust toolchain uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: @@ -168,7 +168,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout repository - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust toolchain uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: @@ -196,7 +196,7 @@ jobs: bloat: runs-on: ubuntu-latest steps: - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust toolchain uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b3f8e264..db61bcf53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: persist-credentials: false - uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index ff3dd9bf7..be268ef94 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -34,7 +34,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout code - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 3ed95609e..4dbfdae30 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: persist-credentials: false