Skip to content

Commit 30a2815

Browse files
build(deps): bump the github-actions-all group across 1 directory with 8 updates
Bumps the github-actions-all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-go](https://github.com/actions/setup-go) | `5.2.0` | `5.3.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.2.0` | `3.6.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.10.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.10.0` | `6.15.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.1.2` | `5.4.0` | | [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `4.0.0` | `5.0.0` | | [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action) | `0.15.4` | `0.17.6` | | [030/gomod-go-version-updater-action](https://github.com/030/gomod-go-version-updater-action) | `0.2.2` | `0.3.1` | Updates `actions/setup-go` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...v5.3.0) Updates `docker/setup-qemu-action` from 3.2.0 to 3.6.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.2.0...v3.6.0) Updates `docker/setup-buildx-action` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.8.0...v3.10.0) Updates `docker/build-push-action` from 6.10.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.15.0) Updates `codecov/codecov-action` from 5.1.2 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.1.2...v5.4.0) Updates `sonarsource/sonarcloud-github-action` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v4.0.0...v5.0.0) Updates `schubergphilis/mcvs-golang-action` from 0.15.4 to 0.17.6 - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](schubergphilis/mcvs-golang-action@v0.15.4...v0.17.6) Updates `030/gomod-go-version-updater-action` from 0.2.2 to 0.3.1 - [Release notes](https://github.com/030/gomod-go-version-updater-action/releases) - [Commits](030/gomod-go-version-updater-action@v0.2.2...v0.3.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor 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: docker/build-push-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-minor dependency-group: github-actions-all - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: schubergphilis/mcvs-golang-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: 030/gomod-go-version-updater-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b5e616 commit 30a2815

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/dip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check Alpine
2222
run: ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --updateDockerfile
2323
- name: Set up Go
24-
uses: actions/setup-go@v5.2.0
24+
uses: actions/setup-go@v5.3.0
2525
with:
2626
go-version-file: 'go.mod'
2727
cache: false

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Set up QEMU
12-
uses: docker/setup-qemu-action@v3.2.0
12+
uses: docker/setup-qemu-action@v3.6.0
1313
- name: Set up Docker Buildx
14-
uses: docker/setup-buildx-action@v3.8.0
14+
uses: docker/setup-buildx-action@v3.10.0
1515
- name: Login to DockerHub
1616
uses: docker/[email protected]
1717
with:
@@ -22,7 +22,7 @@ jobs:
2222
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
2323
- name: Build and push
2424
id: docker_build
25-
uses: docker/build-push-action@v6.10.0
25+
uses: docker/build-push-action@v6.15.0
2626
with:
2727
push: true
2828
tags: utrecht/n3dr:${{ steps.version.outputs.version }}

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Set up Go
22-
uses: actions/setup-go@v5.2.0
22+
uses: actions/setup-go@v5.3.0
2323
with:
2424
go-version-file: 'go.mod'
2525
cache: false
@@ -31,14 +31,14 @@ jobs:
3131
grep -v internal/app/n3dr/n3drtest |\
3232
grep -v cmd/n3dr)
3333
if: ${{ startsWith(matrix.os, 'ubuntu') }}
34-
- uses: codecov/codecov-action@v5.1.2
34+
- uses: codecov/codecov-action@v5.4.0
3535
with:
3636
files: ./coverage.txt
3737
flags: unittests
3838
verbose: true
3939
if: ${{ startsWith(matrix.os, 'ubuntu') }}
4040
- name: SonarCloud Scan
41-
uses: sonarsource/sonarcloud-github-action@v4.0.0
41+
uses: sonarsource/sonarcloud-github-action@v5.0.0
4242
with:
4343
args: >
4444
-Dsonar.organization=030-github

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
TASK_X_REMOTE_TASKFILES: 1
2828
steps:
2929
- uses: actions/[email protected]
30-
- uses: schubergphilis/mcvs-golang-action@v0.15.4
30+
- uses: schubergphilis/mcvs-golang-action@v0.17.6
3131
with:
3232
code-coverage-expected: 37.5
3333
golang-unit-tests-exclusions: |-

.github/workflows/gomod-go-version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
gomod-go-version-updater-action:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: 030/gomod-go-version-updater-action@v0.2.2
13+
- uses: 030/gomod-go-version-updater-action@v0.3.1

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/[email protected]
12-
- uses: actions/setup-go@v5.2.0
12+
- uses: actions/setup-go@v5.3.0
1313
with:
1414
go-version-file: 'go.mod'
1515
cache: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: main
2121
- name: Set up Go
22-
uses: actions/setup-go@v5.2.0
22+
uses: actions/setup-go@v5.3.0
2323
with:
2424
go-version-file: 'go.mod'
2525
cache: false

0 commit comments

Comments
 (0)