Skip to content

Commits

Commits on Oct 5, 2020

  1. Merge branch 'main' into daverlo/python

    David Verdeguer committed Oct 5, 2020
    Copy the full SHA
    55eb02c View commit details

Commits on Oct 1, 2020

  1. Merge branch 'main' into cbraynor/fix206

    Chris Raynor committed Oct 1, 2020
    Copy the full SHA
    10479a2 View commit details
  2. Switching to import/order instead of sort-imports

    Chris Raynor committed Oct 1, 2020
    Copy the full SHA
    122c9b7 View commit details
  3. Platform specific bundle

    Marco Gario committed Oct 1, 2020
    Copy the full SHA
    d5029a8 View commit details

Commits on Sep 29, 2020

  1. Resolve violations of sort-imports lint

    Resolves #206
    Chris Raynor committed Sep 29, 2020
    Copy the full SHA
    228546a View commit details
  2. Merge branch 'main' into rneatherway/optional-merge

    Robin Neatherway authored and GitHub committed Sep 29, 2020
    Copy the full SHA
    2d6f607 View commit details

Commits on Sep 28, 2020

  1. Merge branch 'main' into fix/205

    Chris Raynor authored and GitHub committed Sep 28, 2020
    Copy the full SHA
    a2931d3 View commit details
  2. Resolve violations of no-useless-escape lint

    Resolves #205
    Michael Huynh committed Sep 28, 2020
    Copy the full SHA
    c68c97e View commit details

Commits on Sep 25, 2020

  1. Resolve violations of no-throw-literal lint

    Resolves #204
    Michael Huynh committed Sep 25, 2020
    Copy the full SHA
    476bf86 View commit details
  2. Improve warning message

    David Verdeguer committed Sep 25, 2020
    Copy the full SHA
    5419fcd View commit details

Commits on Sep 23, 2020

  1. Fix python string

    David Verdeguer committed Sep 23, 2020
    Copy the full SHA
    3495596 View commit details
  2. Check platform before installing python tools

    David Verdeguer committed Sep 23, 2020
    Copy the full SHA
    1477345 View commit details
  3. Merge branch 'main' into fix/197

    Robert authored and GitHub committed Sep 23, 2020
    Copy the full SHA
    5d00d5b View commit details
  4. Resolve violations of no-sparse-arrays lint

    Resolves #203
    Michael Huynh committed Sep 23, 2020
    Copy the full SHA
    38363a1 View commit details
  5. Resolve violations of eslint-comments/no-use lint

    Resolves #197
    Michael Huynh committed Sep 23, 2020
    Copy the full SHA
    80b408e View commit details
  6. Merge branch 'main' into daverlo/python-v2

    David Verdeguer committed Sep 23, 2020
    Copy the full SHA
    23a1a65 View commit details

Commits on Sep 22, 2020

  1. Allowing a cached version of the CodeQL bundle sometimes

    To save time downloading the CodeQL bundle we're pre-downloading it into the
    hosted Actions runner, but because the release schedule is different there may
    be some version drift. This change allows a different version of the bundle
    to be used than the default if a version isn't explicitly specified, there's
    only one version downloaded, and it's been marked as a 'pinned-version' -
    otherwise it reverts to the prior behavior.
    Chris Raynor committed Sep 22, 2020
    Copy the full SHA
    41464b1 View commit details

Commits on Sep 21, 2020

  1. Fix retrying uploads by using Octokit retry plugin.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    31c2eca View commit details
  2. Merge main into update-actions-github.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    bba73b6 View commit details
  3. Use getOctokit(...) when getting the GitHub API client.

    Chris Gavin committed Sep 21, 2020
    Copy the full SHA
    cc0eb45 View commit details

Commits on Sep 20, 2020

  1. Resolve violations of github/array-foreach lint

    Resolves #199
    Michael Huynh committed Sep 20, 2020
    Copy the full SHA
    4666a0e View commit details

Commits on Sep 18, 2020

  1. Merge branch 'main' into robertbrignull/init_status_queries

    Robert authored and GitHub committed Sep 18, 2020
    Copy the full SHA
    def0091 View commit details
  2. Update to the latest version of @actions/github.

    Chris Gavin committed Sep 18, 2020
    Copy the full SHA
    9ed519f View commit details
  3. Merge branch 'main' into split_builtin_custom_queries

    Robert Brignull committed Sep 18, 2020
    Copy the full SHA
    1dc1029 View commit details

Commits on Sep 17, 2020

  1. include workflow queries in status report

    Robert Brignull committed Sep 17, 2020
    Copy the full SHA
    875a8da View commit details
  2. Do not always overwrite the GITHUB_REF for PRs

    As we move towards analysing the merge commit for pull requests by
    default, we should stop sending `/refs/pull/n/head` rather than
    `refs/pull/n/merge` _unless_ the checked-out SHA has actually changed.
    Here we assume that any change (compared to GITHUB_SHA) indicates that
    `git checkout HEAD^2` has been run earlier. This may sometimes be
    incorrect (e.g. `git checkout mybranch`), but in that case the ref
    would be wrong either way.
    Robin Neatherway committed Sep 17, 2020
    Copy the full SHA
    7795860 View commit details

Commits on Sep 16, 2020

  1. add an extra getRequiredInput

    Robert Brignull committed Sep 16, 2020
    Copy the full SHA
    4c4114f View commit details
  2. Merge branch 'main' into robertbrignull/consistent_inputs

    Robert Brignull committed Sep 16, 2020
    Copy the full SHA
    7be1a41 View commit details

Commits on Sep 15, 2020

  1. Add getOptionalInput and getRequiredInput

    Robert Brignull committed Sep 15, 2020
    Copy the full SHA
    c1cee53 View commit details
  2. Merge branch 'main' into remove_file

    Nick Fyson authored and GitHub committed Sep 15, 2020
    Copy the full SHA
    0da3e94 View commit details
  3. Remove unused files

    Marco Gario committed Sep 15, 2020
    Copy the full SHA
    3325da8 View commit details
  4. Introduce actions-util.ts

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

Commits on Sep 14, 2020

  1. Replace all occurrences

    Robert Brignull committed Sep 14, 2020
    Copy the full SHA
    89dad14 View commit details
  2. Merge branch 'main' into nickfyson/error_wrapper

    # Conflicts:
    #	lib/codeql.js
    #	lib/codeql.js.map
    #	src/codeql.ts
    Nick Fyson committed Sep 14, 2020
    Copy the full SHA
    e5e9aad View commit details
  3. Running lint-fix

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