Skip to content

Commits

Commits on Aug 10, 2020

  1. Copy the full SHA
    7c2a7b2 View commit details

Commits on Aug 7, 2020

  1. remove direct dependency on @actions/io

    Robert committed Aug 7, 2020
    Copy the full SHA
    de0b590 View commit details
  2. remove should_abort method

    Robert committed Aug 7, 2020
    Copy the full SHA
    a0660c8 View commit details
  3. Copy the full SHA
    396f716 View commit details
  4. 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. Introduce wrapper around codeql

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

Commits on Jun 24, 2020

  1. add missing semicolon

    Alex Kalyvitis committed Jun 24, 2020
    Copy the full SHA
    8530f5b View commit details
  2. fix typo and throw error when languages are not detected

    Alex Kalyvitis committed Jun 24, 2020
    Copy the full SHA
    a67896b View commit details
  3. Merge branch 'main' into report-action-aborted

    Alex Kalyvitis committed Jun 24, 2020
    Copy the full SHA
    a091618 View commit details

Commits on Jun 23, 2020

  1. run tslint --fix

    Alex Kalyvitis committed Jun 23, 2020
    Copy the full SHA
    b8ac06a View commit details
  2. report action has aborted

    Alex Kalyvitis committed Jun 23, 2020
    Copy the full SHA
    af252d2 View commit details
  3. Fix some strange formatting.

    Chris Gavin committed Jun 23, 2020
    Copy the full SHA
    052d39e View commit details
  4. Fix a line that's too long.

    Chris Gavin committed Jun 23, 2020
    Copy the full SHA
    107d8ff View commit details
  5. Convert all 4-space indented files to 2-space.

    Chris Gavin committed Jun 23, 2020
    Copy the full SHA
    8823109 View commit details

Commits on Jun 9, 2020

  1. Merge branch 'master' into self-hosted

    Robert Brignull committed Jun 9, 2020
    Copy the full SHA
    00ebedc View commit details

Commits on Jun 4, 2020

  1. move all files to the RUNNER_TEMP directory

    Robert Brignull committed Jun 4, 2020
    Copy the full SHA
    5ea7360 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 Apr 28, 2020

  1. Copy the full SHA
    28ccc3d View commit details
Renamed from packaging/package.json (Browse History)