Commits
Commits on Feb 13, 2021
-
Chris Gavin committed
Feb 13, 2021 Copy the full SHA 0656b2cView commit details
Commits on Jan 28, 2021
-
Sam Partington committed
Jan 28, 2021 Copy the full SHA 19fe854View commit details -
Remove parameters from uploadFromActions
Retrieve the relevant values in the method itself instead.
Sam Partington committedJan 28, 2021 Copy the full SHA c2377b2View commit details
Commits on Jan 13, 2021
-
Use the fully qualified ref name
Robin Neatherway committedJan 13, 2021 Copy the full SHA 369cad8View commit details -
Correct typo in setting upload base ref
Robin Neatherway committedJan 13, 2021 Copy the full SHA 884ee1dView commit details
Commits on Jan 6, 2021
-
Merge branch 'main' into split-upload-method
Sam Partington committedJan 6, 2021 Copy the full SHA 4e46a49View commit details -
Revert "Retrieve GitHubVersion when used rather than passing around"
This reverts commit 6de1b75. https://github.com/github/codeql-action/pull/323#discussion_r551960301
Sam Partington committedJan 6, 2021 Copy the full SHA 54e0c67View commit details
Commits on Jan 4, 2021
-
Add test of finding SARIF files recursively
Robert committedJan 4, 2021 Copy the full SHA bd4e3adView commit details
Commits on Dec 23, 2020
-
Support find .sarif files recursively
Chao Zhang committedDec 23, 2020 Copy the full SHA 55eae66View commit details
Commits on Dec 22, 2020
-
Retrieve GitHubVersion when used rather than passing around
Sam Partington committedDec 22, 2020 Copy the full SHA 6de1b75View commit details -
Merge branch 'main' into split-upload-method
Sam Partington committedDec 22, 2020 Copy the full SHA 82a8fa4View 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 -
Split upload method into two mode-specific ones
Sam Partington committedNov 26, 2020 Copy the full SHA 57514f3View 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 Unverified
No user is associated with the committer email.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 Unverified
No user is associated with the committer email.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