Skip to content

Commits

Commits on Nov 1, 2021

  1. Add an option to upload some debugging artifacts

    Edoardo Pirovano committed Nov 1, 2021
    Copy the full SHA
    bc31f60 View commit details

Commits on Oct 28, 2021

  1. Add RAM and threads options to init action

    Chuan-kai Lin committed Oct 28, 2021
    Copy the full SHA
    70b730e View commit details

Commits on Jun 30, 2021

  1. Refer to $GITHUB_WORKSPACE specifically in source-root description

    Previously, I had tried to refer to '${{ github.workspace }}', but that caused a problem in Actions. Trying to avoid the issue, I changed this to "the workspace," but this gives up quite a bit of specificity.
    
    Co-authored-by: Arthur Baars <aibaars@github.com>
    2 people authored and GitHub committed Jun 30, 2021
    Copy the full SHA
    66df091 View commit details

Commits on Jun 29, 2021

  1. Remove '${{ github.workspace }}' from action.yml

    It causes the action to break (or rather that context being unavailable causes it to fail), despite it being in the description field.
    Mario Campos committed Jun 29, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a05a7f9 View commit details
  2. Make 'source-root' init input relative to github.workspace

    In the previous commit, the default value of the input is ${{ github.workspace }}
    which means that most uses of this input would probably prefix their paths with
    ${{ github.workspace }}, especially since actions/checkout's 'path' input
    must be under ${{ github.workspace }}. Therefore, it doesn't make much sense for
    this to be an absolute file path.
    
    Instead, it's more intuitive to make this relative to the repository.
    Mario Campos committed Jun 29, 2021
    Copy the full SHA
    337ae83 View commit details
  3. 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

    Unverified

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

Commits on Jun 25, 2021

  1. Add extra integration test for packaging

    Also, update the options and inputs documentation.
    Andrew Eisenberg committed Jun 25, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4087f37 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 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 Jan 12, 2021

  1. include missing changes

    Robert committed Jan 12, 2021
    Copy the full SHA
    97a70e6 View commit details

Commits on Nov 13, 2020

  1. Update init/action.yml

    Co-authored-by: Sam Partington <sampart@github.com>
    2 people authored and GitHub committed Nov 13, 2020
    Copy the full SHA
    e3a9a7a View commit details
  2. Don't use the word "trace" in log messages

    Robert committed Nov 13, 2020
    Copy the full SHA
    4d8912d View commit details

Commits on Nov 4, 2020

  1. Fix indentation for action output

    Co-authored-by: Chris Gavin <chris@chrisgavin.me>
    Simon Engledew and Chris Gavin committed Nov 4, 2020
    Copy the full SHA
    ff6db59 View commit details
  2. Report the path of CodeQL as an output

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    854109f 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 Aug 28, 2020

  1. Copy the full SHA
    82000c2 View commit details

Commits on Aug 25, 2020

  1. Merge branch 'main' into query-overriding

    Sam Partington committed Aug 25, 2020
    Copy the full SHA
    e997bdf View commit details
  2. Merge branch 'main' into query-overriding

    Sam Partington committed Aug 25, 2020
    Copy the full SHA
    bdfd482 View commit details

Commits on Aug 24, 2020

  1. rename the action entrypoint files

    Robert Brignull committed Aug 24, 2020
    Copy the full SHA
    9e342a9 View commit details

Commits on Aug 17, 2020

  1. Improve description of queries property

    Co-authored-by: Alistair Christie <54933897+hubwriter@users.noreply.github.com>
    2 people authored and GitHub committed Aug 17, 2020
    Copy the full SHA
    517d9fa View commit details

Commits on Jul 27, 2020

  1. Add new input to the init action configuration

    Sam Partington committed Jul 27, 2020
    Copy the full SHA
    f03827d View commit details

Commits on Jul 24, 2020

  1. Search for the CodeQL bundle in multiple places.

    Chris Gavin committed Jul 24, 2020
    Copy the full SHA
    813cb04 View commit details

Commits on Jun 30, 2020

  1. Update codeql bundle

    Robert authored and GitHub committed Jun 30, 2020
    Copy the full SHA
    04b2540 View commit details

Commits on Jun 15, 2020

  1. add matrix input to init action

    Robert Brignull committed Jun 15, 2020
    Copy the full SHA
    b97097a View commit details

Commits on Jun 1, 2020

  1. update codeql bundle version

    Robert Brignull committed Jun 1, 2020
    Copy the full SHA
    30f7117 View commit details

Commits on Apr 28, 2020

  1. Copy the full SHA
    28ccc3d View commit details
End of commit history for this file