Skip to content

Commit a9c8bcd

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [anchore/scan-action](https://github.com/anchore/scan-action), [github/codeql-action](https://github.com/github/codeql-action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `anchore/scan-action` from 3.6.4 to 4.1.0 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](anchore/scan-action@3343887...d43cc1d) Updates `github/codeql-action` from 3.25.11 to 3.25.15 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b611370...afb54ba) Updates `docker/setup-qemu-action` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@6882732...49b3bc8) Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 820edaa commit a9c8bcd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/linting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Check out the repository
138138
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
139139
- name: Run Anchore vulnerability scanner
140-
uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
140+
uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
141141
id: scan
142142
with:
143143
path: "."
@@ -148,7 +148,7 @@ jobs:
148148
run: cat ${{ steps.scan.outputs.sarif }}
149149
- name: Upload Anchore scan SARIF report
150150
if: always()
151-
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
151+
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
152152
with:
153153
sarif_file: ${{ steps.scan.outputs.sarif }}
154154

.github/workflows/multiarch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out the repository
1515
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1616
- name: Set up QEMU (to support building on non-native architectures)
17-
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
17+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
1818
- name: Build the multi-arch images
1919
run: make multiarch-images
2020
- name: Check that we actually build multi-arch images

.github/workflows/report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Check out the repository
4040
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4141
- name: Run Anchore vulnerability scanner
42-
uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
42+
uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
4343
id: scan
4444
with:
4545
path: "."
4646
fail-build: false
4747
- name: Show Anchore scan SARIF report
4848
run: cat ${{ steps.scan.outputs.sarif }}
4949
- name: Upload Anchore scan SARIF report
50-
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
50+
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
done
3131
3232
- name: Upload artifacts
33-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
33+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
3434
with:
3535
name: Unit test artifacts
3636
path: artifacts

0 commit comments

Comments
 (0)