dependabot[bot] commited on
Commit
2227352
·
unverified ·
1 Parent(s): ce55621

github-actions(deps): bump github/codeql-action from 2 to 3

Browse files

Bumps [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]>

Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.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@v2
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'