We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef13051 commit 9580b7eCopy full SHA for 9580b7e
.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: "always() && matrix.node-types-version == 'current' && !startsWith(github.head_ref, 'dependabot/')"
34
with:
35
sarif_file: eslint.sarif
36
category: eslint
0 commit comments