Skip to content

Commits

Commits on Sep 7, 2022

  1. Update changelog and input descriptions

    Andrew Eisenberg committed Sep 7, 2022
    Copy the full SHA
    5dcb9de View commit details

Commits on Sep 6, 2022

  1. Clarify description of registries input

    Andrew Eisenberg committed Sep 6, 2022
    Copy the full SHA
    376fea6 View commit details
  2. Apply suggestions from code review

    Andrew Eisenberg committed Sep 6, 2022
    Copy the full SHA
    bf97a6d View commit details

Commits on Sep 2, 2022

  1. Convert from json to yaml for registries input

    Andrew Eisenberg committed Sep 2, 2022
    Copy the full SHA
    abdf26c View commit details

Commits on Sep 1, 2022

  1. Change to using a single input

    Andrew Eisenberg committed Sep 1, 2022
    Copy the full SHA
    e9b47b1 View commit details

Commits on Aug 30, 2022

  1. Add support for downloading packs from GHES

    This change adds:
    
    - new `registries` block allowed in code scanning config file
    - new `registries-auth-tokens` input in init action
    - Change the downloadPacks function so that it accepts new parameters:
        - registries block
        - api auth
    - Generate a qlconfig.yml file with the registries block if one is
      supplied. Use this file when downloading packs.
    - temporarily set the `GITHUB_TOKEN` and `CODEQL_REGISTRIES_AUTH` based
      on api auth
    
    TODO:
    
    1. integration test
    2. handle pack downloads when the config is generated by the CLI
    Andrew Eisenberg committed Aug 30, 2022
    Copy the full SHA
    0e98efa View commit details

Commits on Aug 10, 2022

  1. Merge remote-tracking branch 'origin/main' into angelapwen/post-init-…

    …cleanup
    Angela P Wen committed Aug 10, 2022
    Copy the full SHA
    90676d9 View commit details

Commits on Aug 8, 2022

  1. Merge remote-tracking branch 'origin/main' into angelapwen/post-init-…

    …cleanup
    Angela P Wen committed Aug 8, 2022
    Copy the full SHA
    010abe7 View commit details

Commits on Aug 5, 2022

  1. Introduce TRAP caching

    Edoardo Pirovano committed Aug 5, 2022
    Copy the full SHA
    8f867dc View commit details
  2. Add option to override TRAP caching feature flag

    Edoardo Pirovano committed Aug 5, 2022
    Copy the full SHA
    2d5738c View commit details

Commits on Aug 2, 2022

  1. Add top level comments, rename cleanup to post

    Angela P Wen committed Aug 2, 2022
    Copy the full SHA
    44a27e6 View commit details

Commits on Jul 29, 2022

  1. Move logs, SARIF actions uploads to post: hooks

    Angela P Wen committed Jul 29, 2022
    Copy the full SHA
    1016eba View commit details

Commits on Jul 1, 2022

  1. Copy the full SHA
    0c729c8 View commit details

Commits on Mar 28, 2022

  1. Use Node.js v16 in all Actions

    Henry Mercer committed Mar 28, 2022
    Copy the full SHA
    3d23aad View commit details

Commits on Feb 17, 2022

  1. Revert "Use Node.js v16 in all Actions"

    This reverts commit 34c777f.
    Henry Mercer committed Feb 17, 2022
    Copy the full SHA
    21c48e7 View commit details

Commits on Feb 8, 2022

  1. Use Node.js v16 in all Actions

    This is now in active LTS status.
    Henry Mercer committed Feb 8, 2022
    Copy the full SHA
    34c777f View commit details

Commits on Jan 7, 2022

  1. Make name of debugging artifact and DB within it configurable

    Edoardo Pirovano committed Jan 7, 2022
    Copy the full SHA
    e677af3 View commit details

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
    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
    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
    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
Older