diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-12-19 10:29:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 10:29:34 +0000 |
commit | f94b4d24c957207b8607bfbed97e6c0fe28c32cf (patch) | |
tree | 2291deafd3a8ee13f0a2a9cb593e07ff561a0648 /.github/workflows/cifuzz.yml | |
parent | 18f5afa6203f038952dacf9b39855502dddb9bb2 (diff) | |
parent | cc6bf200431e468ae20fbf90b3a8708505693951 (diff) | |
download | go-git-f94b4d24c957207b8607bfbed97e6c0fe28c32cf.tar.gz |
Merge pull request #973 from go-git/dependabot/github_actions/github/codeql-action-3
build: bump github/codeql-action from 2 to 3
Diffstat (limited to '.github/workflows/cifuzz.yml')
-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 518706f..a930876 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -28,7 +28,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 |