Skip to content

Commit

Permalink
ci: cifuzz: Bump github/codeql-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps <https://github.com/github/codeql-action> from 2 to 3.

Link: Release notes <https://github.com/github/codeql-action/releases>
Link: Changelog <https://github.com/github/codeql-action/blob/main/CHANGELOG.md>
Link: Commits <github/codeql-action@v2...v3>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
  • Loading branch information
dependabot[bot] authored and ac000 committed Jul 16, 2024
1 parent 61c13ad commit 90542db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: ./out/artifacts
- name: Upload Sarif
if: always() && steps.build.outcome == 'success'
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: cifuzz-sarif/results.sarif
Expand Down

0 comments on commit 90542db

Please sign in to comment.