From f46875dae92f09eb3a763ee22f716a38b569e64b Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Wed, 28 Oct 2020 14:51:09 +0100 Subject: [PATCH 1/2] Use codeql 20201028 --- lib/defaults.json | 2 +- src/defaults.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index a19748cfb..cf5f16d68 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20201008" + "bundleVersion": "codeql-bundle-20201028" } diff --git a/src/defaults.json b/src/defaults.json index 0ba345843..fbc356ccc 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20201008" + "bundleVersion": "codeql-bundle-20201028" } From d96ee1a48c634578796e0aec2d9dd1f6b3b6ef26 Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Wed, 28 Oct 2020 16:31:15 +0100 Subject: [PATCH 2/2] Fix python tests --- .github/workflows/python-deps.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index b56325443..058b6d92a 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -43,10 +43,11 @@ jobs: - uses: actions/checkout@v2 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: ./init with: tools: latest languages: python + setup-python-dependencies: false - name: Test Auto Package Installation run: | @@ -105,10 +106,11 @@ jobs: - uses: actions/checkout@v2 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: ./init with: tools: latest languages: python + setup-python-dependencies: false - name: Test Auto Package Installation run: |