Skip to content

Commits

Commits on Mar 16, 2021

  1. Copy the full SHA
    5004a54 View commit details
  2. Copy the full SHA
    d698cb3 View commit details
  3. make control flow cleaer to fix query alert

    Robert committed Mar 16, 2021
    Copy the full SHA
    09024e5 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 Feb 15, 2021

  1. Unverified

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

Commits on Jan 26, 2021

  1. Fix deduplication of bundle download sources.

    Chris Gavin committed Jan 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d182a0e 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 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. Run npm run build

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    5416d4f View commit details

Commits on Nov 19, 2020

  1. Run npm run build

    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    847f4ef View commit details

Commits on Nov 18, 2020

  1. Copy the full SHA
    0d960df View commit details
  2. Merge main into add-multi-cause-markdown-flag.

    Chris Gavin committed Nov 18, 2020

    Unverified

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

Commits on Nov 12, 2020

  1. check if running locally

    Robert committed Nov 12, 2020
    Copy the full SHA
    1737b80 View commit details
  2. Copy the full SHA
    80b43ca View commit details

Commits on Nov 10, 2020

  1. Make use of the GITHUB_ACTION_REPOSITORY environment variable if it…

    … is set.
    Chris Gavin committed Nov 10, 2020

    Unverified

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

Commits on Nov 3, 2020

  1. Add the --threads config option to finalize db (#281)

    This flag is already being used for `runQueries`, so let's use it for
    finalize as well.
    Andrew Eisenberg authored and GitHub committed Nov 3, 2020

    Unverified

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

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

Commits on Nov 2, 2020

  1. Merge main into check-api-version.

    Chris Gavin committed Nov 2, 2020

    Unverified

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

    No user is associated with the committer email.
    Copy the full SHA
    865b4bd 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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1220ae5 View commit details
  2. Merge branch 'main' into daverlo/min-disk-free

    David Verdeguer committed Oct 30, 2020
    Copy the full SHA
    04e7c3c View commit details

Commits on Oct 27, 2020

  1. Enable the CodeQL SARIF multi-cause markdown flag.

    Chris Gavin committed Oct 27, 2020

    Unverified

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

Commits on Oct 1, 2020

  1. Merge branch 'cbraynor/fix206' into cbraynor/fix201

    Chris Raynor committed Oct 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6d01157 View commit details
  2. Merge branch 'main' into cbraynor/fix206

    Chris Raynor committed Oct 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    10479a2 View commit details
  3. Switching to import/order instead of sort-imports

    Chris Raynor committed Oct 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    122c9b7 View commit details
  4. Platform specific bundle

    Marco Gario committed Oct 1, 2020
    Copy the full SHA
    d5029a8 View commit details

Commits on Sep 29, 2020

  1. Resolve violations of import/no-extraneous-dependencies lint

    Fixes #201
    Chris Raynor committed Sep 29, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8200c13 View commit details
  2. Resolve violations of sort-imports lint

    Resolves #206
    Chris Raynor committed Sep 29, 2020

    Unverified

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

Commits on Sep 24, 2020

  1. Add min disk free flag to database analyze:

    David Verdeguer committed Sep 24, 2020
    Copy the full SHA
    7753dec View commit details

Commits on Sep 23, 2020

  1. Resolve violations of eslint-comments/no-use lint

    Resolves #197
    Michael Huynh committed Sep 23, 2020

    Unverified

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

Commits on Sep 22, 2020

  1. Allowing a cached version of the CodeQL bundle sometimes

    To save time downloading the CodeQL bundle we're pre-downloading it into the
    hosted Actions runner, but because the release schedule is different there may
    be some version drift. This change allows a different version of the bundle
    to be used than the default if a version isn't explicitly specified, there's
    only one version downloaded, and it's been marked as a 'pinned-version' -
    otherwise it reverts to the prior behavior.
    Chris Raynor committed Sep 22, 2020

    Unverified

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

Commits on Sep 15, 2020

  1. Introduce actions-util.ts

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

Commits on Sep 14, 2020

  1. Merge branch 'main' into nickfyson/error_wrapper

    # Conflicts:
    #	lib/codeql.js
    #	lib/codeql.js.map
    #	src/codeql.ts
    Nick Fyson committed Sep 14, 2020
    Copy the full SHA
    e5e9aad View commit details
Older