File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120120 with :
121121 config-file : " .github/codeql/codeql-config-packaging.yml"
122122 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
125123 - name : Build code
126124 shell : bash
127125 run : ./build.sh
@@ -164,8 +162,6 @@ jobs:
164162 config-file : " .github/codeql/codeql-config-packaging2.yml"
165163 languages : javascript
166164 packs :
dsp-testing/[email protected] , 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
169165
170166 - name : Build code
171167 shell : bash
@@ -209,8 +205,6 @@ jobs:
209205 config-file : " .github/codeql/codeql-config-packaging3.yml"
210206 packs :
+dsp-testing/[email protected] 211207 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
214208
215209 - name : Build code
216210 shell : bash
@@ -234,7 +228,7 @@ jobs:
234228 exit 1
235229 fi
236230
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
238232 test-split-workflow :
239233 needs : [check-js, check-node-modules]
240234 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments