We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a3f36 + b6b707e commit abbe597Copy full SHA for abbe597
2 files changed
.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
extensions/ql-vscode/test/vscode-tests/activated-extension/jest.setup.ts
@@ -6,7 +6,7 @@ import {
6
7
beforeAll(async () => {
8
await beforeAllAction();
9
-});
+}, 20_000);
10
11
beforeEach(async () => {
12
await beforeEachAction();
0 commit comments