Skip to content

Commit 50b3687

Browse files
committed
Specify custom config-file in start-proxy check
1 parent b6d92e3 commit 50b3687

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/__start-proxy.yml

Lines changed: 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ steps:
4646
CODEQL_PROXY_HOST: ${{ steps.proxy.outputs.proxy_host }}
4747
CODEQL_PROXY_PORT: ${{ steps.proxy.outputs.proxy_port }}
4848
CODEQL_PROXY_CA_CERTIFICATE: ${{ steps.proxy.outputs.proxy_ca_certificate }}
49+
CODEQL_ACTION_NEW_REMOTE_FILE_ADDRESSES: "true"
4950
with:
5051
languages: java
5152
tools: ${{ steps.prepare-test.outputs.tools-url }}
53+
config-file: codeql-action@main:tests/multi-language-repo/.github/codeql/custom-queries.yml

0 commit comments

Comments
 (0)