Commits
726cfc8441
Name already in use
Commits on Nov 18, 2020
-
Ensure unqualified program names are present on
PATH
before executi……ng them.
Chris Gavin committedNov 18, 2020 Copy the full SHA 726cfc8View commit details -
Merge pull request #301 from github/robertbrignull/tools_version
Send action ref and tool version in status reports
Robert authored and GitHub committedNov 18, 2020 -
Merge branch 'main' into robertbrignull/tools_version
Robert committedNov 18, 2020 -
Merge pull request #231 from github/add-multi-cause-markdown-flag
Enable the CodeQL SARIF multi-cause markdown flag.
Chris Gavin authored and GitHub committedNov 18, 2020 -
Merge main into add-multi-cause-markdown-flag.
Chris Gavin committedNov 18, 2020
Commits on Nov 13, 2020
-
Merge pull request #302 from github/robertbrignull/no_tracing
Don't use the word "trace" in log messages
Robert authored and GitHub committedNov 13, 2020 -
Robert committed
Nov 13, 2020 -
Co-authored-by: Sam Partington <sampart@github.com>
2 people authored and GitHub committedNov 13, 2020 -
Don't use the word "trace" in log messages
Robert committedNov 13, 2020
Commits on Nov 12, 2020
-
Robert committed
Nov 12, 2020 -
send action ref and tool version in status reports
Robert committedNov 12, 2020
Commits on Nov 11, 2020
-
Merge pull request #299 from github/azure_pipelines
Detect Agent.Worker.exe
Robert authored and GitHub committedNov 11, 2020 -
Merge branch 'main' into azure_pipelines
Robert authored and GitHub committedNov 11, 2020
Commits on Nov 10, 2020
-
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 committedNov 10, 2020 -
Merge branch 'main' into use-github-action-repository-variable
Chris Gavin authored and GitHub committedNov 10, 2020 -
Robert committed
Nov 10, 2020 -
Merge pull request #297 from github/rneatherway-patch-1
Change suggested workflow to analyse merge commit
Robin Neatherway authored and GitHub committedNov 10, 2020 -
Make use of the
GITHUB_ACTION_REPOSITORY
environment variable if it…… is set.
Chris Gavin committedNov 10, 2020 -
Change suggested workflow to analyse merge commit
Robin Neatherway authored and GitHub committedNov 10, 2020 -
Merge pull request #296 from 0xflotus/patch-1
fix: small typo in import-action-entrypoint.ql
Robert authored and GitHub committedNov 10, 2020
Commits on Nov 9, 2020
-
fix: small typo in import-action-entrypoint.ql
0xflotus authored and GitHub committedNov 9, 2020 -
Merge pull request #294 from github/rneatherway/bump-codeql-20201106
Update default CodeQL bundle version
Robin Neatherway authored and GitHub committedNov 9, 2020 -
Update default CodeQL bundle version
Robin Neatherway committedNov 9, 2020
Commits on Nov 5, 2020
-
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 committedNov 5, 2020 -
As this is an advanced usage it makes more sense to work to getting this included in the documentation instead.
Simon Engledew committedNov 5, 2020
Commits on Nov 4, 2020
-
Expand readme to include codeql-path output example
Also add example from README into workflow to confirm it is accurate.
Simon Engledew committedNov 4, 2020 -
Move setOutput into try block in case it errors
Simon Engledew committedNov 4, 2020 -
Fix indentation for action output
Co-authored-by: Chris Gavin <chris@chrisgavin.me>
Simon Engledew and Chris Gavin committedNov 4, 2020 -
Add codeql-path to README (wip)
Simon Engledew committedNov 4, 2020 -
Use codeql-path output in python-deps workflow
Simon Engledew committedNov 4, 2020 -
Report the path of CodeQL as an output
Simon Engledew committedNov 4, 2020 -
Merge pull request #289 from github/simon-engledew/fix-act-local
Fix invalid API call when running locally
Simon Engledew authored and GitHub committedNov 4, 2020 -
Merge branch 'main' into simon-engledew/fix-act-local
Simon Engledew authored and GitHub committedNov 4, 2020 -
Remove unnecessary env manipulation
testing-utils.ts / setupTests() already stores and restores the env
Simon Engledew committedNov 4, 2020 -
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