We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd51b0 commit d59b04bCopy full SHA for d59b04b
.github/workflows/lint.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Upload SARIF file
50
if: always() && matrix.os == 'ubuntu-latest'
51
continue-on-error: true
52
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
53
with:
54
# Path to SARIF file relative to the root of the repository
55
sarif_file: lintrunner.sarif
0 commit comments