From 65efaf83e94b5d724daeacbaced4fee953e65b55 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Mon, 26 Oct 2020 08:31:09 +0000 Subject: [PATCH] Fix Python CI jobs. --- .github/workflows/python-deps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index a9b014449..393d2cacd 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -105,6 +105,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: + tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-20200826/codeql-bundle.tar.gz languages: python - name: Test Auto Package Installation