From 64d1a5e34228b69979837361552dbfc621b6684a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:41:40 +0000 Subject: [PATCH] build(deps): bump the devops group across 1 directory with 5 updates (#8574) Bumps the devops group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `3.1.0` | `3.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.4.0` | `4.4.1` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `44.4.0` | `44.5.1` | | [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.46.0` | `1.47.0` | | [FirebaseExtended/action-hosting-deploy](https://github.com/firebaseextended/action-hosting-deploy) | `0.7.1` | `0.9.0` | Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0) Updates `codecov/codecov-action` from 4.4.0 to 4.4.1 - [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.4.0...v4.4.1) Updates `tj-actions/changed-files` from 44.4.0 to 44.5.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44.4.0...v44.5.1) Updates `reviewdog/action-actionlint` from 1.46.0 to 1.47.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.46.0...v1.47.0) Updates `FirebaseExtended/action-hosting-deploy` from 0.7.1 to 0.9.0 - [Release notes](https://github.com/firebaseextended/action-hosting-deploy/releases) - [Commits](https://github.com/firebaseextended/action-hosting-deploy/compare/v0.7.1...v0.9.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops - dependency-name: FirebaseExtended/action-hosting-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/chore-delete-gcp-resources.yml | 2 +- .github/workflows/ci-coverage.yml | 2 +- .github/workflows/ci-lint.yml | 6 +++--- .github/workflows/docs-deploy-firebase.yml | 4 ++-- .github/workflows/sub-build-docker-image.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/chore-delete-gcp-resources.yml b/.github/workflows/chore-delete-gcp-resources.yml index bfaac768500..0eef65b9760 100644 --- a/.github/workflows/chore-delete-gcp-resources.yml +++ b/.github/workflows/chore-delete-gcp-resources.yml @@ -122,7 +122,7 @@ jobs: token_format: 'access_token' - name: Login to Google Artifact Registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: us-docker.pkg.dev username: oauth2accesstoken diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index 49cc026016b..4ebee62dc14 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.4.0 + uses: codecov/codecov-action@v4.4.1 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index bcc9aae6ce4..ffe3b5af06c 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@v44.4.0 + uses: tj-actions/changed-files@v44.5.1 with: files: | **/*.rs @@ -56,7 +56,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v44.4.0 + uses: tj-actions/changed-files@v44.5.1 with: files: | .github/workflows/*.yml @@ -151,7 +151,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - name: actionlint - uses: reviewdog/action-actionlint@v1.46.0 + uses: reviewdog/action-actionlint@v1.47.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 6b0731befe2..4fceae6a8db 100644 --- a/.github/workflows/docs-deploy-firebase.yml +++ b/.github/workflows/docs-deploy-firebase.yml @@ -120,7 +120,7 @@ jobs: echo "GCP_FIREBASE_SA_PATH=$(cat ${{ steps.auth.outputs.credentials_file_path }} | tr -d '\n')" >> "$GITHUB_ENV" - name: Deploy Zebra book to firebase - uses: FirebaseExtended/action-hosting-deploy@v0.7.1 + uses: FirebaseExtended/action-hosting-deploy@v0.9.0 with: firebaseServiceAccount: ${{ env.GCP_FIREBASE_SA_PATH }} channelId: ${{ env.FIREBASE_CHANNEL }} @@ -178,7 +178,7 @@ jobs: echo "GCP_FIREBASE_SA_PATH=$(cat ${{ steps.auth.outputs.credentials_file_path }} | tr -d '\n')" >> "$GITHUB_ENV" - name: Deploy internal docs to firebase - uses: FirebaseExtended/action-hosting-deploy@v0.7.1 + uses: FirebaseExtended/action-hosting-deploy@v0.9.0 with: firebaseServiceAccount: ${{ env.GCP_FIREBASE_SA_PATH }} channelId: ${{ env.FIREBASE_CHANNEL }} diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index dbf5ef10ea4..0908a612892 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -137,7 +137,7 @@ jobs: access_token_lifetime: 10800s - name: Login to Google Artifact Registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: us-docker.pkg.dev username: oauth2accesstoken @@ -147,7 +147,7 @@ jobs: # We only publish images to DockerHub if a release is not a pre-release # Ref: https://github.com/orgs/community/discussions/26281#discussioncomment-3251177 if: ${{ github.event_name == 'release' && !github.event.release.prerelease }} - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}