Skip to content

Commits

Commits on Jan 6, 2022

  1. Copy the full SHA
    2159631 View commit details

Commits on Dec 9, 2021

  1. Refuse to use broken versions in the toolcache

    Edoardo Pirovano committed Dec 9, 2021
    Copy the full SHA
    705f634 View commit details

Commits on Dec 8, 2021

  1. Revert "Bump default CodeQL version to 2.7.3"

    Andrew Eisenberg authored and GitHub committed Dec 8, 2021
    Copy the full SHA
    a8cf6f4 View commit details
  2. Autobuild: Prefix invocations with CODEQL_RUNNER

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    Andrew Eisenberg and Aditya Sharad committed Dec 8, 2021
    Copy the full SHA
    fac22de View commit details

Commits on Nov 4, 2021

  1. Re-enable new style of tracing

    Edoardo Pirovano committed Nov 4, 2021
    Copy the full SHA
    5156a89 View commit details

Commits on Nov 3, 2021

  1. Include custom query help in analysis results

    Chuan-kai Lin committed Nov 3, 2021
    Copy the full SHA
    9a44540 View commit details

Commits on Oct 8, 2021

  1. Temporarily disable new style of tracing

    Edoardo Pirovano committed Oct 8, 2021
    Copy the full SHA
    d362b66 View commit details

Commits on Sep 29, 2021

  1. Use CLI's own baseline LOC counting

    Edoardo Pirovano committed Sep 29, 2021
    Copy the full SHA
    f04acbb View commit details

Commits on Sep 22, 2021

  1. Make use of multi-language and indirect tracing

    Edoardo Pirovano committed Sep 22, 2021
    Copy the full SHA
    1f4460b View commit details

Commits on Sep 10, 2021

  1. Fix compile errors introduced by typescript 4.4.2

    4.4.2 introduces a breaking change that the variable in a catch clause
    is now `unknown` type. So, we need to cast the `e`, `err`, or `error`
    variables to type `Error`.
    Andrew Eisenberg committed Sep 10, 2021
    Copy the full SHA
    40568da View commit details

Commits on Aug 18, 2021

  1. Address PR comments from @henrymercer

    Edoardo Pirovano committed Aug 18, 2021
    Copy the full SHA
    fd45eac View commit details
  2. Enforce a minimum version of CodeQL CLI

    Edoardo Pirovano committed Aug 18, 2021
    Copy the full SHA
    70d2efc View commit details
  3. Version flag usage of certain CLI flags

    Edoardo Pirovano committed Aug 18, 2021
    Copy the full SHA
    fb77829 View commit details
  4. Cache result of codeql version

    Edoardo Pirovano committed Aug 18, 2021
    Copy the full SHA
    4ba53e3 View commit details

Commits on Aug 12, 2021

  1. Pass --ram flag to database finalize

    Edoardo Pirovano committed Aug 12, 2021
    Copy the full SHA
    0c4306b View commit details

Commits on Aug 2, 2021

  1. Copy the full SHA
    4f7bdf9 View commit details

Commits on Jun 28, 2021

  1. Address PR comment.

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    a7dac5c View commit details
  2. Allow local instead of downloaded CodeQL

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    8f4c2c7 View commit details

Commits on Jun 25, 2021

  1. Remove misleading comment.

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 25, 2021
    Copy the full SHA
    85ac9fe View commit details

Commits on Jun 24, 2021

  1. Improve error messages from CLI invocations

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 24, 2021
    Copy the full SHA
    40852fa View commit details
  2. Restore original getCodeQLActionRepository behaviour

    Simon Engledew committed Jun 24, 2021
    Copy the full SHA
    9200db3 View commit details

Commits on Jun 23, 2021

  1. Replace custom tool download method with the one in the tool cache li…

    …brary.
    Chris Gavin committed Jun 23, 2021
    Copy the full SHA
    59560e5 View commit details

Commits on Jun 22, 2021

  1. Upload CodeQL databases

    Robert committed Jun 22, 2021
    Copy the full SHA
    146c897 View commit details

Commits on Jun 21, 2021

  1. Revert "Upload CodeQL databases"

    Robert authored and GitHub committed Jun 21, 2021
    Copy the full SHA
    d893508 View commit details

Commits on Jun 18, 2021

  1. Merge branch 'main' into upload-database

    Robert committed Jun 18, 2021
    Copy the full SHA
    33ac512 View commit details

Commits on Jun 10, 2021

  1. Update cleanup to bundle

    Robin Neatherway committed Jun 10, 2021
    Copy the full SHA
    4294711 View commit details
  2. Upload databases from analyze action

    Robert committed Jun 10, 2021
    Copy the full SHA
    2a9a602 View commit details

Commits on Jun 9, 2021

  1. Refactor codeql.ts

    Extract a `runTool` function that captures the stdout and returns it.
    A small refactoring that reduces copied code.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    49b2220 View commit details
  2. Copy the full SHA
    82388fd View commit details
  3. Add --finalize-dataset to database finalize call

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 9, 2021
    Copy the full SHA
    babcc1b View commit details

Commits on Jun 8, 2021

  1. Add an integration test for packaging

    Uses two pre-existing packages to run some simple queries on a javascript
    database.
    Andrew Eisenberg committed Jun 8, 2021
    Copy the full SHA
    d42f654 View commit details
  2. Packaging: Address review comments

    1. Better malformed data guard for PackDownloadOutput
    2. Fix Packs type
    3. Remove TODO in init-action
    Andrew Eisenberg committed Jun 8, 2021
    Copy the full SHA
    1cc5f1d View commit details
  3. Replace analyze with run-queries and interpret-results

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 8, 2021
    Copy the full SHA
    2cc885d View commit details

Commits on Jun 6, 2021

  1. Run the pack download command

    Andrew Eisenberg committed Jun 6, 2021
    Copy the full SHA
    d87945e View commit details
  2. Add --sarif-group-rules-by-pack flag

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 6, 2021
    Copy the full SHA
    1644ade View commit details
Older