diff --git a/.github/workflows/audit_check.yml b/.github/workflows/audit_check.yml index 5067109a..7367ce1e 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@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 2fe72d2e..d1c5ae09 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index e99ba243..315df9b8 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 4847f865..a758b5cd 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1c41169..76a35fa5 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false @@ -131,7 +131,7 @@ jobs: - stable - nightly steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 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@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af @@ -180,7 +180,7 @@ jobs: arch: - wasm32-unknown-unknown steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 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@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 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@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: persist-credentials: false - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af