Skip to content

Commit

Permalink
build(deps): bump the github-actions-all group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 4 updates

Bumps the github-actions-all group with 4 updates in the / directory: [schubergphilis/mcvs-docker-action](https://github.com/schubergphilis/mcvs-docker-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action).


Updates `schubergphilis/mcvs-docker-action` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/schubergphilis/mcvs-docker-action/releases)
- [Commits](schubergphilis/mcvs-docker-action@v0.6.0...v0.6.1)

Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.7.1...v3.8.0)

Updates `codecov/codecov-action` from 5.1.1 to 5.1.2
- [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.1.1...v5.1.2)

Updates `schubergphilis/mcvs-golang-action` from 0.15.3 to 0.15.4
- [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases)
- [Commits](schubergphilis/mcvs-golang-action@v0.15.3...v0.15.4)

---
updated-dependencies:
- dependency-name: schubergphilis/mcvs-docker-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: schubergphilis/mcvs-golang-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 7397978 commit 8a2231b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected].0
- uses: schubergphilis/[email protected].1
with:
dockle-accept-key: libcrypto3,libssl3
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
grep -v internal/app/n3dr/n3drtest |\
grep -v cmd/n3dr)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
with:
files: ./coverage.txt
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TASK_X_REMOTE_TASKFILES: 1
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected].3
- uses: schubergphilis/[email protected].4
with:
code-coverage-expected: 38.4
golang-unit-tests-exclusions: |-
Expand Down

0 comments on commit 8a2231b

Please sign in to comment.