mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Downgrade upload-sarif@v4 -> v3
I got ahead of myself; v4 hasn't been tagged yet.
This commit is contained in:
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
run: npm run lint-ci
|
||||
|
||||
- name: Upload sarif
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
with:
|
||||
sarif_file: eslint.sarif
|
||||
|
||||
Reference in New Issue
Block a user