Skip to content

Commits

Permalink
20567b5888
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 23, 2020

  1. Copy the full SHA
    20567b5 View commit details

Commits on Nov 20, 2020

  1. Merge pull request #316 from The-Compiler/patch-1

    Make sure a Python 2 pip is installed
    David Verdeguer authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b15854c View commit details
  2. Make sure a Python 2 pip is installed

    In the README of this repo, it's suggested to use the `ubuntu-latest` environment.
    That environment will soon be upgraded to Ubuntu 20.04: https://github.com/actions/virtual-environments/issues/1816
    
    As pointed out in that issue, the updated image comes without a Python 2 pip preinstalled:
    
        Setup Python dependencies
        /home/runner/work/_actions/github/codeql-action/v1/python-setup/install_tools.sh
        [...]
          + python2 -m pip install --user --upgrade pip setuptools wheel
          /usr/bin/python2: No module named pip
        Warning: Unable to download and extract the tools needed for installing the python dependecies. You can call this action with 'setup-python-dependencies: false' to disable this process.
    Florian Bruhin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b168eee View commit details
  3. Merge pull request #313 from github/query-binary-planting

    Add a query to detect binary planting vulnerabilities.
    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7589c05 View commit details
  4. Merge branch 'main' into query-binary-planting

    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f5e028f View commit details
  5. Merge pull request #311 from ericcornelissen/fix-typos

    Fix typos in source code, logging, comments, and config files
    Robert authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c4b7211 View commit details
  6. Merge branch 'main' into fix-typos

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    6aaf048 View commit details
  7. Merge pull request #310 from ericcornelissen/eslint-rule/no-shadow

    Update code so "no-shadow" passes
    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c5d599e View commit details
  8. Merge branch 'main' into fix-typos

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

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

    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7091b81 View commit details
  11. Merge pull request #314 from github/skip-integration-tests-prs-from-f…

    …orks
    
    Skip Runner integration tests on pull requests from forks.
    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6d232b4 View commit details
  12. Merge branch 'main' into skip-integration-tests-prs-from-forks

    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b59d204 View commit details
  13. Merge pull request #312 from ericcornelissen/fix-minor-code-mistakes

    Two minor code fixes
    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0a05e95 View commit details
  14. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    fd36bec View commit details
  15. Merge branch 'main' into fix-minor-code-mistakes

    Chris Gavin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a04d948 View commit details
  16. Add a query to detect binary planting vulnerabilities.

    Chris Gavin committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b03b9fe View commit details
  17. Run npm run build

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    35b0506 View commit details
  18. Merge pull request #308 from github/simon-engledew/fast-fail

    Abort CodeQL action if the status cannot be reported
    Simon Engledew authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    31872f1 View commit details
  19. Run npm run build

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    5416d4f View commit details
  20. Fix unused sorted value in update-release-branch

    Fix a minor issue in the update-release-branch.py script that performs a
    call to `sorted` but doesn't use the output. Since `sorted` does not
    operate in place, the call is currently useless. As a result, the function
    `get_pr_for_commit` does not currently work as exected. I.e. it is
    expected to return the "first" (i.e. lowest PR number), but actually it
    returns the first in the list provided by GitHub.
    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    cf8c79c View commit details
  21. 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
  22. Fix typos in Action config files

    Eric Cornelissen committed Nov 20, 2020
    Copy the full SHA
    512c07d View commit details
  23. 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
  24. Merge branch 'main' into simon-engledew/fast-fail

    Simon Engledew authored and GitHub committed Nov 20, 2020

    Unverified

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

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    992a0cf View commit details
  2. Run npm run build

    Eric Cornelissen committed Nov 19, 2020
    Copy the full SHA
    847f4ef View commit details
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
Older