From 30a28157d4c8418857eaf205fec22f16cc97a8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:09:47 +0000 Subject: [PATCH] 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](https://github.com/actions/setup-go/compare/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](https://github.com/docker/setup-qemu-action/compare/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](https://github.com/docker/setup-buildx-action/compare/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](https://github.com/docker/build-push-action/compare/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](https://github.com/codecov/codecov-action/compare/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](https://github.com/sonarsource/sonarcloud-github-action/compare/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](https://github.com/schubergphilis/mcvs-golang-action/compare/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](https://github.com/030/gomod-go-version-updater-action/compare/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] --- .github/workflows/dip.yml | 2 +- .github/workflows/dockerhub.yml | 6 +++--- .github/workflows/go.yml | 6 +++--- .github/workflows/golang.yml | 2 +- .github/workflows/gomod-go-version-updater.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dip.yml b/.github/workflows/dip.yml index 8635bf75..c1c94880 100644 --- a/.github/workflows/dip.yml +++ b/.github/workflows/dip.yml @@ -21,7 +21,7 @@ jobs: - name: Check Alpine run: ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --updateDockerfile - name: Set up Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.3.0 with: go-version-file: 'go.mod' cache: false diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index e574df66..49247076 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.6.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.8.0 + uses: docker/setup-buildx-action@v3.10.0 - name: Login to DockerHub uses: docker/login-action@v3.3.0 with: @@ -22,7 +22,7 @@ jobs: run: echo ::set-output name=version::${GITHUB_REF#refs/tags/} - name: Build and push id: docker_build - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.15.0 with: push: true tags: utrecht/n3dr:${{ steps.version.outputs.version }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0eeb3619..331b01fe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.3.0 with: go-version-file: 'go.mod' cache: false @@ -31,14 +31,14 @@ jobs: grep -v internal/app/n3dr/n3drtest |\ grep -v cmd/n3dr) if: ${{ startsWith(matrix.os, 'ubuntu') }} - - uses: codecov/codecov-action@v5.1.2 + - uses: codecov/codecov-action@v5.4.0 with: files: ./coverage.txt flags: unittests verbose: true if: ${{ startsWith(matrix.os, 'ubuntu') }} - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v4.0.0 + uses: sonarsource/sonarcloud-github-action@v5.0.0 with: args: > -Dsonar.organization=030-github diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index b29930fa..9daebdeb 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -27,7 +27,7 @@ jobs: TASK_X_REMOTE_TASKFILES: 1 steps: - uses: actions/checkout@v4.2.2 - - uses: schubergphilis/mcvs-golang-action@v0.15.4 + - uses: schubergphilis/mcvs-golang-action@v0.17.6 with: code-coverage-expected: 37.5 golang-unit-tests-exclusions: |- diff --git a/.github/workflows/gomod-go-version-updater.yml b/.github/workflows/gomod-go-version-updater.yml index 47eff075..047a5354 100644 --- a/.github/workflows/gomod-go-version-updater.yml +++ b/.github/workflows/gomod-go-version-updater.yml @@ -10,4 +10,4 @@ jobs: gomod-go-version-updater-action: runs-on: ubuntu-22.04 steps: - - uses: 030/gomod-go-version-updater-action@v0.2.2 + - uses: 030/gomod-go-version-updater-action@v0.3.1 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 67bc58ee..0d506395 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-go@v5.2.0 + - uses: actions/setup-go@v5.3.0 with: go-version-file: 'go.mod' cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4018000d..67fca7b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: ref: main - name: Set up Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.3.0 with: go-version-file: 'go.mod' cache: false