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 Mar 31, 2021

  1. fix grammar / punctuation

    Robert committed Mar 31, 2021
    Copy the full SHA
    ca27066 View commit details

Commits on Mar 30, 2021

  1. check push event

    Robert committed Mar 30, 2021
    Copy the full SHA
    2f93805 View commit details
  2. Add special dependabot error message

    Robert committed Mar 30, 2021
    Copy the full SHA
    d4edded View commit details

Commits on Mar 26, 2021

  1. Update CodeQL bundle to 20210326

    Henning Makholm committed Mar 26, 2021
    Copy the full SHA
    1d93ad9 View commit details

Commits on Mar 25, 2021

  1. Rewrite the ref to correctly point to refs/remotes

    Fixes the rev-parse issues caused by https://github.com/github/codeql-action/pull/428
    Simon Engledew committed Mar 25, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ba14abb View commit details

Commits on Mar 22, 2021

  1. Skip doing work if it is not necessary

    Simon Engledew committed Mar 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9165099 View commit details
  2. PR feedback

    Simon Engledew committed Mar 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    36a9516 View commit details
  3. Count the number of parents of the current commit to check it is stil…

    …l a merge
    
    Work around a race condition in actions where sometimes GITHUB_SHA != git rev-parse head
    Simon Engledew committed Mar 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ef92c5a View commit details

Commits on Mar 19, 2021

  1. Update CodeQL bundle to 20210319

    Henning Makholm committed Mar 19, 2021
    Copy the full SHA
    d2f4021 View commit details

Commits on Mar 18, 2021

  1. Fix spelling errors

    spelling: executable
    spelling: github
    spelling: javascript
    spelling: latest
    spelling: occurred
    spelling: parameter
    
    Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
    Josh Soref authored and Andrew Eisenberg committed Mar 18, 2021
    Copy the full SHA
    c4fced7 View commit details
  2. Display better error message on invalid sarif

    Specifically, some third party tools do not include a `results`
    block for runs when there is an error. This change adds a more
    explicit error message for this situation.
    Andrew Eisenberg authored and Andrew Eisenberg committed Mar 18, 2021
    Copy the full SHA
    08fae3c View commit details

Commits on Mar 17, 2021

  1. Ensure error correct error message on 403 error

    Andrew Eisenberg authored and Andrew Eisenberg committed Mar 17, 2021
    Copy the full SHA
    ffd96b3 View commit details

Commits on Mar 16, 2021

  1. Copy the full SHA
    5004a54 View commit details
  2. call setupActionsVars in the tests too

    Robert committed Mar 16, 2021
    Copy the full SHA
    378f30f View commit details
  3. Copy the full SHA
    d698cb3 View commit details
  4. make control flow cleaer to fix query alert

    Robert committed Mar 16, 2021
    Copy the full SHA
    09024e5 View commit details

Commits on Mar 10, 2021

  1. Merge branch 'main' into check-ghae-endpoint-first-only-on-ghae

    Chris Gavin authored and GitHub committed Mar 10, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    18f6367 View commit details

Commits on Mar 9, 2021

  1. Update CodeQL bundle to 20210308

    Henning Makholm committed Mar 9, 2021
    Copy the full SHA
    bcca43b View commit details

Commits on Mar 7, 2021

  1. When downloading the CodeQL bundle, only use the GitHub AE endpoint o…

    …n GitHub AE, and check it first.
    Chris Gavin committed Mar 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bb51ece View commit details

Commits on Mar 4, 2021

  1. Update CodeQL bundle to 20210304 / CLI 2.4.4

    Aditya Sharad committed Mar 4, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0ff9c44 View commit details

Commits on Feb 20, 2021

  1. Copy the full SHA
    760681b View commit details

Commits on Feb 17, 2021

  1. Merge branch 'main' into adityasharad/ram-threshold

    Aditya Sharad authored and GitHub committed Feb 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    fd0ad84 View commit details
  2. set externalRepoAuth

    Robert authored and Andrew Eisenberg committed Feb 17, 2021
    Copy the full SHA
    a265353 View commit details
  3. Merge branch 'main' into ghae-endpoint

    Chris Gavin authored and GitHub committed Feb 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2b1c88c View commit details

Commits on Feb 16, 2021

  1. Increase the default amount of RAM reserved for the OS

    Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory.
    For Unix, reserve 1GB.
    For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
    Aditya Sharad committed Feb 16, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4c94e29 View commit details
  2. 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
  3. Add capability to specify auth from env var or stdin

    This commit adds two new ways of specifying GitHub auth:
    
    1. from the GITHUB_TOKEN environment variable
    2. from standard input
    
    This commit does not include any documentation changes and the
    descriptions of new command line options will need to be tweaked.
    Andrew Eisenberg authored and Andrew Eisenberg committed Feb 16, 2021
    Copy the full SHA
    88714e3 View commit details
  4. Merge branch 'main' into ghae-endpoint

    Chris Gavin authored and GitHub committed Feb 16, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3c63623 View commit details

Commits on Feb 15, 2021

  1. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f8c5dac View commit details
  2. Merge branch 'main' into allow-override-temp

    Chris Gavin authored and GitHub committed Feb 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    04d2b00 View commit details
  3. Merge main into allow-override-temp.

    Chris Gavin committed Feb 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7b72f1c View commit details
  4. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6452109 View commit details
  5. Convert GitHub variant to an enum.

    Chris Gavin committed Feb 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c9ca4ec View commit details

Commits on Feb 13, 2021

  1. Add detection for GitHub AE.

    Chris Gavin committed Feb 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0656b2c View commit details
Older