diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d52ed6fe8..82af7c7e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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