Skip to content

Commit

Permalink
chore(ci): Set up CodeQL analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Apr 16, 2024
1 parent 4989545 commit 9ae2e48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,25 @@ jobs:
node --version
npm --version
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
queries: security-and-quality
config: |
paths-ignore:
- coverage
- node_modules
- spec/plugman/plugins/recursivePlug/demo
- name: npm install and test
run: npm cit
env:
CI: true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

- uses: codecov/codecov-action@v4
if: success()
with:
Expand Down

0 comments on commit 9ae2e48

Please sign in to comment.