Skip to content

Commit abbe597

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode/typescript-eslint-915606451e
2 parents 15a3f36 + b6b707e commit abbe597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
npm run lint-ci
104104
105105
- name: Upload ESLint results to Code Scanning
106-
if: "${{ !cancelled() }}"
106+
if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
107107
uses: github/codeql-action/upload-sarif@main
108108
with:
109109
sarif_file: extensions/ql-vscode/build/eslint.sarif

extensions/ql-vscode/test/vscode-tests/activated-extension/jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66

77
beforeAll(async () => {
88
await beforeAllAction();
9-
});
9+
}, 20_000);
1010

1111
beforeEach(async () => {
1212
await beforeEachAction();

0 commit comments

Comments
 (0)