Skip to content

Commit 7bbafed

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `codecov/codecov-action` from 5 to 6 - [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...v6) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ab0197 commit 7bbafed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Build with Maven
5151
run: mvn clean install --file pom.xml
5252
- name: Codecov
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Set docker labels and tags
149149
id: meta
150-
uses: docker/metadata-action@v5
150+
uses: docker/metadata-action@v6
151151
with:
152152
images: ${{ matrix.image }}
153153
flavor: |
@@ -160,7 +160,7 @@ jobs:
160160
type=sha
161161
162162
- name: Build and push the ${{ matrix.app }} image
163-
uses: docker/build-push-action@v6
163+
uses: docker/build-push-action@v7
164164
with:
165165
context: ${{ matrix.app }}
166166
file: ${{ matrix.app }}/docker/Dockerfile

0 commit comments

Comments
 (0)