Skip to content

Commits

Commits on Nov 20, 2020

  1. Merge branch 'main' into fix-typos

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    6aaf048 View commit details
  2. Merge branch 'main' into fix-typos

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    6ed5c82 View commit details
  3. Update spelling for autobuild to auto-built

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    82ba92f View commit details
  4. Merge branch 'main' into eslint-rule/no-shadow

    Chris Gavin authored and GitHub committed Nov 20, 2020
    Copy the full SHA
    7091b81 View commit details
  5. Merge branch 'main' into fix-minor-code-mistakes

    Chris Gavin authored and GitHub committed Nov 20, 2020
    Copy the full SHA
    a04d948 View commit details
  6. Remove duplicate statement in tracer-config test

    The tracer-config.test.js file contained a duplicate of the statement:
    
      process.env["SEMMLE_DEPTRACE_SOCKET"] = "abc";
    
    one line apart. This removes the second instance of this statement.
    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    4e8634c View commit details
  7. Fix typos in src

    - Rename "toolrunnner" (three 'n') to "toolrunner"
    - Rename "relativeFilepaht" to "relativeFilepath"
    - Fix various typos in documentation & comments
    - Fix typos in logs and test names
    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    85ea24b View commit details
  8. Merge branch 'main' into simon-engledew/fast-fail

    Simon Engledew authored and GitHub committed Nov 20, 2020
    Copy the full SHA
    6a45994 View commit details

Commits on Nov 19, 2020

  1. Merge branch 'main' into eslint-rule/no-shadow

    Eric Cornelissen authored and GitHub committed Nov 19, 2020
    Copy the full SHA
    992a0cf 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. Merge branch 'main' into robertbrignull/go_build_trace

    Robert authored and GitHub committed Nov 19, 2020
    Copy the full SHA
    0b0bc35 View commit details
  10. Scanning endpoint failures should not halt the scan

    Simon Engledew committed Nov 19, 2020
    Copy the full SHA
    eb4226e View commit details
  11. Copy the full SHA
    7fda765 View commit details
  12. Fail processing on a 422 as well

    Until there is a more robust versioning system it is probably safest to require endpoint compatiblity and not continue the action if there is a mismatch.
    Simon Engledew committed Nov 19, 2020
    Copy the full SHA
    17d4671 View commit details
  13. Implement review feedback

    Simon Engledew committed Nov 19, 2020
    Copy the full SHA
    f3ff4c8 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
    Copy the full SHA
    726cfc8 View commit details
  2. Do not run CodeQL if code scanning is not enabled

    Put more fine grained logic around which errors we ignore and process.
    Re-instate status reporting in Enterprise.
    Abort the code scanning process the status endpoint reports it is not configured.
    Simon Engledew committed Nov 18, 2020
    Copy the full SHA
    68dedea View commit details
  3. Copy the full SHA
    0d960df View commit details
  4. Merge main into add-multi-cause-markdown-flag.

    Chris Gavin committed Nov 18, 2020
    Copy the full SHA
    f94e06a View commit details

Commits on Nov 13, 2020

  1. change voicing

    Robert committed Nov 13, 2020
    Copy the full SHA
    3f2a7ab View commit details
  2. Don't use the word "trace" in log messages

    Robert committed Nov 13, 2020
    Copy the full SHA
    4d8912d View commit details
  3. Merge branch 'main' into robertbrignull/go_build_trace

    Robert authored and GitHub committed Nov 13, 2020
    Copy the full SHA
    af27146 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 branch 'main' into azure_pipelines

    Robert authored and GitHub committed Nov 11, 2020
    Copy the full SHA
    9a7b7cb View commit details

Commits on Nov 10, 2020

  1. detect Agent.Worker.exe

    Robert committed Nov 10, 2020
    Copy the full SHA
    aae4713 View commit details
  2. Make use of the GITHUB_ACTION_REPOSITORY environment variable if it…

    … is set.
    Chris Gavin committed Nov 10, 2020
    Copy the full SHA
    bf30ea6 View commit details

Commits on Nov 9, 2020

  1. Update default CodeQL bundle version

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

Commits on Nov 4, 2020

  1. Move setOutput into try block in case it errors

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    54f3e52 View commit details
Older