Skip to content

Commit 09c5825

Browse files
committed
Add actions analysis to code scannign
1 parent e7c0c9d commit 09c5825

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ 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+
include:
26+
language: javascript, actions
27+
2228
runs-on: ubuntu-latest
2329
outputs:
2430
versions: ${{ steps.compare.outputs.versions }}
@@ -32,7 +38,7 @@ jobs:
3238
id: init-default
3339
uses: ./init
3440
with:
35-
languages: javascript
41+
languages: ${{ matrix.language }}
3642
- name: Remove empty database
3743
# allows us to run init a second time
3844
run: |

0 commit comments

Comments
 (0)