Skip to content

Commits

Commits on Aug 10, 2020

  1. introduce languages.ts

    Robert Brignull authored and Robert committed Aug 10, 2020
    Copy the full SHA
    591359c View commit details

Commits on Aug 7, 2020

  1. remove should_abort method

    Robert committed Aug 7, 2020
    Copy the full SHA
    a0660c8 View commit details
  2. Copy the full SHA
    396f716 View commit details
  3. remove CODEQL_ACTION_DATABASE_DIR

    Robert committed Aug 7, 2020
    Copy the full SHA
    5b35de6 View commit details

Commits on Aug 5, 2020

  1. always log full error

    Robert Brignull committed Aug 5, 2020
    Copy the full SHA
    8127c47 View commit details

Commits on Aug 4, 2020

  1. Allow the codeql-action to be run locally (#117)

    * Allow the codeql-action to be run locally
    
    This change allows the codeql-action to be run locally through
    [act](https://github.com/nektos/act).
    
    In order to run the action locally, you need to do two things:
    
    1. Add the `CODEQL_LOCAL_RUN: true` environment variable. The only way
       I could figure out how to do this was to add it directly in the
       workflow file in an `env` block. It _should_ be possible to add it
       through a `.env` file and pass it to `act`, but I couldn't get it
       working.
    2. Run this command `act -j codeql -s GITHUB_TOKEN=<MY_PAT>`
    
    Setting the `CODEQL_LOCAL_RUN` env var will fill in missing env vars
    that the action needs, but isn't set by `act`. It will also avoid
    making api calls to github that would fail locally.
    
    This is a refactoring discussed in
    https://github.com/github/dsp-codeql/issues/36
    Andrew Eisenberg authored and GitHub committed Aug 4, 2020
    Copy the full SHA
    42235cc View commit details

Commits on Jul 24, 2020

  1. Upload much more data in status reports

    Robert committed Jul 24, 2020
    Copy the full SHA
    87758a1 View commit details

Commits on Jul 13, 2020

  1. move config parsing earlier + add to codeql search path

    Robert Brignull committed Jul 13, 2020
    Copy the full SHA
    da3d6d2 View commit details

Commits on Jul 2, 2020

  1. Make parameter names more descriptive

    Robert Brignull committed Jul 2, 2020
    Copy the full SHA
    5ab09ae View commit details
  2. Introduce wrapper around codeql

    Robert Brignull committed Jul 2, 2020
    Copy the full SHA
    c41d287 View commit details

Commits on Jun 22, 2020

  1. move functions to util.ts

    Alex Kalyvitis committed Jun 22, 2020
    Copy the full SHA
    dcba709 View commit details
  2. introduce inputs.threads flag to analyze action

    Alex Kalyvitis committed Jun 22, 2020
    Copy the full SHA
    d55f711 View commit details

Commits on Jun 15, 2020

  1. Add ability to disable builtin queries

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

Commits on Jun 8, 2020

  1. Merge branch 'master' into always-report-exceptions-v2

    Robert Brignull committed Jun 8, 2020
    Copy the full SHA
    6db8182 View commit details

Commits on Jun 1, 2020

  1. pass queries to codeql via a file

    Robert Brignull committed Jun 1, 2020
    Copy the full SHA
    f18fffb View commit details
  2. fix when there are additional suites and custom queries

    Robert Brignull committed Jun 1, 2020
    Copy the full SHA
    655c449 View commit details
  3. use the new additional suites

    Robert Brignull committed Jun 1, 2020
    Copy the full SHA
    50dcaaf View commit details

Commits on May 28, 2020

  1. report exceptions during upload

    Robert Brignull committed May 28, 2020
    Copy the full SHA
    96da037 View commit details

Commits on May 18, 2020

  1. Check memory to use is always greater than zero.

    Chris Gavin committed May 18, 2020
    Copy the full SHA
    97ef912 View commit details

Commits on May 14, 2020

  1. Copy the full SHA
    fa0a733 View commit details
  2. enable source maps

    Robert Brignull committed May 14, 2020
    Copy the full SHA
    aa54af7 View commit details

Commits on Apr 30, 2020

  1. report status as failure if upload fails

    Joshua Hale committed Apr 30, 2020
    Copy the full SHA
    26e955c View commit details
  2. Merge branch 'master' into disable-default-queries

    David Verdeguer authored and GitHub committed Apr 30, 2020
    Copy the full SHA
    d2a505d View commit details
  3. Address comments

    David Verdeguer committed Apr 30, 2020
    Copy the full SHA
    6997a21 View commit details
  4. ignore-default-queries -> disable-default-queries

    David Verdeguer committed Apr 30, 2020
    Copy the full SHA
    2809bdc View commit details

Commits on Apr 29, 2020

  1. Ignore default queries

    David Verdeguer committed Apr 29, 2020
    Copy the full SHA
    8bd6c1e View commit details
  2. Error on queries with missing/multiple languages

    David Verdeguer committed Apr 29, 2020
    Copy the full SHA
    b419ff6 View commit details

Commits on Apr 28, 2020

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