build(deps): bump the devops group with 4 updates (#8905)

Bumps the devops group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [google-github-actions/auth](https://github.com/google-github-actions/auth), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0)

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

Updates `codecov/codecov-action` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0)

Updates `docker/build-push-action` from 6.7.0 to 6.9.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.9.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: devops
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: devops
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 15:01:02 +00:00 committed by GitHub
parent 3bf4bc82d6
commit abfb9ce29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 43 additions and 43 deletions

View File

@ -219,7 +219,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }} if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -242,7 +242,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -329,7 +329,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' if: github.event_name == 'workflow_dispatch'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -352,7 +352,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -39,14 +39,14 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -106,14 +106,14 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -23,7 +23,7 @@ jobs:
outputs: outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
# Setup Rust with stable toolchain and minimal profile # Setup Rust with stable toolchain and minimal profile
- name: Setup Rust - name: Setup Rust

View File

@ -60,7 +60,7 @@ jobs:
outputs: outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
# Setup Rust with stable toolchain and minimal profile # Setup Rust with stable toolchain and minimal profile
@ -122,7 +122,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0

View File

@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest-xl runs-on: ubuntu-latest-xl
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -103,4 +103,4 @@ jobs:
run: cargo llvm-cov --lcov --no-run --output-path lcov.info run: cargo llvm-cov --lcov --no-run --output-path lcov.info
- name: Upload coverage report to Codecov - name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4.5.0 uses: codecov/codecov-action@v4.6.0

View File

@ -37,7 +37,7 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }} rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }} workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: 0 fetch-depth: 0
@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }} if: ${{ needs.changed-files.outputs.rust == 'true' }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -119,7 +119,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }} if: ${{ needs.changed-files.outputs.rust == 'true' }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -149,7 +149,7 @@ jobs:
needs: changed-files needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }} if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
- name: actionlint - name: actionlint
uses: reviewdog/action-actionlint@v1.48.0 uses: reviewdog/action-actionlint@v1.48.0
with: with:
@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: changed-files needs: changed-files
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
- uses: codespell-project/actions-codespell@v2.1 - uses: codespell-project/actions-codespell@v2.1
with: with:
only_warn: 1 only_warn: 1

View File

@ -94,7 +94,7 @@ jobs:
rust: beta rust: beta
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -248,7 +248,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }} continue-on-error: ${{ matrix.checks == 'advisories' }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -269,7 +269,7 @@ jobs:
steps: steps:
- name: Checkout git repository - name: Checkout git repository
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0

View File

@ -85,7 +85,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Checkout the source code - name: Checkout the source code
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -106,7 +106,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}' service_account: '${{ vars.GCP_FIREBASE_SA }}'
@ -138,7 +138,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Checkout the source code - name: Checkout the source code
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -164,7 +164,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}' service_account: '${{ vars.GCP_FIREBASE_SA }}'

View File

@ -17,7 +17,7 @@ jobs:
dockerHubDescription: dockerHubDescription:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false

View File

@ -29,7 +29,7 @@ jobs:
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
@ -52,7 +52,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -70,7 +70,7 @@ jobs:
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
- name: Checkout git repository - name: Checkout git repository
uses: actions/checkout@v4.1.7 uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false

View File

@ -80,7 +80,7 @@ jobs:
env: env:
DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }} DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }}
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.5.0 - uses: r7kamura/rust-problem-matchers@v1.5.0
@ -126,7 +126,7 @@ jobs:
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_ARTIFACTS_SA }}' service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
@ -161,7 +161,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub # Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push - name: Build & push
id: docker_build id: docker_build
uses: docker/build-push-action@v6.7.0 uses: docker/build-push-action@v6.9.0
with: with:
target: ${{ inputs.dockerfile_target }} target: ${{ inputs.dockerfile_target }}
context: . context: .

View File

@ -140,7 +140,7 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: '2' fetch-depth: '2'
@ -172,7 +172,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -390,7 +390,7 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: '2' fetch-depth: '2'
@ -434,7 +434,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -686,7 +686,7 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: '2' fetch-depth: '2'
@ -700,7 +700,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -58,7 +58,7 @@ jobs:
contents: 'read' contents: 'read'
id-token: 'write' id-token: 'write'
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: 0 fetch-depth: 0
@ -66,7 +66,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v2.1.5 uses: google-github-actions/auth@v2.1.6
with: with:
workload_identity_provider: '${{ vars.GCP_WIF }}' workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}' service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
runs-on: ubuntu-latest-m runs-on: ubuntu-latest-m
steps: steps:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.2.0
with: with:
persist-credentials: false persist-credentials: false