From 77f914a4ba9be60aabbd3a2d900aaca90f025295 Mon Sep 17 00:00:00 2001 From: Simon Engledew Date: Wed, 4 Nov 2020 15:44:02 +0000 Subject: [PATCH] Add codeql-path to README (wip) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6f35ee780..dab7930b3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ By default, this will override any queries specified in a config file. If you wi queries: +, ``` +### CodeQL Path + +The `init` action makes the path to CodeQL available as the output `codeql-path`. + ## Troubleshooting Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).