Commits
Commits on Aug 10, 2020
-
Merge remote-tracking branch 'origin/main' into actions_io
Robert committedAug 10, 2020 Copy the full SHA 7c2a7b2View commit details
Commits on Aug 7, 2020
-
remove direct dependency on @actions/io
Robert committedAug 7, 2020 Copy the full SHA de0b590View commit details -
Robert committed
Aug 7, 2020 Copy the full SHA a0660c8View commit details -
remove CODEQL_ACTION_TRACED_LANGUAGES and CODEQL_ACTION_SCANNED_LANGU…
…AGES
Robert committedAug 7, 2020 Copy the full SHA 396f716View commit details -
remove CODEQL_ACTION_DATABASE_DIR
Robert committedAug 7, 2020 Copy the full SHA 5b35de6View commit details
Commits on Aug 5, 2020
-
Robert Brignull committed
Aug 5, 2020 Copy the full SHA 8127c47View 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
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 2, 2020
-
Introduce wrapper around codeql
Robert Brignull committedJul 2, 2020 Copy the full SHA c41d287View commit details
Commits on Jun 24, 2020
-
Alex Kalyvitis committed
Jun 24, 2020 Copy the full SHA 8530f5bView commit details -
fix typo and throw error when languages are not detected
Alex Kalyvitis committedJun 24, 2020 Copy the full SHA a67896bView 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
-
Alex Kalyvitis committed
Jun 23, 2020 Copy the full SHA b8ac06aView commit details -
Alex Kalyvitis committed
Jun 23, 2020 Copy the full SHA af252d2View commit details -
Chris Gavin committed
Jun 23, 2020 Copy the full SHA 052d39eView commit details -
Chris Gavin committed
Jun 23, 2020 Copy the full SHA 107d8ffView 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 9, 2020
-
Merge branch 'master' into self-hosted
Robert Brignull committedJun 9, 2020 Copy the full SHA 00ebedcView 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
-
report exceptions during upload
Robert Brignull committedMay 28, 2020 Copy the full SHA 96da037View commit details
Commits on Apr 28, 2020
-
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
anaarmas committedApr 28, 2020 Copy the full SHA 28ccc3dView commit details