Skip to content

Commits

Permalink
847f4ef293
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 Nov 19, 2020

  1. Run npm run build

    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    847f4ef View commit details
  2. Fix no shadow issues in upload-lib.ts

    Rename one instance of "path"  to avoid shadowing.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    483c94b View commit details
  3. Fix no shadow issues in fingerprints.ts

    Rename various instances of "hash", shadowing the function with that
    name.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    7455994 View commit details
  4. Fix no shadow issues in fingerprints.test.ts

    Rename shadowing "uri" argument to the more explicit "artifactURI".
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    ffe9468 View commit details
  5. Fix no shadow issues in config-utils.ts

    Rename throwaway variable "suite" to "found" when assigned from "find".
    
    Rename local variable "path" to "newPath" as it is a modification of
    the "originalPath" provided to `validateAndSanitisePath`.
    
    Rename instances of "path" to more explicit varients "ignorePath" and
    "includePath". Maybe "ignoredPath" and "includedPath" are better names?
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    2a2910e View commit details
  6. Fix no shadow issues in config-utils.test.ts

    Rename "queries" variable in test cases to "testQueries" to avoid
    shadowing it in a subsequent helper function call (4 times).
    
    Rename "path" twice in a hlper function to "validPath" and "invalidPath"
    to avoid shadowing "path". The new names are more explicit.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    06e99f1 View commit details
  7. Fix no shadow issues in codeql.ts

    Two simple variable renames from "path" to "paths" since the types are
    arrays of strings (not just one string).
    
    One function definition inside a function moved outside that function
    to avoid shadowing the "options" argument.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    98ad63b View commit details
  8. Fix no shadow issues in api-client.ts

    Duplicate use of "_" placeholder argument name. This change may conflict
    with #192.
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    b54c2aa View commit details
  9. Update ESLint configuration

    Remove the "no-shadow": "off" override and replace it by enabling
    "@typescript-eslint/no-shadow" in the "rules" section, following the
    typescript-eslint docs:
    https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-shadow.md#how-to-use
    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    22f779c View commit details
  10. Merge pull request #309 from github/safe-which

    Ensure unqualified program names are present on `PATH` before executing them.
    Chris Gavin authored and GitHub committed Nov 19, 2020

    Unverified

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

Commits on Nov 18, 2020

  1. Ensure unqualified program names are present on PATH before executi…

    …ng them.
    Chris Gavin committed Nov 18, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    726cfc8 View commit details
  2. Merge pull request #301 from github/robertbrignull/tools_version

    Send action ref and tool version in status reports
    Robert authored and GitHub committed Nov 18, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    dc80b01 View commit details
  3. Copy the full SHA
    0d960df View commit details
  4. Merge pull request #231 from github/add-multi-cause-markdown-flag

    Enable the CodeQL SARIF multi-cause markdown flag.
    Chris Gavin authored and GitHub committed Nov 18, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    10b43b8 View commit details
  5. Merge main into add-multi-cause-markdown-flag.

    Chris Gavin committed Nov 18, 2020

    Unverified

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

Commits on Nov 13, 2020

  1. Merge pull request #302 from github/robertbrignull/no_tracing

    Don't use the word "trace" in log messages
    Robert authored and GitHub committed Nov 13, 2020

    Unverified

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

    Robert committed Nov 13, 2020
    Copy the full SHA
    3f2a7ab View commit details
  3. Update init/action.yml

    Co-authored-by: Sam Partington <sampart@github.com>
    2 people authored and GitHub committed Nov 13, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e3a9a7a View commit details
  4. Don't use the word "trace" in log messages

    Robert committed Nov 13, 2020
    Copy the full SHA
    4d8912d View commit details

Commits on Nov 12, 2020

  1. check if running locally

    Robert committed Nov 12, 2020
    Copy the full SHA
    1737b80 View commit details
  2. Copy the full SHA
    80b43ca View commit details

Commits on Nov 11, 2020

  1. Merge pull request #299 from github/azure_pipelines

    Detect Agent.Worker.exe
    Robert authored and GitHub committed Nov 11, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    acacf9b View commit details
  2. Merge branch 'main' into azure_pipelines

    Robert authored and GitHub committed Nov 11, 2020

    Unverified

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

Commits on Nov 10, 2020

  1. Merge pull request #298 from github/use-github-action-repository-vari…

    …able
    
    Make use of the `GITHUB_ACTION_REPOSITORY` environment variable if it is set.
    Chris Gavin authored and GitHub committed Nov 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    fdb0d48 View commit details
  2. Merge branch 'main' into use-github-action-repository-variable

    Chris Gavin authored and GitHub committed Nov 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    241fca8 View commit details
  3. detect Agent.Worker.exe

    Robert committed Nov 10, 2020
    Copy the full SHA
    aae4713 View commit details
  4. Merge pull request #297 from github/rneatherway-patch-1

    Change suggested workflow to analyse merge commit
    Robin Neatherway authored and GitHub committed Nov 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d3285a0 View commit details
  5. Make use of the GITHUB_ACTION_REPOSITORY environment variable if it…

    … is set.
    Chris Gavin committed Nov 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    bf30ea6 View commit details
  6. Change suggested workflow to analyse merge commit

    Robin Neatherway authored and GitHub committed Nov 10, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    988704e View commit details
  7. Merge pull request #296 from 0xflotus/patch-1

    fix: small typo in import-action-entrypoint.ql
    Robert authored and GitHub committed Nov 10, 2020

    Unverified

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

Commits on Nov 9, 2020

  1. fix: small typo in import-action-entrypoint.ql

    0xflotus authored and GitHub committed Nov 9, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1870040 View commit details
  2. Merge pull request #294 from github/rneatherway/bump-codeql-20201106

    Update default CodeQL bundle version
    Robin Neatherway authored and GitHub committed Nov 9, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4b301bd View commit details
  3. Update default CodeQL bundle version

    Robin Neatherway committed Nov 9, 2020
    Copy the full SHA
    ab40235 View commit details

Commits on Nov 5, 2020

  1. Merge pull request #291 from github/simon-engledew/output-codeql-path

    Add a codeql-path output to the init action
    Simon Engledew authored and GitHub committed Nov 5, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f13bd45 View commit details
  2. Remove output from README

    As this is an advanced usage it makes more sense to work to getting this included in the documentation instead.
    Simon Engledew committed Nov 5, 2020

    Unverified

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