We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef13051 + 6225a95 commit 2cddcb1Copy full SHA for 2cddcb1
.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