mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
build(deps): bump github/codeql-action/upload-sarif
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 34950e1b113b30df4edee1a6d3a605242df0c40b to 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/34950e1b113b30df4edee1a6d3a605242df0c40b...9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Bernd Schubert
parent
3a3dd7b02d
commit
1ff3e38dd9
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Upload SARIF to GitHub Code Scanning
|
||||
if: always()
|
||||
uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b # v4.35.1
|
||||
uses: github/codeql-action/upload-sarif@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v4.35.1
|
||||
with:
|
||||
sarif_file: builddir/results.sarif
|
||||
category: codechecker-gcc
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Upload SARIF to GitHub Code Scanning
|
||||
if: always()
|
||||
uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b # v4.35.1
|
||||
uses: github/codeql-action/upload-sarif@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v4.35.1
|
||||
with:
|
||||
sarif_file: builddir/results.sarif
|
||||
category: codechecker-infer
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
|
||||
- name: Upload SARIF to GitHub Code Scanning
|
||||
if: always()
|
||||
uses: github/codeql-action/upload-sarif@34950e1b113b30df4edee1a6d3a605242df0c40b # v4.35.1
|
||||
uses: github/codeql-action/upload-sarif@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v4.35.1
|
||||
with:
|
||||
sarif_file: builddir/results.sarif
|
||||
category: codechecker-cppcheck
|
||||
|
||||
Reference in New Issue
Block a user