Skip to content

Commit fd614e5

Browse files
authored
Merge pull request #609 from github/aeisenberg/use-default-tools
Remove a TODO and use defautl tools option
2 parents c6b33b9 + 0792832 commit fd614e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pr-checks.yml

+1-7
Original file line numberDiff line numberDiff 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/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
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/codeql-pack1@0.0.4
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

0 commit comments

Comments
 (0)