diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a5b237e9b..1bd68a388 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -118,8 +118,8 @@ jobs: with: config-file: ".github/codeql/codeql-config-packaging.yml" languages: javascript - # TODO: this is temporary until we have a release that includes the latest packaging work. - tools: https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210606/codeql-bundle-linux64.tar.gz + # TODO: this can be removed when cli v2.5.6 is released and available in the tool cache + tools: https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210615/codeql-bundle-linux64.tar.gz - name: Build code shell: bash diff --git a/tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml b/tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml index de637a170..4ccba55aa 100644 --- a/tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml +++ b/tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml @@ -3,7 +3,7 @@ name: Pack testing in the CodeQL Action disable-default-queries: true packs: javascript: - - dsp-testing/codeql-pack1@0.0.3 + - dsp-testing/codeql-pack1@0.0.4 - dsp-testing/codeql-pack2 # latest paths-ignore: - tests