Skip to content

Commit 8e7126a

Browse files
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19edc54 commit 8e7126a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ jobs:
595595
path: ./out/artifacts
596596
- name: Upload SARIF
597597
if: always() && steps.build.outcome == 'success'
598-
uses: github/codeql-action/upload-sarif@v3
598+
uses: github/codeql-action/upload-sarif@v4
599599
with:
600600
sarif_file: cifuzz-sarif/results.sarif
601601
checkout_path: cifuzz-sarif

0 commit comments

Comments
 (0)