Skip to content

Commit ed888cd

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 0887d88 commit ed888cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@23acc5c183826b7a8a97bce3cecc52db901f8251
151+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
152152
with:
153153
sarif_file: ${{ steps.scan.outputs.sarif }}
154154

.github/workflows/report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
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@23acc5c183826b7a8a97bce3cecc52db901f8251
50+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)