Merge pull request #2474 from github/aeisenberg/always-upload-eslint-sarif

Always upload eslint.sarif
This commit is contained in:
Andrew Eisenberg 2024-09-12 10:17:59 -07:00 committed by GitHub
commit 4a01ec7986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,12 +24,13 @@ jobs:
uses: actions/checkout@v4
- name: Lint
id: lint
run: npm run-script lint-ci
- name: Upload sarif
uses: github/codeql-action/upload-sarif@v3
# Only upload SARIF for the latest version of Node.js
if: matrix.node-types-version == 'current'
if: "always() && matrix.node-types-version == 'current'"
with:
sarif_file: eslint.sarif
category: eslint