Skip to content

Commits

Commits on Sep 15, 2020

  1. Introduce actions-util.ts

    Robert Brignull committed Sep 15, 2020
    Copy the full SHA
    121fd33 View commit details

Commits on Sep 14, 2020

  1. Running lint-fix

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    a184d50 View commit details

Commits on Sep 10, 2020

  1. add optional workflow input to specify whether snippets are added to …

    …sarif output
    Nick Fyson committed Sep 10, 2020
    Copy the full SHA
    77f767c View commit details

Commits on Sep 1, 2020

  1. Add --ram and --threads args

    Robert Brignull committed Sep 1, 2020
    Copy the full SHA
    4c00c68 View commit details

Commits on Aug 28, 2020

  1. use ToolRunner directly instead of exec wrapper

    Robert Brignull committed Aug 28, 2020
    Copy the full SHA
    c3d6602 View commit details

Commits on Aug 26, 2020

  1. Fix use of wrong URL

    Robert Brignull committed Aug 26, 2020
    Copy the full SHA
    f5d645f View commit details
  2. 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. Break out tracer-config.ts

    Robert Brignull committed Aug 24, 2020
    Copy the full SHA
    407ef0a View commit details

Commits on Aug 19, 2020

  1. remove direct accesses to RUNNER_TEMP

    Robert Brignull committed Aug 19, 2020
    Copy the full SHA
    360e77a View commit details

Commits on Aug 18, 2020

  1. build typescript

    Esben Sparre Andreasen committed Aug 18, 2020
    Copy the full SHA
    9597f2e View commit details

Commits on Aug 17, 2020

  1. move maxThreads outside of loop

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

Commits on Aug 14, 2020

  1. use all available threads for analysis

    Robert Brignull committed Aug 14, 2020
    Copy the full SHA
    aaeb975 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 7, 2020

  1. remove should_abort method

    Robert committed Aug 7, 2020
    Copy the full SHA
    a0660c8 View commit details
  2. remove CODEQL_ACTION_ANALYSIS_KEY

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

    Robert committed Aug 7, 2020
    Copy the full SHA
    5b35de6 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
    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

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

  1. use @actions/github

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

Commits on Jun 29, 2020

  1. add analysis_key to status reports

    Robert Brignull committed Jun 29, 2020
    Copy the full SHA
    0e3f831 View commit details

Commits on Jun 26, 2020

  1. getRequiredEnvParams must be non-empty

    Robin Neatherway committed Jun 26, 2020
    Copy the full SHA
    bb9ed79 View commit details
  2. Merge branch 'main' into octokit

    Chris Gavin committed Jun 26, 2020
    Copy the full SHA
    ef50797 View commit details

Commits on Jun 25, 2020

  1. fall back to GITHUB_SHA env var if git is not available

    Robert Brignull committed Jun 25, 2020
    Copy the full SHA
    0fdc2c7 View commit details
  2. Include completed_at when action is aborted

    Robert Brignull committed Jun 25, 2020
    Copy the full SHA
    50a2815 View commit details

Commits on Jun 24, 2020

  1. fix typo and throw error when languages are not detected

    Alex Kalyvitis committed Jun 24, 2020
    Copy the full SHA
    a67896b View commit details
  2. reformat remaining 4 space indentations

    Alex Kalyvitis committed Jun 24, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3871ca7 View commit details
  3. Merge branch 'main' into report-action-aborted

    Alex Kalyvitis committed Jun 24, 2020
    Copy the full SHA
    a091618 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
    Copy the full SHA
    74c48f7 View commit details
  2. make the temporary directory in tests a symlink

    Robert Brignull committed Jun 23, 2020
    Copy the full SHA
    7581ac8 View commit details
  3. report action has aborted

    Alex Kalyvitis committed Jun 23, 2020
    Copy the full SHA
    af252d2 View commit details
Older