Skip to content

Commits

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 6, 2020

  1. use @actions/github

    Robert Brignull committed Jul 6, 2020
    Copy the full SHA
    0086c2e View commit details

Commits on Jun 26, 2020

  1. Correct copy/pasted test description

    Robin Neatherway committed Jun 26, 2020
    Copy the full SHA
    151d531 View commit details
  2. Simplify singleton tests by removing the loop

    Robin Neatherway committed Jun 26, 2020
    Copy the full SHA
    a0d4330 View commit details
  3. getRequiredEnvParams must be non-empty

    Robin Neatherway committed Jun 26, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bb9ed79 View commit details

Commits on Jun 23, 2020

  1. Copy the full SHA
    bd40428 View commit details
  2. add calls

    Robert Brignull committed Jun 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    56f06c7 View commit details

Commits on Jun 22, 2020

  1. reformat code and allow negative values for threads

    Alex Kalyvitis committed Jun 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3199693 View commit details
  2. move functions to util.ts

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

Commits on May 14, 2020

  1. enable source maps

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

Commits on May 13, 2020

  1. switch to using ava

    Robert Brignull committed May 13, 2020
    Copy the full SHA
    572c8bb View commit details
End of commit history for this file