Skip to content

Commits

Permalink
a184d50a26
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 14, 2020

  1. Running lint-fix

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    a184d50 View commit details
  2. Regenerating node_modules

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    c96f843 View commit details
  3. Removing the tslint config

    Chris Raynor committed Sep 14, 2020
    Copy the full SHA
    09b4a82 View commit details
  4. Adding ESLint config and required dev dependencies

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

Commits on Sep 13, 2020

  1. Merge pull request #183 from github/dependabot/npm_and_yarn/node-fetc…

    …h-2.6.1
    
    Bump node-fetch from 2.6.0 to 2.6.1
    Chris Raynor authored and GitHub committed Sep 13, 2020
    Copy the full SHA
    6567bff View commit details
  2. Vendoring node_modules

    Chris Raynor committed Sep 13, 2020
    Copy the full SHA
    0579b4d View commit details

Commits on Sep 12, 2020

  1. Bump node-fetch from 2.6.0 to 2.6.1

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and GitHub committed Sep 12, 2020
    Copy the full SHA
    0b64878 View commit details

Commits on Sep 11, 2020

  1. Merge pull request #178 from github/nickfyson/include-snippets

    add optional workflow input to specify whether snippets are added to sarif
    Nick Fyson authored and GitHub committed Sep 11, 2020
    Copy the full SHA
    57ef26c View commit details
  2. Merge branch 'main' into nickfyson/include-snippets

    Nick Fyson authored and GitHub committed Sep 11, 2020
    Copy the full SHA
    be681d4 View commit details
  3. Merge pull request #180 from ericcornelissen/patch-1

    Fix "Using a custom configuration" link in the README
    Robert authored and GitHub committed Sep 11, 2020
    Copy the full SHA
    a2cdfc8 View commit details

Commits on Sep 10, 2020

  1. Fix "Using a custom configuration" link in README

    Fix the "Using a custom configuration" link the README. The actual ID of the header on the page is "using-a-custom-configuration-file", so I updated both the link and the link test to match. (as far as I can tell all other links in the README work as expected)
    Eric Cornelissen authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    ea3706d View commit details
  2. 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
  3. Merge pull request #177 from github/external_queries_test

    Make a local repo for checkoutExternalQueries
    Robert authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    75af0bf View commit details
  4. Merge branch 'main' into external_queries_test

    Robert authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    d4f40db View commit details
  5. Merge pull request #175 from github/runner-integration-tests

    Add more integration tests for the runner
    Robert authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    c5f77d0 View commit details
  6. Merge branch 'main' into runner-integration-tests

    Robert authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    e608367 View commit details
  7. Merge pull request #176 from github/fingerprint_test

    Add another fingerprinting test
    Robert authored and GitHub committed Sep 10, 2020
    Copy the full SHA
    4d8719b View commit details

Commits on Sep 9, 2020

  1. make a local repo for checkoutExternalQueries

    Robert Brignull committed Sep 9, 2020
    Copy the full SHA
    3be0e89 View commit details
  2. add another fingerprinting test

    Robert Brignull committed Sep 9, 2020
    Copy the full SHA
    3db0a25 View commit details
  3. Merge branch 'main' into runner-integration-tests

    Robert authored and GitHub committed Sep 9, 2020
    Copy the full SHA
    d82e34b View commit details
  4. Update integration-testing.yml

    Robert authored and GitHub committed Sep 9, 2020
    Copy the full SHA
    67246cd View commit details
  5. Merge pull request #165 from github/allow-additive-queries-in-workflow

    Allow "additive" queries in workflow by prefixing with "+"
    Sam Partington authored and GitHub committed Sep 9, 2020
    Copy the full SHA
    028706c View commit details
  6. Merge branch 'main' into allow-additive-queries-in-workflow

    Sam Partington authored and GitHub committed Sep 9, 2020
    Copy the full SHA
    4ad13df View commit details

Commits on Sep 8, 2020

  1. add more integration tests for the runner

    Robert Brignull committed Sep 8, 2020
    Copy the full SHA
    e4b0068 View commit details
  2. Merge pull request #167 from github/windows_tracing

    Fix tracing on windows for the runner, and when using multiple self-hosted actions runners
    Robert authored and GitHub committed Sep 8, 2020
    Copy the full SHA
    506e641 View commit details
  3. Make variable name less ambiguous

    Sam Partington committed Sep 8, 2020
    Copy the full SHA
    18cd03a View commit details
  4. Copy the full SHA
    d677f16 View commit details

Commits on Sep 7, 2020

  1. Print final process we choose

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    7d9c81f View commit details
  2. Merge branch 'main' into windows_tracing

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    212f448 View commit details
  3. Merge pull request #170 from github/windows_message

    Print path to file instead of file contents
    Robert authored and GitHub committed Sep 7, 2020
    Copy the full SHA
    556aed4 View commit details
  4. Merge branch 'main' into windows_message

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    c689371 View commit details
  5. Merge pull request #169 from github/codeql_download_info

    Print that we are downloading codeql and it may take a while
    Robert authored and GitHub committed Sep 7, 2020
    Copy the full SHA
    8c43427 View commit details
  6. Merge branch 'main' into codeql_download_info

    Robert authored and GitHub committed Sep 7, 2020
    Copy the full SHA
    1a772a2 View commit details
  7. add options to specify process name or level to trace

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    694fa2d View commit details
  8. Merge branch 'main' into windows_tracing

    Robert Brignull committed Sep 7, 2020
    Copy the full SHA
    789059e View commit details
Older