diff --git a/.github/workflows/build-crates-individually.patch.yml b/.github/workflows/build-crates-individually.patch.yml index 2fdc44905..9d7ee0b8d 100644 --- a/.github/workflows/build-crates-individually.patch.yml +++ b/.github/workflows/build-crates-individually.patch.yml @@ -23,7 +23,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/build-crates-individually.yml b/.github/workflows/build-crates-individually.yml index 91873f3e1..227b5a78b 100644 --- a/.github/workflows/build-crates-individually.yml +++ b/.github/workflows/build-crates-individually.yml @@ -50,7 +50,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: @@ -106,7 +106,7 @@ jobs: matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index bff02f235..ac744e2a4 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -54,7 +54,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 844539635..065bc3a55 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -87,7 +87,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 1fb35ff03..3e58c0b31 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -78,7 +78,7 @@ jobs: rust: beta steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -185,7 +185,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -209,7 +209,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -250,7 +250,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f957c4f44..530fb9087 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/delete-gcp-resources.yml b/.github/workflows/delete-gcp-resources.yml index c82208efe..90520bbf2 100644 --- a/.github/workflows/delete-gcp-resources.yml +++ b/.github/workflows/delete-gcp-resources.yml @@ -26,7 +26,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index 99a8ebb1a..f752a6997 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -112,7 +112,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -181,7 +181,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -235,7 +235,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -398,7 +398,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -519,7 +519,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -584,7 +584,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -639,7 +639,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -696,7 +696,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -755,7 +755,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -814,7 +814,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -874,7 +874,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -930,7 +930,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -986,7 +986,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1042,7 +1042,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1113,7 +1113,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1302,7 +1302,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 78b0c6f8c..073336fae 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5dc338849..8c2482a61 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }} workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: 2 @@ -66,7 +66,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -116,7 +116,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -149,7 +149,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -176,7 +176,7 @@ jobs: needs: changed-files if: ${{ needs.changed-files.outputs.workflows == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: reviewdog/action-actionlint@v1.32.0 with: level: warning @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest needs: changed-files steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: plettich/action-codespell@master with: github_token: ${{ secrets.github_token }} diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index d9cf7b912..d4430dc87 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -48,13 +48,13 @@ jobs: id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: repository: adityapk00/lightwalletd ref: 'master' persist-credentials: false - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: path: zebra persist-credentials: false diff --git a/.github/workflows/zcashd-manual-deploy.yml b/.github/workflows/zcashd-manual-deploy.yml index 33d80df51..28892ae28 100644 --- a/.github/workflows/zcashd-manual-deploy.yml +++ b/.github/workflows/zcashd-manual-deploy.yml @@ -28,7 +28,7 @@ jobs: id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false