dependabot[bot]
commited on
github-actions(deps): bump github/codeql-action from 2 to 3
Browse filesBumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/ci-cd.yml
CHANGED
@@ -318,7 +318,7 @@ jobs:
|
|
318 |
output: 'trivy-results.sarif'
|
319 |
|
320 |
- name: Upload Trivy scan results
|
321 |
-
uses: github/codeql-action/upload-sarif@
|
322 |
if: always()
|
323 |
with:
|
324 |
sarif_file: 'trivy-results.sarif'
|
|
|
318 |
output: 'trivy-results.sarif'
|
319 |
|
320 |
- name: Upload Trivy scan results
|
321 |
+
uses: github/codeql-action/upload-sarif@v3
|
322 |
if: always()
|
323 |
with:
|
324 |
sarif_file: 'trivy-results.sarif'
|