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
  2. revert: 'Don't send field in status reports.'

    Alex Ford committed Aug 4, 2020
    Copy the full SHA
    128c2cf View commit details
  3. Merge remote-tracking branch v1 into main.

    Chris Gavin committed Aug 4, 2020
    Copy the full SHA
    02d3d62 View commit details
  4. Don't send matrix_vars field in status reports.

    Chris Gavin committed Aug 4, 2020
    Copy the full SHA
    1fb3aaf View commit details

Commits on Jul 30, 2020

  1. avoid sending status reports on enterprise

    Robert Brignull committed Jul 30, 2020
    Copy the full SHA
    368c14c View commit details
  2. Merge branch 'main' into search-for-bundle

    Chris Gavin authored and GitHub committed Jul 30, 2020
    Copy the full SHA
    f5ccce0 View commit details

Commits on Jul 27, 2020

  1. Merge branch 'main' into status_reports_v2

    Robert authored and GitHub committed Jul 27, 2020
    Copy the full SHA
    ae2d7af View commit details
  2. Add a missing space.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    5587e12 View commit details
  3. Remove DEFAULT_ from some constant names.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    74b4d8a View commit details
  4. Copy the full SHA
    175d681 View commit details
  5. Add a comment explaining an edge-case.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    f4e72f4 View commit details
  6. Fix a typo.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    5f05731 View commit details
  7. Change INSTANCE_API_URL constant to a method.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    0f88c01 View commit details
  8. Remove an unneeded check.

    Chris Gavin committed Jul 27, 2020
    Copy the full SHA
    337dbe5 View commit details

Commits on Jul 24, 2020

  1. Use templated strings for better readability

    Andrew Eisenberg authored and Andrew Eisenberg committed Jul 24, 2020
    Copy the full SHA
    93dd64d View commit details
  2. Upload much more data in status reports

    Robert committed Jul 24, 2020
    Copy the full SHA
    87758a1 View commit details
  3. Search for the CodeQL bundle in multiple places.

    Chris Gavin committed Jul 24, 2020
    Copy the full SHA
    813cb04 View commit details

Commits on Jul 21, 2020

  1. fix typo

    Robert committed Jul 21, 2020
    Copy the full SHA
    315a9f4 View commit details
  2. address comments

    Robert committed Jul 21, 2020
    Copy the full SHA
    0446cb0 View commit details
  3. reset environment variables between tests

    Robert committed Jul 21, 2020
    Copy the full SHA
    29cf065 View commit details
  4. fix parsing of disable-default-queries field

    Robert committed Jul 21, 2020
    Copy the full SHA
    ee63f4e View commit details
  5. introduce tests

    Robert committed Jul 21, 2020
    Copy the full SHA
    5b4f4e4 View commit details

Commits on Jul 16, 2020

  1. await promise

    Robert Brignull committed Jul 16, 2020
    Copy the full SHA
    d138b00 View commit details

Commits on Jul 15, 2020

  1. address review comments

    Robert Brignull committed Jul 15, 2020
    Copy the full SHA
    b86c370 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 10, 2020

  1. ban / as a path

    Robert Brignull committed Jul 10, 2020
    Copy the full SHA
    189b6ef View commit details
  2. Merge branch 'main' into lgtm_filters

    Robert Brignull committed Jul 10, 2020
    Copy the full SHA
    1a4c658 View commit details
  3. adjust comments

    Robert Brignull committed Jul 10, 2020
    Copy the full SHA
    fb9f2af View commit details

Commits on Jul 9, 2020

  1. ban backslashes

    Robert Brignull committed Jul 9, 2020
    Copy the full SHA
    60126bf View commit details
  2. move checking to when env vars are constructed

    Robert Brignull committed Jul 9, 2020
    Copy the full SHA
    24367a8 View commit details
  3. Make characters completely illegal on windows

    Robert Brignull committed Jul 9, 2020
    Copy the full SHA
    70980b9 View commit details
  4. output better errors

    Robert Brignull committed Jul 9, 2020
    Copy the full SHA
    bf5b437 View commit details

Commits on Jul 8, 2020

  1. filter ** paths

    Robert Brignull committed Jul 8, 2020
    Copy the full SHA
    56417be View commit details
  2. trim leading slashes

    Robert Brignull committed Jul 8, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    abf6f23 View commit details
  3. clarify error slightly more

    Robert Brignull committed Jul 8, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9fb69dd View commit details
Older