diff --git a/.github/workflows/audit_check.yml b/.github/workflows/audit_check.yml index 52412ab2..99dfc225 100644 --- a/.github/workflows/audit_check.yml +++ b/.github/workflows/audit_check.yml @@ -22,7 +22,7 @@ jobs: - bans licenses sources steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 2dfcd736..da56cdd0 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -16,7 +16,7 @@ jobs: options: --security-opt seccomp=unconfined steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index bfb66c6f..a6c78a41 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -17,7 +17,7 @@ jobs: - nightly steps: - name: Checkout sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index e539ef44..96f2690f 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 781a6a7b..cda69590 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false @@ -131,7 +131,7 @@ jobs: - stable - nightly steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af @@ -156,7 +156,7 @@ jobs: - armv7-unknown-linux-gnueabihf - powerpc64-unknown-linux-gnu steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af @@ -180,7 +180,7 @@ jobs: arch: - wasm32-unknown-unknown steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af @@ -197,7 +197,7 @@ jobs: name: Build documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af @@ -213,7 +213,7 @@ jobs: name: Build and check benchmarks runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af