We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d34f6e + 80d543e commit 2015125Copy full SHA for 2015125
.github/workflows/ql-for-ql-build.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: github/codeql-action/init@main
28
with:
29
languages: javascript # does not matter
30
+ tools: nightly
31
- uses: ./.github/actions/os-version
32
id: os_version
33
### Build the extractor ###
.github/workflows/ql-for-ql-tests.yml
@@ -30,6 +30,7 @@ jobs:
34
35
36
- uses: actions/cache@v3
@@ -75,6 +76,7 @@ jobs:
75
76
77
78
79
80
81
82
0 commit comments