Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode/npm_and_yarn-e1825f7a49

This commit is contained in:
Nora
2024-09-25 11:08:41 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ jobs:
npm run lint-ci npm run lint-ci
- name: Upload ESLint results to Code Scanning - name: Upload ESLint results to Code Scanning
if: "${{ !cancelled() }}" if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
uses: github/codeql-action/upload-sarif@main uses: github/codeql-action/upload-sarif@main
with: with:
sarif_file: extensions/ql-vscode/build/eslint.sarif sarif_file: extensions/ql-vscode/build/eslint.sarif

View File

@@ -6,7 +6,7 @@ import {
beforeAll(async () => { beforeAll(async () => {
await beforeAllAction(); await beforeAllAction();
}); }, 20_000);
beforeEach(async () => { beforeEach(async () => {
await beforeEachAction(); await beforeEachAction();