Skip to content

Commit 1961907

Browse files
dependabot[bot]tpantelis
authored andcommitted
Bump github/codeql-action from 2.1.21 to 2.1.22
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.21 to 2.1.22. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c7f292e...b398f52) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58cdb87 commit 1961907

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@c7f292ea4f542c473194b33813ccd4c207a6c725
126+
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b
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@c7f292ea4f542c473194b33813ccd4c207a6c725
31+
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b
3232
with:
3333
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)