Skip to content

Commits

Permalink
c68c97e2bd
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 Sep 28, 2020

  1. 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 23, 2020

  1. Merge pull request #228 from miqh/fix/197

    Resolve violations of eslint-comments/no-use lint
    Robert authored and GitHub committed Sep 23, 2020
    Copy the full SHA
    f2e557e View commit details
  2. Merge branch 'main' into fix/197

    Robert authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    5d00d5b View commit details
  3. Merge pull request #229 from miqh/fix/203

    Resolve violations of no-sparse-arrays lint
    Robert authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d9f3933 View commit details
  4. Resolve violations of no-sparse-arrays lint

    Resolves #203
    Michael Huynh committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    80b408e View commit details
  6. Merge pull request #227 from github/cbraynor/cache-pinning

    Prioritizing pre-downloaded CodeQL bundle in some circumstances
    Chris Raynor authored and GitHub committed Sep 23, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    481f3ce View commit details
  7. Unverified

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

Commits on Sep 22, 2020

  1. Integration tests now both rely on pre-downloaded and latest codeql b…

    …undles
    Chris Raynor committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3b90db9 View commit details
  2. 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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    41464b1 View commit details
  3. Merge pull request #226 from github/octokit-retry

    Fix retrying uploads by using Octokit retry plugin.
    Chris Gavin authored and GitHub committed Sep 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    367ad73 View commit details
  4. Merge branch 'main' into octokit-retry

    Chris Gavin authored and GitHub committed Sep 22, 2020

    Unverified

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

Commits on Sep 21, 2020

  1. Fix retrying uploads by using Octokit retry plugin.

    Chris Gavin committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    31c2eca View commit details
  2. Merge pull request #216 from github/split_bundle

    Workflow to split the bundle into components
    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

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

    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c36848d View commit details
  4. Apply suggestions from code review

    Co-authored-by: Robert <robertbrignull@github.com>
    2 people authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    590fdcd View commit details
  5. Merge pull request #221 from github/update-actions-github

    Update to the latest version of `@actions/github`.
    Chris Gavin authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e67ba57 View commit details
  6. Merge main into update-actions-github.

    Chris Gavin committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bba73b6 View commit details
  7. Use getOctokit(...) when getting the GitHub API client.

    Chris Gavin committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    cc0eb45 View commit details
  8. Merge pull request #223 from miqh/fix/199

    Resolve violations of github/array-foreach lint
    Chris Raynor authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a8a6297 View commit details
  9. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    d265935 View commit details
  10. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    47eb668 View commit details
  11. Update split.yml

    Marco Gario authored and GitHub committed Sep 21, 2020
    Copy the full SHA
    1154bf6 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 pull request #219 from github/robertbrignull/init_status_queries

    Include workflow queries in status report
    Robert authored and GitHub committed Sep 18, 2020
    Copy the full SHA
    b2dfa6e View commit details
  2. Merge branch 'main' into robertbrignull/init_status_queries

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

    Chris Gavin committed Sep 18, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9ed519f View commit details
  4. Merge pull request #179 from github/split_builtin_custom_queries

    Split up builtin and custom queries
    Robert authored and GitHub committed Sep 18, 2020

    Unverified

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

    Robert Brignull committed Sep 18, 2020

    Unverified

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

Commits on Sep 17, 2020

  1. Merge pull request #218 from github/marcogario/reduce_ci_jobs

    Reduce triggers in workflows
    Marco Gario authored and GitHub committed Sep 17, 2020
    Copy the full SHA
    5166e75 View commit details
  2. include workflow queries in status report

    Robert Brignull committed Sep 17, 2020
    Copy the full SHA
    875a8da View commit details
  3. Reduce triggers in workflows

    See #182. Workflows are now triggered on all PRs but only on push on the main and v1 branch
    Marco Gario committed Sep 17, 2020
    Copy the full SHA
    ade519b View commit details
  4. Add instructions

    Marco Gario committed Sep 17, 2020
    Copy the full SHA
    b4a8cfa View commit details
  5. Workflow to split the bundle into components

    Marco Gario committed Sep 17, 2020
    Copy the full SHA
    7da583b View commit details
  6. Merge pull request #211 from github/robertbrignull/consistent_inputs

    Make inputs consistent between action and runner
    Robert authored and GitHub committed Sep 17, 2020
    Copy the full SHA
    c9b0611 View commit details
Older