Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 90542db

Browse files
dependabot[bot]ac000
authored andcommitted
ci: cifuzz: Bump github/codeql-action from 2 to 3
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>
1 parent 61c13ad commit 90542db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: ./out/artifacts
3535
- name: Upload Sarif
3636
if: always() && steps.build.outcome == 'success'
37-
uses: github/codeql-action/upload-sarif@v2
37+
uses: github/codeql-action/upload-sarif@v3
3838
with:
3939
# Path to SARIF file relative to the root of the repository
4040
sarif_file: cifuzz-sarif/results.sarif

0 commit comments

Comments
 (0)