We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9e9ac commit 80d543eCopy full SHA for 80d543e
.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