Skip to content

Commit b048999

Browse files
chore(deps): update github/codeql-action action to v4 (#120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4de2bdb commit b048999

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)