Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into lgtm_filters
Robert Brignull committed Jul 10, 2020

Unverified

No user is associated with the committer email.
2 parents fb9f2af + ec15477 commit 1a4c658
Showing 205 changed files with 103,540 additions and 10,451 deletions.
28 changes: 27 additions & 1 deletion .github/workflows/integration-testing.yml
@@ -93,7 +93,6 @@ jobs:
env:
TEST_MODE: true


multi-language-repo_rubocop:
runs-on: ubuntu-latest

@@ -124,3 +123,30 @@ jobs:
sarif_file: rubocop.sarif
env:
TEST_MODE: true

test-proxy:
runs-on: ubuntu-latest
container:
image: ubuntu:18.04
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
ports:
- 3128:3128
env:
https_proxy: http://squid-proxy:3128
steps:
- uses: actions/checkout@v2
- name: Move codeql-action
shell: bash
run: |
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
languages: javascript
- uses: ./../action/analyze
env:
TEST_MODE: true
2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions lib/api-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/api-client.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

53 changes: 18 additions & 35 deletions lib/config-utils.test.js
2 changes: 1 addition & 1 deletion lib/config-utils.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/external-queries.test.js
2 changes: 1 addition & 1 deletion lib/external-queries.test.js.map
2 changes: 1 addition & 1 deletion lib/fingerprints.test.js
2 changes: 1 addition & 1 deletion lib/fingerprints.test.js.map
11 changes: 9 additions & 2 deletions lib/testing-utils.js
2 changes: 1 addition & 1 deletion lib/testing-utils.js.map
2 changes: 1 addition & 1 deletion lib/upload-lib.js
2 changes: 1 addition & 1 deletion lib/upload-lib.js.map
2 changes: 1 addition & 1 deletion lib/upload-lib.test.js
2 changes: 1 addition & 1 deletion lib/upload-lib.test.js.map
9 changes: 5 additions & 4 deletions lib/util.js
2 changes: 1 addition & 1 deletion lib/util.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/util.test.js
2 changes: 1 addition & 1 deletion lib/util.test.js.map
74 changes: 74 additions & 0 deletions node_modules/@actions/github/README.md
26 changes: 26 additions & 0 deletions node_modules/@actions/github/lib/context.d.ts
46 changes: 46 additions & 0 deletions node_modules/@actions/github/lib/context.js
1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/context.js.map
27 changes: 27 additions & 0 deletions node_modules/@actions/github/lib/github.d.ts
108 changes: 108 additions & 0 deletions node_modules/@actions/github/lib/github.js
1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/github.js.map
36 changes: 36 additions & 0 deletions node_modules/@actions/github/lib/interfaces.d.ts
4 changes: 4 additions & 0 deletions node_modules/@actions/github/lib/interfaces.js
1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/interfaces.js.map

0 comments on commit 1a4c658

Please sign in to comment.