Skip to content

Commit

Permalink
Update node-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decyjphr authored Jan 2, 2025
1 parent 5375c98 commit 5c54624
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ jobs:
cache: npm
- run: npm install
- run: npm run test:unit:ci
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis

Check notice

Code scanning / CodeQL

Workflow Should Use Default Setup Note

CodeQL Action could use default setup instead of advanced configuration.
uses: github/codeql-action/analyze@v3
strategy:
matrix:
node-version:
- 18
- 20

0 comments on commit 5c54624

Please sign in to comment.