Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdiga committed Oct 16, 2024
1 parent 6fb7029 commit 79d4f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: security-extended

- if: matrix.build-mode == 'manual'
shell: bash
Expand All @@ -58,7 +59,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 'latest'

- name: Run sarif-to-comment
run: |
Expand Down

0 comments on commit 79d4f03

Please sign in to comment.