File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120
120
with :
121
121
config-file : " .github/codeql/codeql-config-packaging.yml"
122
122
languages : javascript
123
- # TODO: this can be removed when cli v2.5.6 is released and available in the tool cache
124
- tools : https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210615/codeql-bundle-linux64.tar.gz
125
123
- name : Build code
126
124
shell : bash
127
125
run : ./build.sh
@@ -164,8 +162,6 @@ jobs:
164
162
config-file : " .github/codeql/codeql-config-packaging2.yml"
165
163
languages : javascript
166
164
packs : dsp-testing/codeql-pack1@0.0.4, dsp-testing/codeql-pack2
167
- # TODO: this can be removed when cli v2.5.6 is released and available in the tool cache
168
- tools : https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210615/codeql-bundle-linux64.tar.gz
169
165
170
166
- name : Build code
171
167
shell : bash
@@ -209,8 +205,6 @@ jobs:
209
205
config-file : " .github/codeql/codeql-config-packaging3.yml"
210
206
packs : +dsp-testing/codeql-pack1@0.0.4
211
207
languages : javascript
212
- # TODO: this can be removed when cli v2.5.6 is released and available in the tool cache
213
- tools : https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210615/codeql-bundle-linux64.tar.gz
214
208
215
209
- name : Build code
216
210
shell : bash
@@ -234,7 +228,7 @@ jobs:
234
228
exit 1
235
229
fi
236
230
237
- # Tests a split workflow where database construction and query execution happen in different steps
231
+ # Tests a split workflow where database construction and query execution happen in different steps
238
232
test-split-workflow :
239
233
needs : [check-js, check-node-modules]
240
234
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments