Skip to content

Commit be12a9b

Browse files
chore(deps): bump github/codeql-action from 3 to 4 (#1036)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61e2527 commit be12a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
./yajsv -s ./scripts/sarif/sarif-schema-2.1.0.json results.sarif
139139
140140
- name: Upload SARIF output file to GitHub
141-
uses: github/codeql-action/upload-sarif@v3
141+
uses: github/codeql-action/upload-sarif@v4
142142
with:
143143
sarif_file: results.sarif
144144

0 commit comments

Comments
 (0)