Skip to content

Commits

Permalink
ee4d06713e
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 Jan 22, 2021

  1. Fix wonky comment

    Simon Engledew committed Jan 22, 2021
    Copy the full SHA
    ee4d067 View commit details
  2. Add more granular exception handling

    Simon Engledew committed Jan 22, 2021
    Copy the full SHA
    6be1f5c View commit details
  3. Disambiguate report messages

    Simon Engledew committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8a9922d View commit details
  4. Swap method naming to account for new functionality

    Simon Engledew committed Jan 22, 2021
    Copy the full SHA
    795b192 View commit details
  5. Correctly report WorkflowMissing

    Simon Engledew committed Jan 22, 2021
    Copy the full SHA
    28e2860 View commit details
  6. Do not warn users if a workflow cannot be read

    This will still send a LintFailed message status report.
    Simon Engledew committed Jan 22, 2021
    Copy the full SHA
    4547749 View commit details
  7. Merge pull request #368 from github/robertbrignull/external-token-fix

    Only insert external repos token if supplied
    Robert authored and GitHub committed Jan 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    484a9ad View commit details
  8. Merge branch 'main' into robertbrignull/external-token-fix

    Robert authored and GitHub committed Jan 22, 2021
    Copy the full SHA
    1013277 View commit details

Commits on Jan 21, 2021

  1. Merge pull request #371 from github/robertbrignull/pr-checks-workflow

    Move .github/workflows back where it was
    Robert authored and GitHub committed Jan 21, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    504cb5e View commit details
  2. move .github/workflows back where it was

    Robert committed Jan 21, 2021

    Unverified

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

Commits on Jan 19, 2021

  1. Merge pull request #369 from felicitymay/patch-1

    Update description to include limit on number of results
    Robert authored and GitHub committed Jan 19, 2021
    Copy the full SHA
    a1bfa76 View commit details
  2. Update upload-sarif/action.yml

    Co-authored-by: hubwriter <hubwriter@github.com>
    2 people authored and GitHub committed Jan 19, 2021
    Copy the full SHA
    a3a8231 View commit details
  3. Add results limit to description

    Felicity Chapman authored and GitHub committed Jan 19, 2021
    Copy the full SHA
    d0ac97e View commit details
  4. only insert external repos token if supplied

    Robert committed Jan 19, 2021
    Copy the full SHA
    cb574a7 View commit details

Commits on Jan 18, 2021

  1. Merge pull request #364 from ericcornelissen/eslint/no-unused-vars

    Update code so "@typescript-eslint/no-unused-vars" passes
    Robert authored and GitHub committed Jan 18, 2021
    Copy the full SHA
    b0adc41 View commit details

Commits on Jan 15, 2021

  1. Run npm run-script build

    Eric Cornelissen committed Jan 15, 2021
    Copy the full SHA
    946779f View commit details
  2. Removed unused vars in config-utils.test.ts

    Eric Cornelissen committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9a753aa View commit details
  3. Update ESLint configuration

    Remove the line to disable the "github/no-unused-vars"  rule.
    Eric Cornelissen committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2a6d6c5 View commit details
  4. Merge pull request #362 from github/rneatherway/merge-workflows

    Merge pr-check and integration-testing workflows
    Robin Neatherway authored and GitHub committed Jan 15, 2021
    Copy the full SHA
    8659fb3 View commit details
  5. Merge branch 'main' into rneatherway/merge-workflows

    Robin Neatherway authored and GitHub committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    137e614 View commit details
  6. Merge pull request #363 from github/simon-engledew/fix-incorrect-bran…

    …ch-warning
    
    Fix overzealous warnings when PR scanning is not required
    Simon Engledew authored and GitHub committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4bdcd08 View commit details
  7. Merge branch 'main' into simon-engledew/fix-incorrect-branch-warning

    Simon Engledew authored and GitHub committed Jan 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b6fc713 View commit details
  8. Implement PR feedback

    Simon Engledew committed Jan 15, 2021

    Unverified

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

Commits on Jan 14, 2021

  1. Merge pull request #357 from github/robertbrignull/external-token-option

    Introduce external repository token
    Robert authored and GitHub committed Jan 14, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f86e200 View commit details
  2. Merge branch 'main' into robertbrignull/external-token-option

    Robert authored and GitHub committed Jan 14, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c8abbce View commit details
  3. Merge pull request #361 from github/rneatherway/status-base

    Correct typo in setting of PR upload base ref
    Robin Neatherway authored and GitHub committed Jan 14, 2021
    Copy the full SHA
    3d63fa4 View commit details

Commits on Jan 13, 2021

  1. Fix overzealous warning when PR scanning is not required

    Simon Engledew committed Jan 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0853901 View commit details
  2. Use the fully qualified ref name

    Robin Neatherway committed Jan 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    369cad8 View commit details
  3. Merge pr-check and integration-testing workflows

    These had some minor overlap checking that the JS is up to date and
    there isn't any benefit in having them separate as the jobs are run in
    parallel anyway.
    Robin Neatherway committed Jan 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9ace697 View commit details
  4. Correct typo in setting upload base ref

    Robin Neatherway committed Jan 13, 2021
    Copy the full SHA
    884ee1d View commit details
  5. Update test to check base ref/sha values

    Robin Neatherway committed Jan 13, 2021
    Copy the full SHA
    a7f3c64 View commit details
  6. Merge pull request #360 from github/robertbrignull/preload_tracer_env…

    …_var
    
    Output path to preload_tracer in env file
    Robert authored and GitHub committed Jan 13, 2021
    Copy the full SHA
    087e7a3 View commit details

Commits on Jan 12, 2021

  1. include missing changes

    Robert committed Jan 12, 2021
    Copy the full SHA
    97a70e6 View commit details
  2. Introduce external repository token

    Robert committed Jan 12, 2021
    Copy the full SHA
    90d1a31 View commit details
  3. add call operator

    Robert committed Jan 12, 2021
    Copy the full SHA
    70733e4 View commit details
Older