Commits
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 May 13, 2021
-
Use the prefix id for keying into metrics rules
Fixes a bug where we were looking for incorrect keys for metrics rules. Previously, we were using full language names in the keys. Now, we use the short language names in the metric ids. This is done through a simplification of the code. Also, this change does two smaller things: 1. Prints out the baseline count to the logs 2. Adds the `assertNever` function to ensure we never miss a case in a switch statement. This function is borrowed from vscode-codeql.
Andrew Eisenberg committedMay 13, 2021 Copy the full SHA e8b2a98View commit details
Commits on Apr 22, 2021
-
Introduce our own toolcache implementation for use by the runnner
Robert committedApr 22, 2021 Copy the full SHA 8c91ba8View commit details
Commits on Mar 18, 2021
-
spelling: executable spelling: github spelling: javascript spelling: latest spelling: occurred spelling: parameter Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref authored and Andrew Eisenberg committedMar 18, 2021 Copy the full SHA c4fced7View commit details
Commits on Mar 16, 2021
-
call setupActionsVars in the tests too
Robert committedMar 16, 2021 Copy the full SHA 378f30fView commit details
Commits on Feb 16, 2021
-
Increase the default amount of RAM reserved for the OS
Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory. For Unix, reserve 1GB. For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
Aditya Sharad committedFeb 16, 2021 Copy the full SHA 4c94e29View commit details -
Add capability to specify auth from env var or stdin
This commit adds two new ways of specifying GitHub auth: 1. from the GITHUB_TOKEN environment variable 2. from standard input This commit does not include any documentation changes and the descriptions of new command line options will need to be tweaked.
Andrew Eisenberg authored and Andrew Eisenberg committedFeb 16, 2021 Copy the full SHA 88714e3View commit details
Commits on Feb 15, 2021
-
Convert GitHub variant to an enum.
Chris Gavin committedFeb 15, 2021 Copy the full SHA c9ca4ecView commit details
Commits on Feb 13, 2021
-
Chris Gavin committed
Feb 13, 2021 Copy the full SHA 0656b2cView commit details
Commits on Jan 26, 2021
-
Fix the formatting of a warning message.
Chris Gavin committedJan 26, 2021 Copy the full SHA 5261491View commit details
Commits on Nov 30, 2020
-
Use version information to construct payload
Robin Neatherway committedNov 30, 2020 Copy the full SHA dff118fView commit details
Commits on Nov 26, 2020
-
Request meta endpoint at the start of execution
Robert committedNov 26, 2020 Copy the full SHA 81a21bfView commit details
Commits on Oct 5, 2020
-
Use GITHUB_DOTCOM_URL so URL deduplication works
Robert Brignull committedOct 5, 2020 Copy the full SHA b185050View commit details
Commits on Sep 28, 2020
-
Robert Brignull committed
Sep 28, 2020 Copy the full SHA c4dc1b0View commit details
Commits on Sep 15, 2020
-
Robert Brignull committed
Sep 15, 2020 Copy the full SHA 121fd33View 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
-
add optional workflow input to specify whether snippets are added to …
…sarif output
Nick Fyson committedSep 10, 2020 Copy the full SHA 77f767cView commit details
Commits on Sep 1, 2020
-
Robert Brignull committed
Sep 1, 2020 Copy the full SHA 4c00c68View commit details
Commits on Aug 28, 2020
-
use ToolRunner directly instead of exec wrapper
Robert Brignull committedAug 28, 2020 Copy the full SHA c3d6602View commit details
Commits on Aug 24, 2020
-
Robert Brignull committed
Aug 24, 2020 Copy the full SHA 407ef0aView commit details
Commits on Aug 19, 2020
-
remove direct accesses to RUNNER_TEMP
Robert Brignull committedAug 19, 2020 Copy the full SHA 360e77aView commit details
Commits on Aug 18, 2020
-
Esben Sparre Andreasen committed
Aug 18, 2020 Copy the full SHA c2b7b7fView commit details
Commits on Aug 17, 2020
-
move maxThreads outside of loop
Robert Brignull committedAug 17, 2020 Copy the full SHA 5eb3736View commit details
Commits on Aug 14, 2020
-
use all available threads for analysis
Robert Brignull committedAug 14, 2020 Copy the full SHA aaeb975View commit details
Commits on Aug 11, 2020
-
Add a CLI interface to the upload-sarif action
Robert Brignull committedAug 11, 2020 Copy the full SHA 6d7a135View commit details
Commits on Aug 7, 2020
-
Robert committed
Aug 7, 2020 Copy the full SHA a0660c8View commit details -
remove CODEQL_ACTION_ANALYSIS_KEY
Robert committedAug 7, 2020 Copy the full SHA e5ad069View commit details -
remove CODEQL_ACTION_DATABASE_DIR
Robert committedAug 7, 2020 Copy the full SHA 5b35de6View commit details
Commits on Aug 4, 2020
-
Allow the codeql-action to be run locally (#117)
* Allow the codeql-action to be run locally This change allows the codeql-action to be run locally through [act](https://github.com/nektos/act). In order to run the action locally, you need to do two things: 1. Add the `CODEQL_LOCAL_RUN: true` environment variable. The only way I could figure out how to do this was to add it directly in the workflow file in an `env` block. It _should_ be possible to add it through a `.env` file and pass it to `act`, but I couldn't get it working. 2. Run this command `act -j codeql -s GITHUB_TOKEN=<MY_PAT>` Setting the `CODEQL_LOCAL_RUN` env var will fill in missing env vars that the action needs, but isn't set by `act`. It will also avoid making api calls to github that would fail locally. This is a refactoring discussed in https://github.com/github/dsp-codeql/issues/36
Andrew Eisenberg authored and GitHub committedAug 4, 2020 Copy the full SHA 42235ccView commit details -
revert: 'Don't send field in status reports.'
Alex Ford committedAug 4, 2020 Copy the full SHA 128c2cfView commit details -
Merge remote-tracking branch v1 into main.
Chris Gavin committedAug 4, 2020 Copy the full SHA 02d3d62View commit details -
Don't send
matrix_vars
field in status reports.Chris Gavin committedAug 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 1fb3aafView commit details
Commits on Jul 30, 2020
-
avoid sending status reports on enterprise
Robert Brignull committedJul 30, 2020 Copy the full SHA 368c14cView commit details