Commits
57514f31db
Name already in use
Commits on Nov 26, 2020
-
Split upload method into two mode-specific ones
Sam Partington committedNov 26, 2020 Copy the full SHA 57514f3View commit details -
Extract filepath retrieval to a method
Sam Partington committedNov 26, 2020
Commits on Nov 25, 2020
-
Merge pull request #320 from github/simon-engledew/fix-DEP0005-buffer
Fix deprecated method Buffer.new
Simon Engledew authored and GitHub committedNov 25, 2020 -
Fix deprecated method Buffer.new
Simon Engledew committedNov 25, 2020
Commits on Nov 24, 2020
-
Merge pull request #318 from github/api-param-object
Introduce parameter object for API params that travel together
Sam Partington authored and GitHub committedNov 24, 2020 -
Make anonymous objects into variables for readability
Sam Partington committedNov 24, 2020 -
Previously, most tests were using https://github.com and only the first was using https://github.example.com. As it happens, https://github.com works for all of them.
Sam Partington committedNov 24, 2020
Commits on Nov 23, 2020
-
Introduce parameter object for API params that travel together
Sam Partington committedNov 23, 2020
Commits on Nov 20, 2020
-
Merge pull request #316 from The-Compiler/patch-1
Make sure a Python 2 pip is installed
David Verdeguer authored and GitHub committedNov 20, 2020 -
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 committedNov 20, 2020 -
Merge pull request #313 from github/query-binary-planting
Add a query to detect binary planting vulnerabilities.
Chris Gavin authored and GitHub committedNov 20, 2020 -
Merge branch 'main' into query-binary-planting
Chris Gavin authored and GitHub committedNov 20, 2020 -
Merge pull request #311 from ericcornelissen/fix-typos
Fix typos in source code, logging, comments, and config files
Robert authored and GitHub committedNov 20, 2020 -
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 -
Merge pull request #310 from ericcornelissen/eslint-rule/no-shadow
Update code so "no-shadow" passes
Chris Gavin authored and GitHub committedNov 20, 2020 -
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 -
Update spelling for autobuild to auto-built
Eric Cornelissen committedNov 20, 2020 -
Merge branch 'main' into eslint-rule/no-shadow
Chris Gavin authored and GitHub committedNov 20, 2020 -
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 committedNov 20, 2020 -
Merge branch 'main' into skip-integration-tests-prs-from-forks
Chris Gavin authored and GitHub committedNov 20, 2020 -
Merge pull request #312 from ericcornelissen/fix-minor-code-mistakes
Two minor code fixes
Chris Gavin authored and GitHub committedNov 20, 2020 -
Skip Runner integration tests on pull requests from forks.
Chris Gavin committedNov 20, 2020 -
Merge branch 'main' into fix-minor-code-mistakes
Chris Gavin authored and GitHub committedNov 20, 2020 -
Add a query to detect binary planting vulnerabilities.
Chris Gavin committedNov 20, 2020 -
Eric Cornelissen committed
Nov 20, 2020 -
Merge pull request #308 from github/simon-engledew/fast-fail
Abort CodeQL action if the status cannot be reported
Simon Engledew authored and GitHub committedNov 20, 2020 -
Eric Cornelissen committed
Nov 20, 2020 -
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 committedNov 20, 2020 -
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 committedNov 20, 2020 -
Fix typos in Action config files
Eric Cornelissen committedNov 20, 2020 -
- 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 committedNov 20, 2020 -
Merge branch 'main' into simon-engledew/fast-fail
Simon Engledew authored and GitHub committedNov 20, 2020
Commits on Nov 19, 2020
-
Merge branch 'main' into eslint-rule/no-shadow
Eric Cornelissen authored and GitHub committedNov 19, 2020 -
Eric Cornelissen committed
Nov 19, 2020 -
Fix no shadow issues in upload-lib.ts
Rename one instance of "path" to avoid shadowing.
Eric Cornelissen committedNov 19, 2020