We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c0c9d commit 80fe55aCopy full SHA for 80fe55a
.github/workflows/codeql.yml
@@ -19,6 +19,11 @@ env:
19
jobs:
20
# Identify the CodeQL tool versions to use in the analysis job.
21
check-codeql-versions:
22
+ strategy:
23
+ fail-fast: false
24
+ matrix:
25
+ language: javascript, actions
26
+
27
runs-on: ubuntu-latest
28
outputs:
29
versions: ${{ steps.compare.outputs.versions }}
@@ -32,7 +37,7 @@ jobs:
32
37
id: init-default
33
38
uses: ./init
34
39
with:
35
- languages: javascript
40
+ languages: ${{ matrix.language }}
36
41
- name: Remove empty database
42
# allows us to run init a second time
43
run: |
0 commit comments