Skip to content

Commit b6d92e3

Browse files
committed
Set CODEQL_PROXY_* vars for init step in test workflow
1 parent b0eaa56 commit b6d92e3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/__start-proxy.yml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/start-proxy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ steps:
4242
run: exit 1
4343

4444
- uses: ./../action/init
45+
env:
46+
CODEQL_PROXY_HOST: ${{ steps.proxy.outputs.proxy_host }}
47+
CODEQL_PROXY_PORT: ${{ steps.proxy.outputs.proxy_port }}
48+
CODEQL_PROXY_CA_CERTIFICATE: ${{ steps.proxy.outputs.proxy_ca_certificate }}
4549
with:
4650
languages: java
4751
tools: ${{ steps.prepare-test.outputs.tools-url }}

0 commit comments

Comments
 (0)