You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on caching some query compilations and it'd be helpful to receive the CodeQL version as output from the github/codeql-action/init action. This could be done similar to the codeql-path output. It appears that this would require minimal changes in the following locations:
Thank you for submitting this issue with the linked PR to fix it!
As the PR is approved, feel free to merge it after resolving the remaining merge conflict.
Hi there,
I'm working on caching some query compilations and it'd be helpful to receive the CodeQL version as output from the
github/codeql-action/init
action. This could be done similar to thecodeql-path
output. It appears that this would require minimal changes in the following locations:codeql-action/src/init-action.ts
Line 557 in b611370
Add something like
core.setOutput("codeql-version", await codeql.getVersion()).version)
.And:
codeql-action/init/action.yml
Lines 139 to 141 in b611370
Add something like:
The text was updated successfully, but these errors were encountered: