Move to the codeql-testing org

Refer to the packages in codeql-testing, not in dsp-testing.
This commit is contained in:
Andrew Eisenberg 2023-04-04 12:21:07 -07:00
parent ae0109a777
commit 2754e10472
25 changed files with 61 additions and 51 deletions

View file

@ -58,7 +58,7 @@ jobs:
with:
config-file: .github/codeql/codeql-config-packaging2.yml
languages: javascript
packs: dsp-testing/codeql-pack1@1.0.0, dsp-testing/codeql-pack2, dsp-testing/codeql-pack3:other-query.ql
packs: codeql-testing/codeql-pack1@1.0.0, codeql-testing/codeql-pack2, codeql-testing/codeql-pack3:other-query.ql
tools: ${{ steps.prepare-test.outputs.tools-url }}
- name: Build code
shell: bash