Commits
Commits on Sep 29, 2020
-
Copy the full SHA 228546aView commit details
Commits on Sep 15, 2020
-
Add getOptionalInput and getRequiredInput
Robert Brignull committedSep 15, 2020 Copy the full SHA c1cee53View commit details -
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 Unverified
No user is associated with the committer email.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 18, 2020
-
Esben Sparre Andreasen committed
Aug 18, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 9597f2eView 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 Unverified
No user is associated with the committer email.Copy the full SHA 42235ccView commit details
Commits on Jul 6, 2020
-
Robert Brignull committed
Jul 6, 2020 Copy the full SHA 0086c2eView commit details
Commits on Jun 26, 2020
-
Correct copy/pasted test description
Robin Neatherway committedJun 26, 2020 Copy the full SHA 151d531View commit details -
Simplify singleton tests by removing the loop
Robin Neatherway committedJun 26, 2020 Copy the full SHA a0d4330View commit details -
getRequiredEnvParams must be non-empty
Robin Neatherway committedJun 26, 2020 Copy the full SHA bb9ed79View commit details
Commits on Jun 23, 2020
-
Merge remote-tracking branch 'origin/main' into only-output-on-failure
Robert Brignull committedJun 23, 2020 Copy the full SHA bd40428View commit details -
Robert Brignull committed
Jun 23, 2020 Copy the full SHA 56f06c7View 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 dcba709View commit details
Commits on May 14, 2020
-
Robert Brignull committed
May 14, 2020 Copy the full SHA aa54af7View commit details
Commits on May 13, 2020
-
Robert Brignull committed
May 13, 2020 Copy the full SHA 572c8bbView commit details
End of commit history for this file