Report the path of CodeQL as an output

This commit is contained in:
Simon Engledew 2020-11-04 15:38:31 +00:00
parent 0ed3207eb5
commit 854109fe92
No known key found for this signature in database
GPG key ID: 84302E7B02FE8BCE
4 changed files with 7 additions and 1 deletions

View file

@ -23,6 +23,9 @@ inputs:
description: Try to auto-install your python dependencies
required: true
default: 'true'
outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node12'
main: '../lib/init-action.js'