Skip to content

Commit a5e864c

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 4.31.5 to 4.31.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fdbfb4d...fe4161a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bc042c commit a5e864c

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
@@ -122,7 +122,7 @@ jobs:
122122
run: cat ${{ steps.scan.outputs.sarif }}
123123
- name: Upload Anchore scan SARIF report
124124
if: always()
125-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2
125+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2
126126
with:
127127
sarif_file: ${{ steps.scan.outputs.sarif }}
128128

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
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@fdbfb4d2750291e159f0156def62b853c2798ca2
50+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)