We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b436a5f + 2cddcb1 commit 07fd497Copy full SHA for 07fd497
.github/workflows/pr-checks.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upload sarif
31
uses: github/codeql-action/upload-sarif@v3
32
# Only upload SARIF for the latest version of Node.js
33
- if: "always() && matrix.node-types-version == 'current'"
+ if: "!cancelled() && matrix.node-types-version == 'current' && !startsWith(github.head_ref, 'dependabot/')"
34
with:
35
sarif_file: eslint.sarif
36
category: eslint
0 commit comments