We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f3205 commit dc79c53Copy full SHA for dc79c53
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
npm run lint-ci
104
105
- name: Upload ESLint results to Code Scanning
106
- if: "${{ !cancelled() }}"
+ if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
107
uses: github/codeql-action/upload-sarif@main
108
with:
109
sarif_file: extensions/ql-vscode/build/eslint.sarif
0 commit comments