Skip to content

Commit 26caa29

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 4de2bdb commit 26caa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
format: sarif
8787
output: ${{ matrix.name }}.sarif
8888
- name: Upload Sarif Report
89-
uses: github/codeql-action/upload-sarif@v3
89+
uses: github/codeql-action/upload-sarif@v4
9090
with:
9191
sarif_file: ${{ matrix.name }}.sarif
9292
category: ${{ matrix.name }}

0 commit comments

Comments
 (0)