Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the devops group across 1 directory with 6 updates #8647

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -240,7 +240,7 @@
# TODO we should implement the fixes from https://github.com/ZcashFoundation/zebra/pull/5670 here
# but the implementation is failing as it's requiring the disk names, contrary to what is stated in the official documentation
- name: Create instance template for ${{ matrix.network }}
run: |

Check warning on line 243 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:165: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:243:9: shellcheck reported issue in this script: SC2086:info:1:165: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 243 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:61: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:243:9: shellcheck reported issue in this script: SC2086:info:12:61: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 243 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:125: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:243:9: shellcheck reported issue in this script: SC2086:info:12:125: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 243 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:13:107: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:243:9: shellcheck reported issue in this script: SC2086:info:13:107: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 243 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:18:46: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:243:9: shellcheck reported issue in this script: SC2086:info:18:46: Double quote to prevent globbing and word splitting [shellcheck]
gcloud compute instance-templates create-with-container zebrad-${{ needs.versioning.outputs.major_version || env.GITHUB_REF_SLUG_URL }}-${{ env.GITHUB_SHA_SHORT }}-${NETWORK} \
--boot-disk-size 300GB \
--boot-disk-type=pd-ssd \
Expand Down Expand Up @@ -307,7 +307,7 @@
if: github.event_name == 'workflow_dispatch'

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -341,7 +341,7 @@

# Create instance template from container image
- name: Manual deploy of a single ${{ inputs.network }} instance running zebrad
run: |

Check warning on line 344 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:61: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:344:9: shellcheck reported issue in this script: SC2086:info:12:61: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 344 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:125: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:344:9: shellcheck reported issue in this script: SC2086:info:12:125: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 344 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:13:107: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:344:9: shellcheck reported issue in this script: SC2086:info:13:107: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 344 in .github/workflows/cd-deploy-nodes-gcp.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:17:44: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/cd-deploy-nodes-gcp.yml:344:9: shellcheck reported issue in this script: SC2086:info:17:44: Double quote to prevent globbing and word splitting [shellcheck]
gcloud compute instances create-with-container "zebrad-${{ env.GITHUB_REF_SLUG_URL }}-${{ env.GITHUB_SHA_SHORT }}-${NETWORK}" \
--boot-disk-size 300GB \
--boot-disk-type=pd-ssd \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-crates.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand All @@ -41,7 +41,7 @@
# using ` ${{ fromJson(needs.matrix.outputs.matrix) }}`
- id: set-matrix
name: Dynamically build crates JSON
run: |

Check warning on line 44 in .github/workflows/ci-build-crates.patch.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2005:style:2:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck] Raw Output: .github/workflows/ci-build-crates.patch.yml:44:9: shellcheck reported issue in this script: SC2005:style:2:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck]
TEMP_DIR=$(mktemp -d)
echo "$(cargo tree --depth 0 --edges no-normal,no-dev,no-build,no-proc-macro --prefix none | cut -d ' ' -f1 | sed '/^$/d' | awk '{ printf "\"%s\",\n", $0 }' | sed '$ s/.$//')" > $TEMP_DIR/crates.txt
MATRIX=$( (
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: r7kamura/[email protected]

# Setup Rust with stable toolchain and minimal profile
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest-xl

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -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.4.1
uses: codecov/codecov-action@v4.5.0
16 changes: 8 additions & 8 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: 0

- name: Rust files
id: changed-files-rust
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].5
with:
files: |
**/*.rs
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Workflow files
id: changed-files-workflows
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].5
with:
files: |
.github/workflows/*.yml
Expand All @@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -149,9 +149,9 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: actionlint
uses: reviewdog/action-actionlint@v1.48.0
uses: reviewdog/action-actionlint@v1.51.0
with:
level: warning
fail_on_error: false
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: codespell-project/[email protected]
with:
only_warn: 1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rust: beta

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -269,7 +269,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -280,7 +280,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal

- name: Install cargo-machete
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-machete

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-zcashd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: r7kamura/[email protected]

- name: Checkout git repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false

Expand All @@ -85,7 +85,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal

- name: Install cargo-release
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-release

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.2.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-deploy-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: '2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-find-cached-disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-test-zebra-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest-m
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
Loading