Skip to content

Commit 1a4c658

Browse files
Merge branch 'main' into lgtm_filters
2 parents fb9f2af + ec15477 commit 1a4c658

File tree

205 files changed

+103540
-10451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+103540
-10451
lines changed

.github/workflows/integration-testing.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
env:
9494
TEST_MODE: true
9595

96-
9796
multi-language-repo_rubocop:
9897
runs-on: ubuntu-latest
9998

@@ -124,3 +123,30 @@ jobs:
124123
sarif_file: rubocop.sarif
125124
env:
126125
TEST_MODE: true
126+
127+
test-proxy:
128+
runs-on: ubuntu-latest
129+
container:
130+
image: ubuntu:18.04
131+
options: --dns 127.0.0.1
132+
services:
133+
squid-proxy:
134+
image: datadog/squid:latest
135+
ports:
136+
- 3128:3128
137+
env:
138+
https_proxy: http://squid-proxy:3128
139+
steps:
140+
- uses: actions/checkout@v2
141+
- name: Move codeql-action
142+
shell: bash
143+
run: |
144+
mkdir ../action
145+
mv * .github ../action/
146+
mv ../action/tests/multi-language-repo/{*,.github} .
147+
- uses: ./../action/init
148+
with:
149+
languages: javascript
150+
- uses: ./../action/analyze
151+
env:
152+
TEST_MODE: true

lib/analysis-paths.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/api-client.js

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

lib/api-client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)