Fix #2367, add codeql-version to outputs

This commit is contained in:
Matt Schwager 2024-07-10 11:58:42 -04:00
parent be825d5eef
commit e1f83c153a
4 changed files with 5 additions and 1 deletions

View file

@ -139,6 +139,8 @@ inputs:
outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
codeql-version:
description: The version of the CodeQL binary used for analysis
runs:
using: node20
main: '../lib/init-action.js'