Skip to content

Commit d59b04b

Browse files
authored
Update lint.yml
1 parent efd51b0 commit d59b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload SARIF file
5050
if: always() && matrix.os == 'ubuntu-latest'
5151
continue-on-error: true
52-
uses: github/codeql-action/upload-sarif@v2
52+
uses: github/codeql-action/upload-sarif@v3
5353
with:
5454
# Path to SARIF file relative to the root of the repository
5555
sarif_file: lintrunner.sarif

0 commit comments

Comments
 (0)