Commits
Commits on Apr 9, 2021
-
Use externalRepoAuth when getting a remote config
This allows users to specify a different token for retrieving the codeql config from a different repository. Fixes https://github.com/github/advanced-security-field/issues/185
Andrew Eisenberg authored and Andrew Eisenberg committedApr 9, 2021 Copy the full SHA 534192fView commit details
Commits on Feb 16, 2021
-
Remove --external-repository-token option from runner
Specifying a token as a cli input leads to a potential for leaking the token on CI logs. This commit removes the option. Instead, users should specify a single GitHub token through `--github-auth-stdin` or by setting the `GITHUB_TOKEN` environment variable. This token should be created with enough privileges to access the required repository.
Andrew Eisenberg committedFeb 16, 2021 Copy the full SHA 58defc0View commit details
Commits on Jan 19, 2021
-
only insert external repos token if supplied
Robert committedJan 19, 2021 Copy the full SHA cb574a7View commit details
Commits on Jan 12, 2021
-
Introduce external repository token
Robert committedJan 12, 2021 Copy the full SHA 90d1a31View commit details
Commits on Nov 30, 2020
-
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 24, 2020
-
Make anonymous objects into variables for readability
Sam Partington committedNov 24, 2020 Copy the full SHA 3ee4739View 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 20, 2020
-
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 Copy the full SHA 6aaf048View commit details -
- Rename "toolrunnner" (three 'n') to "toolrunner" - Rename "relativeFilepaht" to "relativeFilepath" - Fix various typos in documentation & comments - Fix typos in logs and test names
Eric Cornelissen committedNov 20, 2020 Copy the full SHA 85ea24bView commit details
Commits on Nov 19, 2020
-
Fix no shadow issues in api-client.ts
Duplicate use of "_" placeholder argument name. This change may conflict with #192.
Eric Cornelissen committedNov 19, 2020 Copy the full SHA b54c2aaView commit details
Commits on Nov 3, 2020
-
Log the version warning a second time if a request fails unexpectedly.
Chris Gavin committedNov 3, 2020 Copy the full SHA b16110eView commit details
Commits on Nov 2, 2020
-
Only log the version warning once on Actions even if the Action is in…
…voked multiple times.
Chris Gavin committedNov 2, 2020 Copy the full SHA 1a4385dView commit details -
Pass a logger in to
getApiClient()
rather than constructing one there.Chris Gavin committedNov 2, 2020 Copy the full SHA 865b4bdView commit details -
Use an undefined check rather than
hasOwnProperty
.Chris Gavin committedNov 2, 2020 Copy the full SHA 1f7bae7View 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 21, 2020
-
Fix retrying uploads by using Octokit retry plugin.
Chris Gavin committedSep 21, 2020 Copy the full SHA 31c2ecaView commit details -
Use
getOctokit(...)
when getting the GitHub API client.Chris Gavin committedSep 21, 2020 Copy the full SHA cc0eb45View commit details
Commits on Sep 18, 2020
-
Update to the latest version of
@actions/github
.Chris Gavin committedSep 18, 2020 Copy the full SHA 9ed519fView 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 Aug 27, 2020
-
Robert Brignull committed
Aug 27, 2020 Copy the full SHA 3dfaa88View commit details
Commits on Aug 11, 2020
-
Robert Brignull committed
Aug 11, 2020 Copy the full SHA cf08f5aView commit details -
Add a CLI interface to the upload-sarif action
Robert Brignull committedAug 11, 2020 Copy the full SHA 6d7a135View 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 6, 2020
-
Robert Brignull committed
Jul 6, 2020 Copy the full SHA 0086c2eView 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