Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #578 from github/upload-database
Upload CodeQL databases - mk2
  • Loading branch information
Robert authored and GitHub committed Jun 22, 2021

Unverified

No user is associated with the committer email.
2 parents b2d10b3 + 00791d5 commit 171619a
Showing 22 changed files with 904 additions and 24 deletions.
4 changes: 4 additions & 0 deletions analyze/action.yml
@@ -34,6 +34,10 @@ inputs:
category:
description: String used by Code Scanning for matching the analyses
required: false
upload-database:
description: Whether to upload the resulting CodeQL database
required: false
default: "true"
token:
default: ${{ github.token }}
matrix:
30 changes: 25 additions & 5 deletions lib/actions-util.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/actions-util.js.map

Large diffs are not rendered by default.

26 changes: 23 additions & 3 deletions lib/actions-util.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/actions-util.test.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lib/analyze-action.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-action.js.map

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

10 changes: 10 additions & 0 deletions lib/codeql.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.js.map

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions lib/database-upload.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/database-upload.js.map

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

0 comments on commit 171619a

Please sign in to comment.