Skip to content

Commit

Permalink
Ignore autogenerated PNP files in CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 26, 2023
1 parent 840c380 commit 1dadf7c
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 1dadf7c

Please sign in to comment.