From 7c1662fbc03ea01ce69e2f66614da21c56100677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 09:54:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8f4b7f8 --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/dep-review.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust-clippy.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 272f544ca..887d4e497 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@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275394e4b..7172d8de4 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@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d 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@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false - uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc @@ -95,7 +95,7 @@ jobs: uses: step-security/harden-runner@8e0b4153524c217e5dce81df0986478e95a7004a with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d 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@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d 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@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d 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@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d with: @@ -196,7 +196,7 @@ jobs: bloat: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d with: @@ -227,7 +227,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - uses: EmbarkStudios/cargo-deny-action@8a8607bd8e2b3a514d5a40174cc7c55b229d9ba7 # v1 ci-success: diff --git a/.github/workflows/dep-review.yml b/.github/workflows/dep-review.yml index 6754c83b8..7d905feb4 100644 --- a/.github/workflows/dep-review.yml +++ b/.github/workflows/dep-review.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Dependency Review uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e # v3 # critical diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 752325c59..8128717a1 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@24cb9080177205b6e8c946b17badbe402adc938f + - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false - uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index fdcd5195f..0beb1e425 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@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Install Rust toolchain uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1