Skip to content

Commit 69a5856

Browse files
authored
chore(ci): Set up CodeQL analysis (#118)
1 parent 63476a4 commit 69a5856

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,22 @@ jobs:
4141
node --version
4242
npm --version
4343
44+
- uses: github/codeql-action/init@v3
45+
with:
46+
languages: javascript
47+
queries: security-and-quality
48+
config: |
49+
paths-ignore:
50+
- coverage
51+
- node_modules
52+
4453
- name: npm install and test
4554
run: npm cit
4655
env:
4756
CI: true
4857

58+
- uses: github/codeql-action/analyze@v3
59+
4960
- uses: codecov/codecov-action@v4
5061
if: success()
5162
with:

0 commit comments

Comments
 (0)