Commits
96e7de35af
Name already in use
Commits on Jun 9, 2021
-
Use nullish conversion for packs
Slightly simplifies the `parsePacks` function.
Andrew Eisenberg committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 96e7de3View commit details -
Extract a `runTool` function that captures the stdout and returns it. A small refactoring that reduces copied code.
Andrew Eisenberg committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 49b2220View commit details -
Remove unneeded action input in PR check
Andrew Eisenberg committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA db01c78View commit details -
Merge remote-tracking branch 'upstream/main' into aeisenberg/pack-run
Andrew Eisenberg committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 82388fdView commit details -
Add
--finalize-dataset
todatabase finalize
callEdoardo Pirovano authored and Edoardo Pirovano committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA babcc1bView commit details -
Add new log grouping for DB cleanup
Edoardo Pirovano authored and Edoardo Pirovano committedJun 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 06df98aView commit details -
Add intepret-results timings to status reports
Edoardo Pirovano authored and Edoardo Pirovano committedJun 9, 2021 Copy the full SHA 0ea20c5View commit details
Commits on Jun 8, 2021
-
Add an integration test for packaging
Uses two pre-existing packages to run some simple queries on a javascript database.
Andrew Eisenberg committedJun 8, 2021 Copy the full SHA d42f654View commit details -
Packaging: Address review comments
1. Better malformed data guard for PackDownloadOutput 2. Fix Packs type 3. Remove TODO in init-action
Andrew Eisenberg committedJun 8, 2021 Copy the full SHA 1cc5f1dView commit details -
Replace analyze with run-queries and interpret-results
Edoardo Pirovano authored and Edoardo Pirovano committedJun 8, 2021 Copy the full SHA 2cc885dView commit details
Commits on Jun 7, 2021
-
Some refactoring in fingerprint computation
Edoardo Pirovano authored and Edoardo Pirovano committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA c095005View commit details -
Merge pull request #554 from github/mergeback/v1.0.1-to-main-ece2addc
Mergeback v1.0.1 refs/heads/v1 into main
Andrew Eisenberg authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 9c13fefView commit details -
Merge branch 'main' into mergeback/v1.0.1-to-main-ece2addc
Andrew Eisenberg authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a69f472View commit details -
github-actions[bot] committed
Jun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA fbb9046View commit details -
Update changelog and version after v1.0.1
github-actions[bot] committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 9e6b46aView commit details -
Merge pull request #553 from github/aeisenberg/no-quotes
Remove quotes around `$DRAFT` argument
Andrew Eisenberg authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ece2addView commit details -
Remove quotes around
$DRAFT
argumentgh will complain if there is an empty `""`, which is the case if `$DRAFT` is unset.
Andrew Eisenberg committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 74764acView commit details -
Merge pull request #549 from github/update-v1.0.1-242fd828
Merge main into v1
Chris Gavin authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 675843dView commit details -
Chris Gavin committed
Jun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 511fe43View commit details -
Fix out of memory in hash computation
Edoardo Pirovano authored and Edoardo Pirovano committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 02e8dcfView commit details -
github-actions[bot] committed
Jun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 68d7c5fView commit details -
Merge pull request #547 from github/retrying-fix
Add back retrying.
Chris Gavin authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 242fd82View commit details -
Merge branch 'main' into retrying-fix
Chris Gavin authored and GitHub committedJun 7, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 48efe6eView commit details -
Chris Gavin committed
Jun 7, 2021 Copy the full SHA f8c65b7View commit details
Commits on Jun 6, 2021
-
Andrew Eisenberg committed
Jun 6, 2021 Copy the full SHA d87945eView commit details -
Add
--sarif-group-rules-by-pack
flagEdoardo Pirovano authored and Edoardo Pirovano committedJun 6, 2021 Copy the full SHA 1644adeView commit details
Commits on Jun 4, 2021
-
Use strings instead. They are easier to serialize and deserialize.
Andrew Eisenberg committedJun 4, 2021 Copy the full SHA 06687e9View commit details -
Fix logic for calculating if there are queries to run
During the analyze phase.
Andrew Eisenberg committedJun 4, 2021 Copy the full SHA 9b5753aView commit details -
Cleanup CodeQL DBs and output their location for later steps
Edoardo Pirovano authored and Edoardo Pirovano committedJun 4, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ddb83a4View commit details -
Add better comments and error messages for pack-related changes
Andrew Eisenberg committedJun 4, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 6cee818View commit details -
Chris Gavin committed
Jun 4, 2021
Commits on Jun 3, 2021
-
Allow the codeql-action to run packages
This commit adds a `packs` option to the codeql-config.yml file. Users can specify a list of ql packs to include in the analysis. For a single language analysis, the packs property looks like this: ```yaml packs: - pack-scope/pack-name1@1.2.3 - pack-scope/pack-name2 # no explicit version means download the latest ``` For multi-language analysis, you must key the packs block by lanaguage: ```yaml packs: cpp: - pack-scope/pack-name1@1.2.3 - pack-scope/pack-name2 java: - pack-scope/pack-name3@1.2.3 - pack-scope/pack-name4 ``` This implementation adds a new analysis run (alongside custom and builtin runs). The unit tests indicate that the correct commands are being run, but I have not actually tried this with a real CLI. Also, convert `instanceof Array` to `Array.isArray` since that is sightly better in some situations. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#instanceof_vs_isarray
Andrew Eisenberg committedJun 3, 2021 -
Merge pull request #539 from github/aeisenberg/env-vars
Add environment variables to signal feature and version to the CLI
Andrew Eisenberg authored and GitHub committedJun 3, 2021 -
Cleaning up comments around env vars
Also, move `getTemporaryDirectory` back to `actions-util`.
Andrew Eisenberg committedJun 3, 2021
Commits on Jun 2, 2021
-
Fix Unguarded actions library use code scanning error
Must access the env var directly in order to avoid recursive calls to `getRequiredEnvParam`.
Andrew Eisenberg committedJun 2, 2021