Skip to content

Commit 6ac5c19

Browse files
committed
Upgrade CodeQL action from v3 to v4
1 parent 20d2ce3 commit 6ac5c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
args: '-no-fail -fmt sarif -out results.sarif ./...'
103103

104104
- name: Upload SARIF file
105-
uses: github/codeql-action/upload-sarif@v3
105+
uses: github/codeql-action/upload-sarif@v4
106106
with:
107107
sarif_file: results.sarif
108108
continue-on-error: true

0 commit comments

Comments
 (0)