Skip to content

Commits

Commits on Aug 11, 2022

  1. Merge branch 'aeisenberg/unrevert-query-filters' into aeisenberg/fix-…

    …config-files
    Andrew Eisenberg committed Aug 11, 2022
    Copy the full SHA
    fa2bc21 View commit details

Commits on Jun 28, 2022

  1. Add packs and queries from input

    This commit adds the packs and queries from the actions input to the
    config file used by the CodeQL CLI.
    
    When the `+` is used, the actions input value is combined with the
    config value and when it is not used, the input value overrides the
    config value.
    
    This commit also adds a bunch of integration tests for this feature.
    In order to avoid adding too many new jobs, all of the tests are
    run sequentially in a single job (matrixed across relevant operating
    systems and OSes).
    Andrew Eisenberg committed Jun 28, 2022
    Copy the full SHA
    6fabde2 View commit details

Commits on Jun 27, 2022

  1. Revert "Revert "Add capability to filter queries #1098""

    This reverts commit 99d4397.
    Andrew Eisenberg committed Jun 27, 2022
    Copy the full SHA
    2a70419 View commit details

Commits on Jun 22, 2022

  1. Allow scans with packs for languages not being scanned

    Previously, we were being too strict about checking that a pack's
    language was being scanned. It was a failure if a pack language
    was specified for a language not being scanned.
    Andrew Eisenberg committed Jun 22, 2022
    Copy the full SHA
    1653a84 View commit details

Commits on Jun 21, 2022

  1. Revert "Add capability to filter queries #1098"

    https://github.com/github/codeql-action/pull/1098
    This reverts commit 777b778.
    This reverts commit 59ca9b5.
    This reverts commit eec34d5.
    This reverts commit 40b2800.
    Andrew Eisenberg committed Jun 21, 2022
    Copy the full SHA
    99d4397 View commit details

Commits on Jun 16, 2022

  1. Spelling, capitalization, and better descriptions

    Andrew Eisenberg committed Jun 16, 2022
    Copy the full SHA
    777b778 View commit details

Commits on Jun 14, 2022

  1. Add integration tests for query filters

    Andrew Eisenberg committed Jun 14, 2022
    Copy the full SHA
    eec34d5 View commit details

Commits on Apr 29, 2022

  1. Allow pack specifiers to include paths

    Also, this cleans up our pack-related integration tests.
    We are now testing with the most recent CLIs.
    Andrew Eisenberg committed Apr 29, 2022
    Copy the full SHA
    06b15c2 View commit details

Commits on Apr 8, 2022

  1. Add autobuild workind-directory test

    Chuan-kai Lin committed Apr 8, 2022
    Copy the full SHA
    6f17408 View commit details

Commits on Mar 31, 2022

  1. Copy the full SHA
    57096fe View commit details

Commits on Sep 21, 2021

  1. Don't use shared compilation

    Edoardo Pirovano committed Sep 21, 2021
    Copy the full SHA
    014d3ea View commit details

Commits on Aug 26, 2021

  1. Update integration test pack versions

    Andrew Eisenberg committed Aug 26, 2021
    Copy the full SHA
    e833d6e 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 Jun 16, 2021

  1. Fix custom version of CLI to use for package testing

    This can be removed when 2.5.6 is released.
    Andrew Eisenberg committed Jun 16, 2021
    Copy the full SHA
    efea923 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

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 Feb 15, 2021

  1. Lock bundler version to 2.2.9.

    Chris Gavin committed Feb 15, 2021
    Copy the full SHA
    f2896eb View commit details

Commits on Sep 8, 2020

  1. add more integration tests for the runner

    Robert Brignull committed Sep 8, 2020
    Copy the full SHA
    e4b0068 View commit details

Commits on May 8, 2020

  1. Fix gemfile

    David Verdeguer committed May 8, 2020
    Copy the full SHA
    c384705 View commit details
  2. Add gemfile

    David Verdeguer committed May 8, 2020
    Copy the full SHA
    c5ecb82 View commit details
  3. Change integration tests

    David Verdeguer committed May 8, 2020
    Copy the full SHA
    baa9c9e View commit details
  4. Add multi-language-repo

    David Verdeguer committed May 8, 2020
    Copy the full SHA
    583f8a9 View commit details
End of commit history for this file