Skip to content

Commits

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

  1. rename CLI to runner

    Robert Brignull committed Aug 25, 2020
    Copy the full SHA
    09677da View commit details

Commits on Aug 17, 2020

  1. fix alerts

    Robert Brignull committed Aug 17, 2020
    Copy the full SHA
    d49b867 View commit details

Commits on Aug 12, 2020

  1. Re-throw errors

    Robert Brignull committed Aug 12, 2020
    Copy the full SHA
    4b56177 View commit details
  2. address comments

    Robert Brignull committed Aug 12, 2020
    Copy the full SHA
    5b0aafa View commit details

Commits on Aug 11, 2020

  1. commit node_modules and generated files

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    34b3722 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 6, 2020

  1. use @actions/github

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

Commits on Jun 24, 2020

  1. Manually convert response.data to a JSON string.

    Chris Gavin committed Jun 24, 2020

    Unverified

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

Commits on Jun 23, 2020

  1. Use a single Octokit client for everything rather than a bunch of Oct…

    …okits and an HTTP client.
    Chris Gavin committed Jun 23, 2020

    Unverified

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

Commits on Jun 15, 2020

  1. Merge branch 'master' into validate_sarif

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

Commits on Jun 8, 2020

  1. Merge branch 'master' into validate_sarif

    Robert Brignull committed Jun 8, 2020
    Copy the full SHA
    c1add46 View commit details
  2. Merge branch 'master' into always-report-exceptions-v2

    Robert Brignull committed Jun 8, 2020
    Copy the full SHA
    6db8182 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
  2. Allow pull requests, and report correct commit oid and ref

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

Commits on May 22, 2020

  1. output a better error message

    Robert Brignull committed May 22, 2020
    Copy the full SHA
    ae30190 View commit details
  2. validate sarif against schema before uploading

    Robert Brignull committed May 22, 2020
    Copy the full SHA
    ddee374 View commit details

Commits on May 18, 2020

  1. Merge branch 'master' into upload_twice

    Robert Brignull committed May 18, 2020
    Copy the full SHA
    3a883af View commit details

Commits on May 15, 2020

  1. Emit an error if upload happens twice

    Robert Brignull committed May 15, 2020
    Copy the full SHA
    5ec6b75 View commit details
  2. log some stats about the upload

    Robert Brignull committed May 15, 2020
    Copy the full SHA
    b366432 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
  2. upload ref in status report

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

Commits on May 12, 2020

  1. Merge branch 'master' into integration-tests

    David Verdeguer committed May 12, 2020
    Copy the full SHA
    1477a43 View commit details

Commits on May 11, 2020

  1. Merge branch 'master' into analysisName

    Robert authored and GitHub committed May 11, 2020

    Unverified

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

Commits on May 8, 2020

  1. Add test mode

    David Verdeguer committed May 8, 2020
    Copy the full SHA
    c979850 View commit details

Commits on May 1, 2020

  1. Merge branch 'master' into report-upload-failures

    Joshua Hale committed May 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    43e2701 View commit details
  2. Merge branch 'master' into better-feedback-folder-uploads

    Chris Gavin authored and GitHub committed May 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8ff10b4 View commit details
  3. Merge branch 'master' into report-upload-failures

    Joshua Hale committed May 1, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d68eb11 View commit details
  4. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4e9886a View commit details
  5. Update upload-lib.ts

    Robert authored and Robert Brignull committed May 1, 2020
    Copy the full SHA
    129ce28 View commit details
  6. include status code is error message

    Robert Brignull committed May 1, 2020
    Copy the full SHA
    a23cb1d View commit details
  7. only retry on 5xx status codes

    Robert Brignull committed May 1, 2020
    Copy the full SHA
    0c4fc16 View commit details
  8. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b6a0306 View commit details
  9. remove change to behaviour on 500 errors

    Robert Brignull committed May 1, 2020
    Copy the full SHA
    e52e34b View commit details
Older