Commits
Commits on Nov 20, 2020
-
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 Copy the full SHA 6aaf048View commit details -
Merge branch 'main' into fix-typos
Eric Cornelissen committedNov 20, 2020 Copy the full SHA 6ed5c82View commit details -
Merge branch 'main' into eslint-rule/no-shadow
Chris Gavin authored and GitHub committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 7091b81View commit details -
Merge branch 'main' into fix-minor-code-mistakes
Chris Gavin authored and GitHub committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA a04d948View commit details -
Eric Cornelissen committed
Nov 20, 2020 Copy the full SHA 35b0506View commit details -
Eric Cornelissen committed
Nov 20, 2020 Copy the full SHA 5416d4fView commit details -
Merge branch 'main' into simon-engledew/fast-fail
Simon Engledew authored and GitHub committedNov 20, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 6a45994View commit details
Commits on Nov 19, 2020
-
Merge branch 'main' into eslint-rule/no-shadow
Eric Cornelissen authored and GitHub committedNov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 992a0cfView commit details -
Eric Cornelissen committed
Nov 19, 2020 Copy the full SHA 847f4efView commit details -
Merge branch 'main' into robertbrignull/go_build_trace
Robert authored and GitHub committedNov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 0b0bc35View commit details -
Scanning endpoint failures should not halt the scan
Simon Engledew committedNov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA eb4226eView commit details -
Merge remote-tracking branch 'origin/main' into simon-engledew/fast-fail
Simon Engledew committedNov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 7fda765View commit details -
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 committedNov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 17d4671View commit details -
Simon Engledew committed
Nov 19, 2020 Unverified
No user is associated with the committer email.Copy the full SHA f3ff4c8View commit details
Commits on Nov 18, 2020
-
Ensure unqualified program names are present on
PATH
before executi……ng them.
Chris Gavin committedNov 18, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 726cfc8View commit details -
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 committedNov 18, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 68dedeaView commit details -
Merge branch 'main' into robertbrignull/tools_version
Robert committedNov 18, 2020 Copy the full SHA 0d960dfView commit details -
Merge main into add-multi-cause-markdown-flag.
Chris Gavin committedNov 18, 2020 Unverified
No user is associated with the committer email.Copy the full SHA f94e06aView commit details
Commits on Nov 13, 2020
-
Robert committed
Nov 13, 2020 Copy the full SHA 3f2a7abView commit details -
Don't use the word "trace" in log messages
Robert committedNov 13, 2020 Copy the full SHA 4d8912dView commit details -
Merge branch 'main' into robertbrignull/go_build_trace
Robert authored and GitHub committedNov 13, 2020 Unverified
No user is associated with the committer email.Copy the full SHA af27146View commit details
Commits on Nov 12, 2020
-
Robert committed
Nov 12, 2020 Copy the full SHA 1737b80View commit details -
send action ref and tool version in status reports
Robert committedNov 12, 2020 Copy the full SHA 80b43caView commit details
Commits on Nov 11, 2020
-
Merge branch 'main' into azure_pipelines
Robert authored and GitHub committedNov 11, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 9a7b7cbView commit details
Commits on Nov 10, 2020
-
Robert committed
Nov 10, 2020 Copy the full SHA aae4713View commit details -
Make use of the
GITHUB_ACTION_REPOSITORY
environment variable if it…… is set.
Chris Gavin committedNov 10, 2020 Unverified
No user is associated with the committer email.Copy the full SHA bf30ea6View commit details
Commits on Nov 9, 2020
-
Update default CodeQL bundle version
Robin Neatherway committedNov 9, 2020 Copy the full SHA ab40235View commit details
Commits on Nov 4, 2020
-
Move setOutput into try block in case it errors
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 54f3e52View commit details -
Report the path of CodeQL as an output
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 854109fView commit details -
Merge branch 'main' into robertbrignull/go_build_trace
Robert authored and GitHub committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 82e3812View commit details -
Remove unnecessary env manipulation
testing-utils.ts / setupTests() already stores and restores the env
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 1c8d72eView commit details -
Fix invalid API call when running locally
The method getAnalysisKey would call getWorkflowPath and raise an API Error. This change follows the pattern in prepareLocalRunEnvironment to set a dummy value for the required environment variable, therefore shortcutting the API request.
Simon Engledew committedNov 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 5c0e2f9View commit details
Commits on Nov 3, 2020
-
Add the --threads config option to finalize db (#281)
This flag is already being used for `runQueries`, so let's use it for finalize as well.
Andrew Eisenberg authored and GitHub committedNov 3, 2020 Unverified
No user is associated with the committer email.Copy the full SHA bc1ee16View commit details -
Merge branch 'main' into disable-gpgsign-in-tests
Simon Engledew authored and GitHub committedNov 3, 2020 Unverified
No user is associated with the committer email.Copy the full SHA d7bd6e3View commit details -
Log the version warning a second time if a request fails unexpectedly.
Chris Gavin committedNov 3, 2020 Unverified
No user is associated with the committer email.Copy the full SHA b16110eView commit details