Skip to content

Commit

Permalink
Add or update CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir committed Dec 13, 2023
1 parent 2539450 commit 5d875d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ jobs:
- '**/*.spec.tsx'
- name: Use Node.js v18.x
if: matrix.language == 'cpp'
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18.x
if: matrix.language == 'cpp'
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18.x

- name: Build cpp
if: matrix.language == 'cpp'
run: |
npx node-gyp rebuild
if: matrix.language == 'cpp'
run: |
npx node-gyp rebuild
- name: Perform CodeQL Analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

0 comments on commit 5d875d6

Please sign in to comment.