From d1ff4d62975ad38335df826f6745bdea885a87c2 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Thu, 26 Aug 2021 22:35:43 -0700 Subject: [PATCH] Try the nightly build for packaging integration tests --- .github/workflows/pr-checks.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f9d03b2d9..39f47c875 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -123,6 +123,8 @@ jobs: with: config-file: ".github/codeql/codeql-config-packaging.yml" languages: javascript + # This version is known to worl with 0.1.0 + tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz - name: Build code shell: bash run: ./build.sh @@ -165,6 +167,8 @@ jobs: config-file: ".github/codeql/codeql-config-packaging2.yml" languages: javascript packs: dsp-testing/codeql-pack1@0.1.0, dsp-testing/codeql-pack2 + # This version is known to worl with 0.1.0 + tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz - name: Build code shell: bash @@ -208,6 +212,8 @@ jobs: config-file: ".github/codeql/codeql-config-packaging3.yml" packs: +dsp-testing/codeql-pack1@0.1.0 languages: javascript + # This version is known to worl with 0.1.0 + tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz - name: Build code shell: bash @@ -250,7 +256,8 @@ jobs: config-file: ".github/codeql/codeql-config-packaging3.yml" packs: +dsp-testing/codeql-pack1@0.1.0 languages: javascript - tools: latest + # This version is known to worl with 0.1.0 + tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz - name: Build code shell: bash run: ./build.sh