| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks for catching and fixing this bug!
Sorry, something went wrong.
|
We didn't catch this earlier because all of our integration tests run within actions and the RUNNER_TEMP variable is already set. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In version 1.0.0 the logic for determining the getCodeQLActionRepository worked this way round:
https://github.com/github/codeql-action/blob/v1.0.0/src/codeql.ts#L139
In the latest version this logic was reversed during refactoring:
https://github.com/github/codeql-action/blob/v1.0.3/src/codeql.ts#L182
This is currently causing the codeql-runner to break with the error message:
RUNNER_TEMP environment variable must be set.
This PR restores the original behaviour.
Merge / deployment checklist