Skip to content

Commit cf0b8be

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `github/codeql-action` from 3.28.8 to 3.28.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd74661...9e8d078) Updates `docker/setup-qemu-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@53851d1...4574d27) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5df407 commit cf0b8be

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/linting.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ jobs:
137137
- name: Check out the repository
138138
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139139
- name: Initialize CodeQL
140-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
140+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
141141
with:
142142
languages: go
143143
- name: Run CodeQL variant analysis
144-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
144+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
145145
- name: Show CodeQL scan SARIF report
146146
if: always()
147147
run: cat ../results/go.sarif
@@ -164,7 +164,7 @@ jobs:
164164
run: cat ${{ steps.scan.outputs.sarif }}
165165
- name: Upload Anchore scan SARIF report
166166
if: always()
167-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
167+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
168168
with:
169169
sarif_file: ${{ steps.scan.outputs.sarif }}
170170

.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@11bd71901bbe5b1630ceea73d27597364c9af683
1616
- name: Set up QEMU (to support building on non-native architectures)
17-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
17+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
- name: Check out the repository
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
41+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
45+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
4646
- name: Show CodeQL scan SARIF report
4747
if: always()
4848
run: cat ../results/go.sarif
@@ -65,6 +65,6 @@ jobs:
6565
- name: Show Anchore scan SARIF report
6666
run: cat ${{ steps.scan.outputs.sarif }}
6767
- name: Upload Anchore scan SARIF report
68-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
68+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)