From 132e08a05f7d55136a3c24ce4bec42569cd7d040 Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Tue, 24 Aug 2021 23:18:22 +0100 Subject: [PATCH] Bump version of testing pack --- .github/workflows/pr-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ccc34dae6..cef09df70 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -164,7 +164,7 @@ jobs: with: config-file: ".github/codeql/codeql-config-packaging2.yml" languages: javascript - packs: dsp-testing/codeql-pack1@0.0.4, dsp-testing/codeql-pack2 + packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2 - name: Build code shell: bash @@ -206,7 +206,7 @@ jobs: - uses: ./../action/init with: config-file: ".github/codeql/codeql-config-packaging3.yml" - packs: +dsp-testing/codeql-pack1@0.0.4 + packs: +dsp-testing/codeql-pack1@0.0.5 languages: javascript - name: Build code @@ -248,7 +248,7 @@ jobs: - uses: ./../action/init with: config-file: ".github/codeql/codeql-config-packaging3.yml" - packs: +dsp-testing/codeql-pack1@0.0.4 + packs: +dsp-testing/codeql-pack1@0.0.5 languages: javascript tools: latest - name: Build code