Skip to content

Commit d4aa5cd

Browse files
dependabot[bot]bfabio
authored andcommitted
chore(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `docker/setup-qemu-action` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@1f40c72...9901266) Updates `docker/setup-buildx-action` from 4.3.0 to 4.4.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@37fe631...f87e599) Updates `codecov/codecov-action` from 7.0.0 to 7.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fb8b358...303a32d) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f9aa2d commit d4aa5cd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/goreleaser-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929

3030
# Needed to build multi-platform Docker images
3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4
32+
uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4
3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
34+
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4
3535

3636
- name: Install Syft
3737
uses: anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434

3535
# Needed to build multi-platform Docker images
3636
- name: Set up QEMU
37-
uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4
37+
uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4
3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
39+
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4
4040

4141
- name: Docker Login
4242
if: success() && startsWith(github.ref, 'refs/tags/v')

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0
2020
with:
2121
repo-checkout: false
22-
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
22+
- uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)