Skip to content

Commit

Permalink
build(deps): bump the devops group across 1 directory with 5 updates (#…
Browse files Browse the repository at this point in the history
…8993)

Bumps the devops group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.6` | `2.1.7` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.1.1` | `2.1.2` |
| [jontze/action-mdbook](https://github.com/jontze/action-mdbook) | `3.0.0` | `3.0.1` |
| [docker/scout-action](https://github.com/docker/scout-action) | `1.14.0` | `1.15.0` |



Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

Updates `google-github-actions/auth` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v2.1.6...v2.1.7)

Updates `google-github-actions/setup-gcloud` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@v2.1.1...v2.1.2)

Updates `jontze/action-mdbook` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/jontze/action-mdbook/releases)
- [Changelog](https://github.com/jontze/action-mdbook/blob/master/CHANGELOG.md)
- [Commits](jontze/action-mdbook@v3.0.0...v3.0.1)

Updates `docker/scout-action` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/docker/scout-action/releases)
- [Commits](docker/scout-action@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: jontze/action-mdbook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: docker/scout-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 75fae66 commit 6a82531
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 51 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -265,13 +265,13 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2

- name: Create instance template for ${{ matrix.network }}
run: |
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
if: ${{ !failure() && github.event_name == 'workflow_dispatch' }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -376,13 +376,13 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2

# Create instance template from container image
- name: Manual deploy of a single ${{ inputs.network }} instance running zebrad
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2

# Deletes all mainnet and testnet instances older than $DELETE_INSTANCE_DAYS days.
#
Expand Down Expand Up @@ -106,14 +106,14 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
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 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
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].1
- uses: actions/[email protected].2
- 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].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .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].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: actionlint
uses: reviewdog/[email protected]
with:
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: codespell-project/[email protected]
with:
only_warn: 1
Expand Down
10 changes: 5 additions & 5 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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -269,7 +269,7 @@ jobs:

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

- uses: r7kamura/[email protected]

- name: Setup mdBook
uses: jontze/[email protected].0
uses: jontze/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
mdbook-version: '~0.4'
Expand All @@ -106,7 +106,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -164,7 +164,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}'
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].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .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].1
- uses: actions/[email protected].2
with:
persist-credentials: false

Expand All @@ -52,13 +52,13 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2

# Create instance template from container image
- name: Create instance template
Expand Down
2 changes: 1 addition & 1 deletion .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].1
uses: actions/[email protected].2
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
# - `dev` for a pull request event
- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1.14.0
uses: docker/scout-action@v1.15.0
# We only run Docker Scout on the `runtime` target, as the other targets are not meant to be released
# and are commonly used for testing, and thus are ephemeral.
# TODO: Remove the `contains` check once we have a better way to determine if just new vulnerabilities are present.
Expand Down
Loading

0 comments on commit 6a82531

Please sign in to comment.