Skip to content

Commit

Permalink
fix: remove codeql config file
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecorrea committed Jan 12, 2024
1 parent 7af35bf commit 8114281
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/codeql/codeql-config.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
config: |
paths:
- dist
- src
paths-ignore:
- '**/*.test.js'
- docs
- node_modules
- name: Analyze
uses: github/codeql-action/analyze@v3

0 comments on commit 8114281

Please sign in to comment.