Merge pull request #3726 from github/aeisenberg/no-upload-sarif
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
npm run lint-ci
|
||||
|
||||
- name: Upload ESLint results to Code Scanning
|
||||
if: "${{ !cancelled() }}"
|
||||
if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
|
||||
uses: github/codeql-action/upload-sarif@main
|
||||
with:
|
||||
sarif_file: extensions/ql-vscode/build/eslint.sarif
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
|
||||
beforeAll(async () => {
|
||||
await beforeAllAction();
|
||||
});
|
||||
}, 20_000);
|
||||
|
||||
beforeEach(async () => {
|
||||
await beforeEachAction();
|
||||
|
||||
Reference in New Issue
Block a user