Commits
Commits on Dec 23, 2020
-
Support find .sarif files recursively
Chao Zhang committedDec 23, 2020 Copy the full SHA 55eae66View commit details
Commits on Nov 30, 2020
-
Fix test to be immune to running on Actions
Robin Neatherway committedNov 30, 2020 Copy the full SHA d99e994View commit details -
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 Nov 23, 2020
-
Introduce parameter object for API params that travel together
Sam Partington committedNov 23, 2020 Copy the full SHA 20567b5View commit details
Commits on Nov 19, 2020
-
Eric Cornelissen committed
Nov 19, 2020 Copy the full SHA 847f4efView commit details
Commits on Nov 2, 2020
-
Pass a logger in to
getApiClient()
rather than constructing one there.Chris Gavin committedNov 2, 2020 Copy the full SHA 865b4bdView commit details
Commits on Oct 30, 2020
-
Log a warning if the API version is not supported.
Chris Gavin committedOct 30, 2020 Copy the full SHA 1220ae5View commit details
Commits on Oct 1, 2020
-
Switching to import/order instead of sort-imports
Chris Raynor committedOct 1, 2020 Copy the full SHA 122c9b7View commit details
Commits on Sep 29, 2020
-
Copy the full SHA 228546aView commit details
Commits on Sep 25, 2020
-
Copy the full SHA 476bf86View commit details
Commits on Sep 21, 2020
-
Fix retrying uploads by using Octokit retry plugin.
Chris Gavin committedSep 21, 2020 Copy the full SHA 31c2ecaView commit details
Commits on Sep 20, 2020
-
Copy the full SHA 4666a0eView commit details
Commits on Sep 14, 2020
-
Chris Raynor committed
Sep 14, 2020 Copy the full SHA a184d50View commit details
Commits on Aug 26, 2020
-
Robert Brignull committed
Aug 26, 2020 Copy the full SHA 217483dView commit details
Commits on Aug 25, 2020
-
Robert Brignull committed
Aug 25, 2020 Copy the full SHA 09677daView commit details
Commits on Aug 17, 2020
-
Robert Brignull committed
Aug 17, 2020 Copy the full SHA d49b867View commit details
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 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 6, 2020
-
Robert Brignull committed
Jul 6, 2020 Copy the full SHA 0086c2eView commit details
Commits on Jun 24, 2020
-
Manually convert response.data to a JSON string.
Chris Gavin committedJun 24, 2020 Copy the full SHA 464ce1bView 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
Commits on Jun 15, 2020
-
Merge branch 'master' into validate_sarif
Robert Brignull committedJun 15, 2020 Copy the full SHA fcb696eView commit details
Commits on Jun 8, 2020
-
Merge branch 'master' into validate_sarif
Robert Brignull committedJun 8, 2020 Copy the full SHA c1add46View commit details -
Merge branch 'master' into always-report-exceptions-v2
Robert Brignull committedJun 8, 2020 Copy the full SHA 6db8182View commit details
Commits on May 28, 2020
-
report exceptions during upload
Robert Brignull committedMay 28, 2020 Copy the full SHA 96da037View commit details -
Allow pull requests, and report correct commit oid and ref
Robert Brignull committedMay 28, 2020 Copy the full SHA da1e237View commit details
Commits on May 22, 2020
-
Robert Brignull committed
May 22, 2020 Unverified
No user is associated with the committer email.Copy the full SHA ae30190View commit details -
validate sarif against schema before uploading
Robert Brignull committedMay 22, 2020 Copy the full SHA ddee374View commit details
Commits on May 18, 2020
-
Merge branch 'master' into upload_twice
Robert Brignull committedMay 18, 2020 Copy the full SHA 3a883afView commit details
Commits on May 15, 2020
-
Emit an error if upload happens twice
Robert Brignull committedMay 15, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 5ec6b75View commit details -
log some stats about the upload
Robert Brignull committedMay 15, 2020 Copy the full SHA b366432View commit details