Skip to content

Commit 3151e55

Browse files
dependabot[bot]skitt
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.28.16 to 3.28.18 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...ff0a06e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb47f82 commit 3151e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: cat ${{ steps.scan.outputs.sarif }}
124124
- name: Upload Anchore scan SARIF report
125125
if: always()
126-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
126+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f
127127
with:
128128
sarif_file: ${{ steps.scan.outputs.sarif }}
129129

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Show Anchore scan SARIF report
2929
run: cat ${{ steps.scan.outputs.sarif }}
3030
- name: Upload Anchore scan SARIF report
31-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
31+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f
3232
with:
3333
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)