Skip to content

Commit 80fe55a

Browse files
committed
Add actions analysis to code scannign
1 parent e7c0c9d commit 80fe55a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ env:
1919
jobs:
2020
# Identify the CodeQL tool versions to use in the analysis job.
2121
check-codeql-versions:
22+
strategy:
23+
fail-fast: false
24+
matrix:
25+
language: javascript, actions
26+
2227
runs-on: ubuntu-latest
2328
outputs:
2429
versions: ${{ steps.compare.outputs.versions }}
@@ -32,7 +37,7 @@ jobs:
3237
id: init-default
3338
uses: ./init
3439
with:
35-
languages: javascript
40+
languages: ${{ matrix.language }}
3641
- name: Remove empty database
3742
# allows us to run init a second time
3843
run: |

0 commit comments

Comments
 (0)