Skip to content

Commit ff4ac58

Browse files
dependabot[bot]tpantelis
authored andcommitted
Bump github/codeql-action in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.25.10 to 3.25.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@23acc5c...b611370) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d669de commit ff4ac58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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@692973e3d937129bcbf40652eb9f2f61becf3332
139139
- name: Initialize CodeQL
140-
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251
140+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
141141
with:
142142
languages: go
143143
- name: Run CodeQL variant analysis
144-
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251
144+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
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@23acc5c183826b7a8a97bce3cecc52db901f8251
167+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
168168
with:
169169
sarif_file: ${{ steps.scan.outputs.sarif }}
170170

.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@692973e3d937129bcbf40652eb9f2f61becf3332
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251
41+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251
45+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
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@23acc5c183826b7a8a97bce3cecc52db901f8251
68+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)