Skip to content

Commits

Commits on Aug 18, 2021

  1. Enforce a minimum version of CodeQL CLI

    Edoardo Pirovano committed Aug 18, 2021

    Unverified

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

Commits on Jul 27, 2021

  1. Rebuild after TypeScript version bump

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

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

Commits on Jul 14, 2021

  1. Rename checkoutPath to either workspacePath or sourceRoot

    Arthur Baars committed Jul 14, 2021
    Copy the full SHA
    f94f1ed View commit details

Commits on Jul 13, 2021

  1. Install Python tools on self-hosted runners

    Edoardo Pirovano committed Jul 13, 2021

    Unverified

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

Commits on Jun 29, 2021

  1. Add 'source-root' input to init action

    This input is exposed in the CodeQL CLI as the flag --source-root, allowing
    users of the CLI to set --source-root different from --working-dir. However,
    in codeql-action, these two paths are conflated and it poses problems for
    users with complicated build environments, in which a source root may be
    a child of the working directory.
    
    Most users should not notice this, as the default value is
    ${{ github.workspace }}, as it is implied now (`path.resolve()`).
    Mario Campos committed Jun 29, 2021
    Copy the full SHA
    42babdf View commit details

Commits on Jun 23, 2021

  1. Add new packs input to init action

    This input allows users to specify which packs to run. It works in
    unison with the packs block of the config file and it is similar to
    how `queries` works. They both use `+` in the same way.
    
    Note that the `#TODO` in the pr check is still around, but the CLI
    is available. I will remove the TODO in the next commit.
    Andrew Eisenberg committed Jun 23, 2021
    Copy the full SHA
    6e577cf View commit details

Commits on May 31, 2021

  1. Send the version and mode with the user agent

    This commit changes the way the action determines if running in action
    or runner mode. There is now an environment variable that is set at the
    beginning of the process and elsewhere in the process, we can check to
    see if the variable is set.
    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    4758879 View commit details

Commits on May 17, 2021

  1. Add configuration option to set CodeQL DB location

    Edoardo Pirovano authored and Edoardo Pirovano committed May 17, 2021
    Copy the full SHA
    79c79f1 View commit details

Commits on Apr 22, 2021

  1. Copy the full SHA
    8c91ba8 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

Commits on Mar 16, 2021

  1. Copy the full SHA
    d698cb3 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 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. Run npm run build

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

Commits on Nov 18, 2020

  1. Ensure unqualified program names are present on PATH before executi…

    …ng them.
    Chris Gavin committed Nov 18, 2020

    Unverified

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

Commits on Nov 12, 2020

  1. Copy the full SHA
    80b43ca View commit details

Commits on Nov 10, 2020

  1. detect Agent.Worker.exe

    Robert committed Nov 10, 2020
    Copy the full SHA
    aae4713 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

Commits on Oct 19, 2020

  1. Allow installing python deps on mac

    David Verdeguer committed Oct 19, 2020
    Copy the full SHA
    2391771 View commit details

Commits on Oct 8, 2020

  1. Add call to py

    David Verdeguer committed Oct 8, 2020
    Copy the full SHA
    e3d2d4a View commit details
  2. Add powershell to call

    David Verdeguer committed Oct 8, 2020
    Copy the full SHA
    735ec7d View commit details

Commits on Oct 7, 2020

  1. Combine auto_install scripts

    David Verdeguer committed Oct 7, 2020
    Copy the full SHA
    e97bdbd View commit details

Commits on Oct 6, 2020

  1. Update installPythonDeps for windows

    David Verdeguer committed Oct 6, 2020
    Copy the full SHA
    0f2fa46 View commit details

Commits on Oct 5, 2020

  1. Merge branch 'main' into daverlo/python

    David Verdeguer committed Oct 5, 2020
    Copy the full SHA
    55eb02c View commit details

Commits on Oct 1, 2020

  1. 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

Commits on Sep 29, 2020

  1. 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 25, 2020

  1. Improve warning message

    David Verdeguer committed Sep 25, 2020
    Copy the full SHA
    5419fcd View commit details

Commits on Sep 23, 2020

  1. Check platform before installing python tools

    David Verdeguer committed Sep 23, 2020
    Copy the full SHA
    1477345 View commit details
  2. Merge branch 'main' into daverlo/python-v2

    David Verdeguer committed Sep 23, 2020
    Copy the full SHA
    23a1a65 View commit details

Commits on Sep 14, 2020

  1. Running lint-fix

    Chris Raynor committed Sep 14, 2020

    Unverified

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

Commits on Sep 11, 2020

  1. Install python deps on init

    David Verdeguer committed Sep 11, 2020
    Copy the full SHA
    8cea215 View commit details

Commits on Sep 7, 2020

  1. Print final process we choose

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    7d9c81f View commit details
  2. add options to specify process name or level to trace

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    694fa2d View commit details
Older