Commits
Commits on Jun 4, 2021
-
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 -
Add better comments and error messages for pack-related changes
Andrew Eisenberg committedJun 4, 2021 Copy the full SHA 6cee818View commit details
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 Copy the full SHA 86a804fView commit details
Commits on Jun 2, 2021
-
Remove local environment running
This is a functionality that never worked perfectly and hasn't been used for a while. This allows developers to run the action on their local machine, but the run was always flaky and never 100% mirrored what was happening on the actions runner.
Andrew Eisenberg committedJun 2, 2021 Copy the full SHA 2c2ebdcView commit details
Commits on May 23, 2021
-
Arthur Baars committed
May 23, 2021 Copy the full SHA 4f51b8cView commit details
Commits on May 21, 2021
-
Arthur Baars committed
May 21, 2021 Copy the full SHA 84bec4dView commit details -
Arthur Baars committed
May 21, 2021 Copy the full SHA 9aca271View commit details -
Ensure queries[language] objects are initialized
Arthur Baars committedMay 21, 2021 Copy the full SHA ec011ddView commit details
Commits on May 17, 2021
-
Add configuration option to set CodeQL DB location
Edoardo Pirovano authored and Edoardo Pirovano committedMay 17, 2021 Copy the full SHA 79c79f1View commit details
Commits on Apr 21, 2021
-
Add external git repositories to search path for custom queries
Edoardo Pirovano authored and Edoardo Pirovano committedApr 21, 2021 Copy the full SHA 578f9fcView commit details
Commits on Apr 9, 2021
-
Use externalRepoAuth when getting a remote config
This allows users to specify a different token for retrieving the codeql config from a different repository. Fixes https://github.com/github/advanced-security-field/issues/185
Andrew Eisenberg authored and Andrew Eisenberg committedApr 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 534192fView commit details
Commits on Jan 12, 2021
-
Introduce external repository token
Robert committedJan 12, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 90d1a31View commit details
Commits on Nov 30, 2020
-
Use version information to construct payload
Robin Neatherway committedNov 30, 2020 Unverified
No user is associated with the committer email.Copy the full SHA dff118fView commit details
Commits on Nov 26, 2020
-
Request meta endpoint at the start of execution
Robert committedNov 26, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 81a21bfView commit details
Commits on Nov 23, 2020
-
Introduce parameter object for API params that travel together
Sam Partington committedNov 23, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 20567b5View commit details
Commits on Nov 20, 2020
-
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 6aaf048View commit details -
Eric Cornelissen committed
Nov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 5416d4fView commit details
Commits on Nov 19, 2020
-
Eric Cornelissen committed
Nov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 847f4efView commit details
Commits on Nov 2, 2020
-
Pass a logger in to
getApiClient()
rather than constructing one there.Chris Gavin committedNov 2, 2020 Copy the full SHA 865b4bdView commit details
Commits on Oct 30, 2020
-
Log a warning if the API version is not supported.
Chris Gavin committedOct 30, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 1220ae5View commit details
Commits on Oct 1, 2020
-
Switching to import/order instead of sort-imports
Chris Raynor committedOct 1, 2020 Copy the full SHA 122c9b7View commit details
Commits on Sep 29, 2020
-
Copy the full SHA 228546aView commit details
Commits on Sep 28, 2020
-
Copy the full SHA c68c97eView commit details
Commits on Sep 21, 2020
-
Merge main into update-actions-github.
Chris Gavin committedSep 21, 2020 Copy the full SHA bba73b6View commit details
Commits on Sep 20, 2020
-
Copy the full SHA 4666a0eView commit details
Commits on Sep 18, 2020
-
Update to the latest version of
@actions/github
.Chris Gavin committedSep 18, 2020 Copy the full SHA 9ed519fView commit details -
Merge branch 'main' into split_builtin_custom_queries
Robert Brignull committedSep 18, 2020 Copy the full SHA 1dc1029View commit details
Commits on Sep 14, 2020
-
Chris Raynor committed
Sep 14, 2020 Copy the full SHA a184d50View commit details
Commits on Sep 10, 2020
-
split up builtin and custom queries
Robert Brignull committedSep 10, 2020 Copy the full SHA 0539269View commit details
Commits on Sep 8, 2020
-
Merge branch 'main' into allow-additive-queries-in-workflow
Sam Partington committedSep 8, 2020 Copy the full SHA d677f16View commit details
Commits on Sep 1, 2020
-
Add logger to checkoutExternalRepository
Robert Brignull committedSep 1, 2020 Copy the full SHA 8a821a9View commit details
Commits on Aug 28, 2020
-
Allow "additive" queries in workflow by prefixing with "+"
See discussion on https://github.com/github/code-scanning/issues/1446
Sam Partington committedAug 28, 2020 Copy the full SHA 82000c2View commit details -
improve error message when config is not found
Robert Brignull committedAug 28, 2020 Copy the full SHA 80e2c4fView commit details
Commits on Aug 27, 2020
-
Remove dependence of GITHUB_REPOSITORY env var
Robert Brignull committedAug 27, 2020 Copy the full SHA 39b361eView commit details
Commits on Aug 26, 2020
-
Robert Brignull committed
Aug 26, 2020 Copy the full SHA 217483dView commit details