mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
Replace datadog/squid with datadog/agent
This commit is contained in:
Generated
+3
-3
@@ -48,13 +48,13 @@ jobs:
|
||||
env:
|
||||
TEST_MODE: true
|
||||
env:
|
||||
https_proxy: http://squid-proxy:3128
|
||||
https_proxy: http://agent-proxy:3128
|
||||
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
||||
container:
|
||||
image: ubuntu:18.04
|
||||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
image: datadog/squid:latest
|
||||
agent-proxy:
|
||||
image: datadog/agent:latest
|
||||
ports:
|
||||
- 3128:3128
|
||||
|
||||
@@ -6,12 +6,12 @@ container:
|
||||
image: ubuntu:18.04
|
||||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
image: datadog/squid:latest
|
||||
agent-proxy:
|
||||
image: datadog/agent:latest
|
||||
ports:
|
||||
- 3128:3128
|
||||
env:
|
||||
https_proxy: http://squid-proxy:3128
|
||||
https_proxy: http://agent-proxy:3128
|
||||
steps:
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user