Skip to content

Commit a9ffff5

Browse files
Bump github/codeql-action from 3 to 4 (#16)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52a39fe commit a9ffff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit-code: '0'
4040

4141
- name: Upload Trivy scan results to GitHub Security tab
42-
uses: github/codeql-action/upload-sarif@v3
42+
uses: github/codeql-action/upload-sarif@v4
4343
if: always()
4444
with:
4545
sarif_file: 'trivy-results.sarif'
@@ -70,7 +70,7 @@ jobs:
7070
exit-code: '0'
7171

7272
- name: Upload filesystem scan results
73-
uses: github/codeql-action/upload-sarif@v3
73+
uses: github/codeql-action/upload-sarif@v4
7474
if: always()
7575
with:
7676
sarif_file: 'trivy-fs-results.sarif'

0 commit comments

Comments
 (0)