Skip to content

Commit 9070aab

Browse files
build(deps): bump the devops group across 1 directory with 8 updates
Bumps the devops group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `3.3.0` | `3.4.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.3.1` | `5.4.0` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `45.0.7` | `46.0.1` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.7` | `2.7.8` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.6.1` | `5.7.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.9.0` | `3.10.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.14.0` | `6.15.0` | | [docker/scout-action](https://github.com/docker/scout-action) | `1.16.3` | `1.17.0` | Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.4.0) Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.3.1...v5.4.0) Updates `tj-actions/changed-files` from 45.0.7 to 46.0.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v45.0.7...v46.0.1) Updates `Swatinem/rust-cache` from 2.7.7 to 2.7.8 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.7...v2.7.8) Updates `docker/metadata-action` from 5.6.1 to 5.7.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.6.1...v5.7.0) Updates `docker/setup-buildx-action` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.9.0...v3.10.0) Updates `docker/build-push-action` from 6.14.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.14.0...v6.15.0) Updates `docker/scout-action` from 1.16.3 to 1.17.0 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](docker/scout-action@v1.16.3...v1.17.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-minor dependency-group: devops - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: devops - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops - dependency-name: docker/setup-buildx-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 - 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]>
1 parent f0140a4 commit 9070aab

6 files changed

+15
-15
lines changed

.github/workflows/chore-delete-gcp-resources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
token_format: 'access_token'
131131

132132
- name: Login to Google Artifact Registry
133-
uses: docker/login-action@v3.3.0
133+
uses: docker/login-action@v3.4.0
134134
with:
135135
registry: us-docker.pkg.dev
136136
username: oauth2accesstoken

.github/workflows/ci-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
run: cargo llvm-cov --lcov --no-run --output-path lcov.info
104104

105105
- name: Upload coverage report to Codecov
106-
uses: codecov/codecov-action@v5.3.1
106+
uses: codecov/codecov-action@v5.4.0

.github/workflows/ci-lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Rust files
4646
id: changed-files-rust
47-
uses: tj-actions/changed-files@v45.0.7
47+
uses: tj-actions/changed-files@v46.0.1
4848
with:
4949
files: |
5050
**/*.rs
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Workflow files
5858
id: changed-files-workflows
59-
uses: tj-actions/changed-files@v45.0.7
59+
uses: tj-actions/changed-files@v46.0.1
6060
with:
6161
files: |
6262
.github/workflows/*.yml
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=default
9595
96-
- uses: Swatinem/[email protected].7
96+
- uses: Swatinem/[email protected].8
9797
with:
9898
shared-key: "clippy-cargo-lock"
9999

@@ -138,7 +138,7 @@ jobs:
138138
139139
# We don't cache `fmt` outputs because the job is quick,
140140
# and we want to use the limited GitHub actions cache space for slower jobs.
141-
#- uses: Swatinem/[email protected].7
141+
#- uses: Swatinem/[email protected].8
142142

143143
- run: |
144144
cargo fmt --all -- --check

.github/workflows/ci-unit-tests-os.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=${{ matrix.rust }} --profile=minimal
116116
117117
118-
- uses: Swatinem/[email protected].7
118+
- uses: Swatinem/[email protected].8
119119
# TODO: change Rust cache target directory on Windows,
120120
# or remove this workaround once the build is more efficient (#3005).
121121
#with:
@@ -224,7 +224,7 @@ jobs:
224224
run: |
225225
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
226226
227-
- uses: Swatinem/[email protected].7
227+
- uses: Swatinem/[email protected].8
228228
with:
229229
shared-key: "clippy-cargo-lock"
230230

.github/workflows/docs-deploy-firebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default
160160
161-
- uses: Swatinem/[email protected].7
161+
- uses: Swatinem/[email protected].8
162162

163163
- name: Build internal docs
164164
run: |

.github/workflows/sub-build-docker-image.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# Automatic tag management and OCI Image Format Specification for labels
8989
- name: Docker meta
9090
id: meta
91-
uses: docker/metadata-action@v5.6.1
91+
uses: docker/metadata-action@v5.7.0
9292
with:
9393
# list of Docker images to use as base name for tags
9494
# We only publish images to DockerHub if a release is not a pre-release
@@ -132,22 +132,22 @@ jobs:
132132
access_token_lifetime: 10800s
133133

134134
- name: Login to Google Artifact Registry
135-
uses: docker/login-action@v3.3.0
135+
uses: docker/login-action@v3.4.0
136136
with:
137137
registry: us-docker.pkg.dev
138138
username: oauth2accesstoken
139139
password: ${{ steps.auth.outputs.access_token }}
140140

141141
- name: Login to DockerHub
142-
uses: docker/login-action@v3.3.0
142+
uses: docker/login-action@v3.4.0
143143
with:
144144
username: ${{ secrets.DOCKERHUB_USERNAME }}
145145
password: ${{ secrets.DOCKERHUB_TOKEN }}
146146

147147
# Setup Docker Buildx to use Docker Build Cloud
148148
- name: Set up Docker Buildx
149149
id: buildx
150-
uses: docker/setup-buildx-action@v3.9.0
150+
uses: docker/setup-buildx-action@v3.10.0
151151
with:
152152
version: "lab:latest"
153153
driver: cloud
@@ -156,7 +156,7 @@ jobs:
156156
# Build and push image to Google Artifact Registry, and possibly DockerHub
157157
- name: Build & push
158158
id: docker_build
159-
uses: docker/build-push-action@v6.14.0
159+
uses: docker/build-push-action@v6.15.0
160160
with:
161161
target: ${{ inputs.dockerfile_target }}
162162
context: .
@@ -188,7 +188,7 @@ jobs:
188188
# - `dev` for a pull request event
189189
- name: Docker Scout
190190
id: docker-scout
191-
uses: docker/scout-action@v1.16.3
191+
uses: docker/scout-action@v1.17.0
192192
# We only run Docker Scout on the `runtime` target, as the other targets are not meant to be released
193193
# and are commonly used for testing, and thus are ephemeral.
194194
# TODO: Remove the `contains` check once we have a better way to determine if just new vulnerabilities are present.

0 commit comments

Comments
 (0)