From c888d44201819b76cda64ce77fec9c2ca5e40a44 Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Tue, 3 Dec 2024 16:06:45 +0000 Subject: [PATCH] ci: add configuration tto run proxy with zstd package to test streaming with proxy --- .github/workflows/__test-proxy.yml | 3 +++ pr-checks/checks/test-proxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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