Commits
Commits on Aug 11, 2020
-
commit node_modules and generated files
Robert Brignull committedAug 11, 2020 Copy the full SHA 34b3722View 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 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
Commits on Jul 24, 2020
-
Upload much more data in status reports
Robert committedJul 24, 2020 Copy the full SHA 87758a1View commit details
Commits on Jul 13, 2020
-
move config parsing earlier + add to codeql search path
Robert Brignull committedJul 13, 2020 Copy the full SHA da3d6d2View commit details
Commits on Jul 6, 2020
-
Robert Brignull committed
Jul 6, 2020 Copy the full SHA 0086c2eView commit details
Commits on Jun 29, 2020
-
add analysis_key to status reports
Robert Brignull committedJun 29, 2020 Copy the full SHA 0e3f831View commit details
Commits on Jun 26, 2020
-
getRequiredEnvParams must be non-empty
Robin Neatherway committedJun 26, 2020 Copy the full SHA bb9ed79View commit details -
Merge branch 'main' into octokit
Chris Gavin committedJun 26, 2020 Copy the full SHA ef50797View commit details
Commits on Jun 25, 2020
-
fall back to GITHUB_SHA env var if git is not available
Robert Brignull committedJun 25, 2020 Copy the full SHA 0fdc2c7View commit details -
Include completed_at when action is aborted
Robert Brignull committedJun 25, 2020 Copy the full SHA 50a2815View commit details
Commits on Jun 24, 2020
-
fix typo and throw error when languages are not detected
Alex Kalyvitis committedJun 24, 2020 Copy the full SHA a67896bView commit details -
reformat remaining 4 space indentations
Alex Kalyvitis committedJun 24, 2020 Copy the full SHA 3871ca7View commit details -
Merge branch 'main' into report-action-aborted
Alex Kalyvitis committedJun 24, 2020 Copy the full SHA a091618View commit details
Commits on Jun 23, 2020
-
Use a single Octokit client for everything rather than a bunch of Oct…
…okits and an HTTP client.
Chris Gavin committedJun 23, 2020 Copy the full SHA 74c48f7View commit details -
make the temporary directory in tests a symlink
Robert Brignull committedJun 23, 2020 Copy the full SHA 7581ac8View commit details -
Alex Kalyvitis committed
Jun 23, 2020 Copy the full SHA af252d2View commit details -
Convert all 4-space indented files to 2-space.
Chris Gavin committedJun 23, 2020 Copy the full SHA 8823109View commit details
Commits on Jun 22, 2020
-
reformat code and allow negative values for threads
Alex Kalyvitis committedJun 22, 2020 Copy the full SHA 3199693View commit details -
Alex Kalyvitis committed
Jun 22, 2020 Copy the full SHA bcb5b28View commit details -
Alex Kalyvitis committed
Jun 22, 2020 Copy the full SHA dcba709View commit details
Commits on Jun 4, 2020
-
move all files to the RUNNER_TEMP directory
Robert Brignull committedJun 4, 2020 Copy the full SHA 5ea7360View commit details
Commits on May 28, 2020
-
Allow pull requests, and report correct commit oid and ref
Robert Brignull committedMay 28, 2020 Copy the full SHA da1e237View commit details