Ignore suppressed alerts
This commit is contained in:
parent
5c9d95388f
commit
56b8418884
4 changed files with 4 additions and 9 deletions
5
.github/workflows/pr-checks.yml
vendored
5
.github/workflows/pr-checks.yml
vendored
|
|
@ -28,15 +28,12 @@ jobs:
|
|||
|
||||
- name: Upload sarif
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
# Only upload SARIF for the latest version of Node.js
|
||||
# Only upload SARIF for the latest version of Node.js
|
||||
if: matrix.node-types-version == 'current'
|
||||
with:
|
||||
sarif_file: eslint.sarif
|
||||
category: eslint
|
||||
|
||||
- name: Ensure the working directory is clean
|
||||
run: rm -f eslint.sarif
|
||||
|
||||
- name: Update version of @types/node
|
||||
if: matrix.node-types-version != 'current'
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue