Skip to content

Commit

Permalink
Merge pull request #1446 from cosmos/codeql-ignore-autogen
Browse files Browse the repository at this point in the history
Ignore autogenerated PNP files in CodeQL
  • Loading branch information
webmaster128 committed Jun 26, 2023
2 parents 840c380 + 1dadf7c commit c20c718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config: |
paths-ignore:
- '**/.pnp.cjs'
- '**/.pnp.loader.mjs'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit c20c718

Please sign in to comment.