Skip to content

Commit

Permalink
Showing 441 changed files with 57,454 additions and 151,724 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
@@ -46,7 +46,6 @@
"@typescript-eslint/restrict-template-expressions": "off",
"eslint-comments/no-use": "off",
"func-style": "off",
"github/array-foreach": "off",
"github/no-then": "off",
"import/no-extraneous-dependencies": "off",
"no-shadow": "off",
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
@@ -1,6 +1,9 @@
name: "CodeQL action"

on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:

jobs:
build:
19 changes: 11 additions & 8 deletions .github/workflows/integration-testing.yml
@@ -1,6 +1,9 @@
name: "Integration Testing"

on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:

jobs:
multi-language-repo_test-autodetect-languages:
@@ -150,7 +153,7 @@ jobs:
- uses: ./../action/analyze
env:
TEST_MODE: true

runner-analyze-javascript-ubuntu:
runs-on: ubuntu-latest

@@ -176,7 +179,7 @@ jobs:
runner/dist/codeql-runner-linux analyze --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
env:
TEST_MODE: true

runner-analyze-javascript-windows:
runs-on: windows-latest

@@ -198,7 +201,7 @@ jobs:
runner/dist/codeql-runner-win.exe analyze --repository $Env:GITHUB_REPOSITORY --commit $Env:GITHUB_SHA --ref $Env:GITHUB_REF --github-url $Env:GITHUB_SERVER_URL --github-auth ${{ github.token }}
env:
TEST_MODE: true

runner-analyze-javascript-macos:
runs-on: macos-latest

@@ -220,7 +223,7 @@ jobs:
runner/dist/codeql-runner-macos analyze --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
env:
TEST_MODE: true

runner-analyze-csharp-ubuntu:
runs-on: ubuntu-latest

@@ -254,7 +257,7 @@ jobs:
../action/runner/dist/codeql-runner-linux analyze --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
env:
TEST_MODE: true

runner-analyze-csharp-windows:
runs-on: windows-latest

@@ -325,7 +328,7 @@ jobs:
env:
TEST_MODE: true


runner-analyze-csharp-autobuild-ubuntu:
runs-on: ubuntu-latest

@@ -358,7 +361,7 @@ jobs:
../action/runner/dist/codeql-runner-linux analyze --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
env:
TEST_MODE: true

runner-analyze-csharp-autobuild-windows:
runs-on: windows-latest

7 changes: 5 additions & 2 deletions .github/workflows/pr-checks.yml
@@ -1,6 +1,9 @@
name: "PR checks"

on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:

jobs:
lint-js:
@@ -62,7 +65,7 @@ jobs:
exit 1
fi
echo "Success: node_modules are up to date"
npm-test:
strategy:
matrix:
51 changes: 32 additions & 19 deletions lib/analyze.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/analyze.js.map

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

63 changes: 63 additions & 0 deletions lib/analyze.test.js

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

1 change: 1 addition & 0 deletions lib/analyze.test.js.map

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

3 changes: 1 addition & 2 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
50 changes: 33 additions & 17 deletions lib/config-utils.js
2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

56 changes: 33 additions & 23 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.

8 changes: 5 additions & 3 deletions lib/fingerprints.js
2 changes: 1 addition & 1 deletion lib/fingerprints.js.map
21 changes: 16 additions & 5 deletions lib/init-action.js
2 changes: 1 addition & 1 deletion lib/init-action.js.map
4 changes: 3 additions & 1 deletion lib/runner.js
2 changes: 1 addition & 1 deletion lib/runner.js.map

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions lib/upload-lib.js
2 changes: 1 addition & 1 deletion lib/upload-lib.js.map
1 change: 0 additions & 1 deletion node_modules/.bin/which

This file was deleted.

31 changes: 27 additions & 4 deletions node_modules/@actions/github/README.md
3 changes: 3 additions & 0 deletions node_modules/@actions/github/lib/context.d.ts
4 changes: 4 additions & 0 deletions node_modules/@actions/github/lib/context.js
2 changes: 1 addition & 1 deletion node_modules/@actions/github/lib/context.js.map
34 changes: 9 additions & 25 deletions node_modules/@actions/github/lib/github.d.ts
122 changes: 25 additions & 97 deletions node_modules/@actions/github/lib/github.js
2 changes: 1 addition & 1 deletion node_modules/@actions/github/lib/github.js.map
4 changes: 4 additions & 0 deletions node_modules/@actions/github/lib/interfaces.d.ts
6 changes: 6 additions & 0 deletions node_modules/@actions/github/lib/internal/utils.d.ts
43 changes: 43 additions & 0 deletions node_modules/@actions/github/lib/internal/utils.js
1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/internal/utils.js.map
21 changes: 21 additions & 0 deletions node_modules/@actions/github/lib/utils.d.ts
54 changes: 54 additions & 0 deletions node_modules/@actions/github/lib/utils.js
1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/utils.js.map

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c36848d

Please sign in to comment.