diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index 322a66055a..b7f652e803 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -29,6 +29,9 @@ jobs: include: - os: ubuntu-latest version: linked + - os: ubuntu-latest + version: + https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.19.4/codeql-bundle-linux64.tar.zst name: Proxy test permissions: contents: read diff --git a/pr-checks/checks/test-proxy.yml b/pr-checks/checks/test-proxy.yml index d1c6209e27..62efa41525 100644 --- a/pr-checks/checks/test-proxy.yml +++ b/pr-checks/checks/test-proxy.yml @@ -1,6 +1,6 @@ name: "Proxy test" description: "Tests using a proxy specified by the https_proxy environment variable" -versions: ["linked"] +versions: ["linked", "https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.19.4/codeql-bundle-linux64.tar.zst"] operatingSystems: ["ubuntu"] container: image: ubuntu:22.04