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 4f0cc56 commit 70690c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
- '**/*.test.tsx'
- '**/*.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

- name: Build cpp
if: matrix.language == 'cpp'
run: |
Expand Down

0 comments on commit 70690c3

Please sign in to comment.