Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-a88a8c5a24
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg authored Sep 23, 2024
2 parents b436a5f + 2cddcb1 commit 07fd497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload sarif
uses: github/codeql-action/upload-sarif@v3
# Only upload SARIF for the latest version of Node.js
if: "always() && matrix.node-types-version == 'current'"
if: "!cancelled() && matrix.node-types-version == 'current' && !startsWith(github.head_ref, 'dependabot/')"
with:
sarif_file: eslint.sarif
category: eslint
Expand Down

0 comments on commit 07fd497

Please sign in to comment.