diff --git a/.github/workflows/cd-deploy-nodes-gcp.yml b/.github/workflows/cd-deploy-nodes-gcp.yml index 70caeb13a..279522d3a 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.yml @@ -226,7 +226,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' @@ -328,7 +328,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' diff --git a/.github/workflows/chore-delete-gcp-resources.yml b/.github/workflows/chore-delete-gcp-resources.yml index 7d824a3d9..ce0d38771 100644 --- a/.github/workflows/chore-delete-gcp-resources.yml +++ b/.github/workflows/chore-delete-gcp-resources.yml @@ -46,7 +46,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' @@ -114,7 +114,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' diff --git a/.github/workflows/chore-project-management.yml b/.github/workflows/chore-project-management.yml index 4825e353c..3a29f885b 100644 --- a/.github/workflows/chore-project-management.yml +++ b/.github/workflows/chore-project-management.yml @@ -18,7 +18,7 @@ jobs: name: Adds all new issues to the "Zebra Backlog" Github project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/ZcashFoundation/projects/9 # TODO: use a PAT from a `bot` account we create for the organization @@ -29,7 +29,7 @@ jobs: name: Adds all new issues to the "ZF Engineering Backlog" Github project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/ZcashFoundation/projects/13 # TODO: use a PAT from a `bot` account we create for the organization diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index b1bea8bfc..25f77bab0 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -103,4 +103,4 @@ jobs: run: cargo llvm-cov --lcov --no-run --output-path lcov.info - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index c80c9f328..5e0eab9eb 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -44,7 +44,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | **/*.rs @@ -56,7 +56,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v42.0.4 + uses: tj-actions/changed-files@v42.0.5 with: files: | .github/workflows/*.yml @@ -151,7 +151,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: actionlint - uses: reviewdog/action-actionlint@v1.41.0 + uses: reviewdog/action-actionlint@v1.42.0 with: level: warning fail_on_error: false diff --git a/.github/workflows/docs-deploy-firebase.yml b/.github/workflows/docs-deploy-firebase.yml index 71cdd2927..9d655136a 100644 --- a/.github/workflows/docs-deploy-firebase.yml +++ b/.github/workflows/docs-deploy-firebase.yml @@ -106,7 +106,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' @@ -165,7 +165,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' diff --git a/.github/workflows/manual-zcashd-deploy.yml b/.github/workflows/manual-zcashd-deploy.yml index 9b84c5f53..5e3f06296 100644 --- a/.github/workflows/manual-zcashd-deploy.yml +++ b/.github/workflows/manual-zcashd-deploy.yml @@ -52,7 +52,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index e804158cd..69ccc5ed1 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -125,7 +125,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' diff --git a/.github/workflows/sub-deploy-integration-tests-gcp.yml b/.github/workflows/sub-deploy-integration-tests-gcp.yml index c29d7f5ff..be08e666c 100644 --- a/.github/workflows/sub-deploy-integration-tests-gcp.yml +++ b/.github/workflows/sub-deploy-integration-tests-gcp.yml @@ -150,7 +150,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}' @@ -450,7 +450,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: workload_identity_provider: '${{ vars.GCP_WIF }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' @@ -727,7 +727,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: workload_identity_provider: '${{ vars.GCP_WIF }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' diff --git a/.github/workflows/sub-find-cached-disks.yml b/.github/workflows/sub-find-cached-disks.yml index 35a481940..db77cedfe 100644 --- a/.github/workflows/sub-find-cached-disks.yml +++ b/.github/workflows/sub-find-cached-disks.yml @@ -45,7 +45,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: retries: '3' workload_identity_provider: '${{ vars.GCP_WIF }}'