diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-16 03:23:29 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-07-16 14:31:48 +0100 |
commit | 90542dbd711041499e181911df10794997d792d7 (patch) | |
tree | 9aa6b49339217fa74affa55d0b9fe601d41376ff /.github | |
parent | 61c13ade39473b1b4849ab0ae10ab4ceff324ba5 (diff) | |
download | unit-90542dbd711041499e181911df10794997d792d7.tar.gz unit-90542dbd711041499e181911df10794997d792d7.tar.bz2 |
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 <https://github.com/github/codeql-action/compare/v2...v3>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index c8c4d5a2..dc89c0b2 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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 |