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 920221f commit 9b16eb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js v18.x
if: matrix.language == 'cpp'
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18.x

- name: Npm install
if: matrix.language == 'cpp'
run: |
npm install
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 9b16eb1

Please sign in to comment.