Commits
Commits on Aug 10, 2020
-
Robert Brignull authored and Robert committed
Aug 10, 2020 Copy the full SHA 591359cView commit details
Commits on Aug 7, 2020
-
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
-
Make parameter names more descriptive
Robert Brignull committedJul 2, 2020 Copy the full SHA 5ab09aeView commit details -
Introduce wrapper around codeql
Robert Brignull committedJul 2, 2020 Copy the full SHA c41d287View commit details
Commits on Jun 22, 2020
-
Alex Kalyvitis committed
Jun 22, 2020 Copy the full SHA dcba709View commit details -
introduce inputs.threads flag to analyze action
Alex Kalyvitis committedJun 22, 2020 Copy the full SHA d55f711View commit details
Commits on Jun 15, 2020
-
Add ability to disable builtin queries
Robert Brignull committedJun 15, 2020 Copy the full SHA 19faafbView commit details
Commits on Jun 8, 2020
-
Merge branch 'master' into always-report-exceptions-v2
Robert Brignull committedJun 8, 2020 Copy the full SHA 6db8182View commit details
Commits on Jun 1, 2020
-
pass queries to codeql via a file
Robert Brignull committedJun 1, 2020 Copy the full SHA f18fffbView commit details -
fix when there are additional suites and custom queries
Robert Brignull committedJun 1, 2020 Copy the full SHA 655c449View commit details -
Robert Brignull committed
Jun 1, 2020 Copy the full SHA 50dcaafView 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 May 18, 2020
-
Check memory to use is always greater than zero.
Chris Gavin committedMay 18, 2020 Copy the full SHA 97ef912View commit details
Commits on May 14, 2020
-
Use the full amount of memory available when running queries.
Chris Gavin committedMay 14, 2020 Copy the full SHA fa0a733View commit details -
Robert Brignull committed
May 14, 2020 Copy the full SHA aa54af7View commit details
Commits on Apr 30, 2020
-
report status as failure if upload fails
Joshua Hale committedApr 30, 2020 Copy the full SHA 26e955cView commit details -
Merge branch 'master' into disable-default-queries
David Verdeguer authored and GitHub committedApr 30, 2020 Copy the full SHA d2a505dView commit details -
David Verdeguer committed
Apr 30, 2020 Copy the full SHA 6997a21View commit details -
ignore-default-queries -> disable-default-queries
David Verdeguer committedApr 30, 2020 Copy the full SHA 2809bdcView commit details
Commits on Apr 29, 2020
-
David Verdeguer committed
Apr 29, 2020 Copy the full SHA 8bd6c1eView commit details -
Error on queries with missing/multiple languages
David Verdeguer committedApr 29, 2020 Copy the full SHA b419ff6View commit details
Commits on Apr 28, 2020
-
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
anaarmas committedApr 28, 2020 Copy the full SHA 28ccc3dView commit details