Skip to content

Commits

Permalink
4b56177c28
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Aug 12, 2020

  1. Re-throw errors

    Robert Brignull committed Aug 12, 2020
    Copy the full SHA
    4b56177 View commit details
  2. add test action

    Robert Brignull committed Aug 12, 2020
    Copy the full SHA
    150e07f View commit details
  3. address comments

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

Commits on Aug 11, 2020

  1. remove unused arguments

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    cf08f5a View commit details
  2. commit node_modules and generated files

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    34b3722 View commit details
  3. Add a CLI interface to the upload-sarif action

    Robert Brignull committed Aug 11, 2020
    Copy the full SHA
    6d7a135 View commit details

Commits on Aug 10, 2020

  1. Merge pull request #141 from github/actions_io

    Remove direct dependency on @actions/io
    Robert authored and GitHub committed Aug 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bcf676e View commit details
  2. Copy the full SHA
    7c2a7b2 View commit details
  3. Merge branch 'main' into actions_io

    Robert committed Aug 10, 2020
    Copy the full SHA
    0fdcc52 View commit details
  4. Merge pull request #140 from github/remove_some_shared_env

    Remove some shared env
    Robert authored and GitHub committed Aug 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d5693a7 View commit details
  5. Merge branch 'main' into remove_some_shared_env

    Robert authored and GitHub committed Aug 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    eb4eda5 View commit details
  6. Merge pull request #137 from github/invalid_language

    Provide a better error message when languages are not recognised
    Robert authored and GitHub committed Aug 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6e18b27 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. mock API request in test

    Robert committed Aug 7, 2020
    Copy the full SHA
    d5c453c View commit details
  3. add tests

    Robert Brignull authored and Robert committed Aug 7, 2020
    Copy the full SHA
    6575405 View commit details
  4. remove should_abort method

    Robert committed Aug 7, 2020
    Copy the full SHA
    a0660c8 View commit details
  5. Copy the full SHA
    396f716 View commit details
  6. remove CODEQL_ACTION_ANALYSIS_KEY

    Robert committed Aug 7, 2020
    Copy the full SHA
    e5ad069 View commit details
  7. remove CODEQL_ACTION_DATABASE_DIR

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

Commits on Aug 6, 2020

  1. Copy the full SHA
    d585340 View commit details
  2. Merge pull request #136 from github/always_log_error

    Always log the full error
    Robert authored and GitHub committed Aug 6, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8608105 View commit details
  3. Merge branch 'main' into always_log_error

    Robert authored and GitHub committed Aug 6, 2020

    Unverified

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

Commits on Aug 5, 2020

  1. Merge pull request #131 from github/languages_error

    Improve error messages when no languages or no queries are specified
    Robert authored and GitHub committed Aug 5, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3a28cb4 View commit details
  2. always log full error

    Robert Brignull committed Aug 5, 2020
    Copy the full SHA
    8127c47 View commit details
  3. fix undefined check

    Robert Brignull committed Aug 5, 2020
    Copy the full SHA
    44c88fd View commit details
  4. update error message

    Robert Brignull committed Aug 5, 2020
    Copy the full SHA
    6230b36 View commit details
  5. Merge branch 'main' into languages_error

    Robert Brignull committed Aug 5, 2020
    Copy the full SHA
    3d552ba 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
  2. Merge pull request #135 from github/revert-dont-send-matrix-vars

    revert: 'Don't send `matrix_vars` field in status reports.'
    Alex Ford authored and GitHub committed Aug 4, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    631929a View commit details
  3. revert: 'Don't send field in status reports.'

    Alex Ford committed Aug 4, 2020
    Copy the full SHA
    128c2cf View commit details
  4. Merge pull request #134 from github/merge-v1

    Merge v1 into main.
    Chris Gavin authored and GitHub committed Aug 4, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    69bf3f2 View commit details
  5. Merge remote-tracking branch v1 into main.

    Chris Gavin committed Aug 4, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    02d3d62 View commit details
  6. Merge pull request #132 from github/dont-send-matrix-vars

    Don't send `matrix_vars` field in status reports.
    Chris Gavin authored and GitHub committed Aug 4, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f0894d5 View commit details
  7. Don't send matrix_vars field in status reports.

    Chris Gavin committed Aug 4, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1fb3aaf View commit details
  8. Check that the set of queries is non-empty at init time

    Robert Brignull committed Aug 4, 2020
    Copy the full SHA
    dc36689 View commit details
Older