Skip to content

Commits

Commits on Aug 18, 2021

  1. Enforce a minimum version of CodeQL CLI

    Edoardo Pirovano committed Aug 18, 2021

    Unverified

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

Commits on Jul 27, 2021

  1. Rebuild after TypeScript version bump

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

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

Commits on Sep 14, 2020

  1. Running lint-fix

    Chris Raynor committed Sep 14, 2020

    Unverified

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

Commits on Aug 27, 2020

  1. Copy the full SHA
    a542021 View commit details

Commits on Aug 26, 2020

  1. Convert rest of the actions

    Robert Brignull committed Aug 26, 2020
    Copy the full SHA
    217483d View commit details

Commits on Aug 24, 2020

  1. rename the action entrypoint files

    Robert Brignull committed Aug 24, 2020
    Copy the full SHA
    9e342a9 View commit details

Commits on Aug 21, 2020

  1. Merge branch 'main' into add_env_to_config

    Robert Brignull committed Aug 21, 2020
    Copy the full SHA
    0e8b30a View commit details

Commits on Aug 19, 2020

  1. add CodeQL cmd to config

    Robert Brignull committed Aug 19, 2020
    Copy the full SHA
    038c4eb View commit details
  2. add tempDir and toolCacheDir to config

    Robert Brignull committed Aug 19, 2020
    Copy the full SHA
    9c29fe2 View commit details

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

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

    Unverified

    No user is associated with the committer email.
    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 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 May 14, 2020

  1. enable source maps

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

Commits on Apr 30, 2020

  1. Move error to correct catch block

    Max Veytsman committed Apr 30, 2020
    Copy the full SHA
    7963db1 View commit details

Commits on Apr 29, 2020

  1. Improve errors & warnings in autobuild

    Max Veytsman committed Apr 29, 2020
    Copy the full SHA
    f237316 View commit details

Commits on Apr 28, 2020

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