Skip to content

Commits

Commits on Apr 9, 2021

  1. 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 committed Apr 9, 2021
    Copy the full SHA
    534192f View commit details

Commits on Feb 16, 2021

  1. 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 committed Feb 16, 2021
    Copy the full SHA
    58defc0 View commit details

Commits on Jan 19, 2021

  1. only insert external repos token if supplied

    Robert committed Jan 19, 2021
    Copy the full SHA
    cb574a7 View commit details

Commits on Jan 12, 2021

  1. Introduce external repository token

    Robert committed Jan 12, 2021
    Copy the full SHA
    90d1a31 View commit details

Commits on Nov 30, 2020

  1. Use version information to construct payload

    Robin Neatherway committed Nov 30, 2020
    Copy the full SHA
    dff118f View commit details

Commits on Nov 26, 2020

  1. Request meta endpoint at the start of execution

    Robert committed Nov 26, 2020
    Copy the full SHA
    81a21bf View commit details

Commits on Nov 24, 2020

  1. Make anonymous objects into variables for readability

    Sam Partington committed Nov 24, 2020
    Copy the full SHA
    3ee4739 View commit details

Commits on Nov 23, 2020

  1. Copy the full SHA
    20567b5 View commit details

Commits on Nov 20, 2020

  1. Merge branch 'main' into fix-typos

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    6aaf048 View commit details
  2. Fix typos in src

    - 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 committed Nov 20, 2020
    Copy the full SHA
    85ea24b View commit details

Commits on Nov 19, 2020

  1. Fix no shadow issues in api-client.ts

    Duplicate use of "_" placeholder argument name. This change may conflict
    with #192.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    b54c2aa View commit details

Commits on Nov 3, 2020

  1. Copy the full SHA
    b16110e View commit details

Commits on Nov 2, 2020

  1. Only log the version warning once on Actions even if the Action is in…

    …voked multiple times.
    Chris Gavin committed Nov 2, 2020
    Copy the full SHA
    1a4385d View commit details
  2. Copy the full SHA
    865b4bd View commit details
  3. Use an undefined check rather than hasOwnProperty.

    Chris Gavin committed Nov 2, 2020
    Copy the full SHA
    1f7bae7 View commit details

Commits on Oct 30, 2020

  1. Log a warning if the API version is not supported.

    Chris Gavin committed Oct 30, 2020
    Copy the full SHA
    1220ae5 View commit details

Commits on Oct 1, 2020

  1. Switching to import/order instead of sort-imports

    Chris Raynor committed Oct 1, 2020
    Copy the full SHA
    122c9b7 View commit details

Commits on Sep 29, 2020

  1. Resolve violations of sort-imports lint

    Resolves #206
    Chris Raynor committed Sep 29, 2020
    Copy the full SHA
    228546a View commit details

Commits on Sep 21, 2020

  1. Fix retrying uploads by using Octokit retry plugin.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    31c2eca View commit details
  2. Use getOctokit(...) when getting the GitHub API client.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    cc0eb45 View commit details

Commits on Sep 18, 2020

  1. Update to the latest version of @actions/github.

    Chris Gavin committed Sep 18, 2020
    Copy the full SHA
    9ed519f View commit details

Commits on Sep 15, 2020

  1. Add getOptionalInput and getRequiredInput

    Robert Brignull committed Sep 15, 2020
    Copy the full SHA
    c1cee53 View commit details
  2. Introduce actions-util.ts

    Robert Brignull committed Sep 15, 2020
    Copy the full SHA
    121fd33 View commit details

Commits on Sep 14, 2020

  1. Running lint-fix

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    a184d50 View commit details

Commits on Aug 27, 2020

  1. Remove process of auth

    Robert Brignull committed Aug 27, 2020
    Copy the full SHA
    3dfaa88 View commit details

Commits on Aug 26, 2020

  1. Fix use of wrong URL

    Robert Brignull committed Aug 26, 2020
    Copy the full SHA
    f5d645f View commit details
  2. Convert rest of the actions

    Robert Brignull committed Aug 26, 2020
    Copy the full SHA
    217483d View commit details

Commits on Aug 11, 2020

  1. remove unused arguments

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    cf08f5a View commit details
  2. Add a CLI interface to the upload-sarif action

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    6d7a135 View commit details

Commits on Aug 4, 2020

  1. 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 committed Aug 4, 2020
    Copy the full SHA
    42235cc View commit details

Commits on Jul 6, 2020

  1. use @actions/github

    Robert Brignull committed Jul 6, 2020
    Copy the full SHA
    0086c2e View commit details

Commits on Jun 23, 2020

  1. Use a single Octokit client for everything rather than a bunch of Oct…

    …okits and an HTTP client.
    Chris Gavin committed Jun 23, 2020
    Copy the full SHA
    74c48f7 View commit details
End of commit history for this file