| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This looks good to me.
Sorry, something went wrong.
|
I believe the Rubocop CI check failure is caused by a bug in the latest release of Bundler (ruby/rubygems#4380). We might want to pin to a specific version in future, but for now I think we can just wait for an update. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This makes it so you can override the temporary directory used by the Action by setting the CODEQL_ACTION_TEMP environment variable.
I went with an environment variable instead of an input, both because I think it's advantageous to be able to override this for all jobs on self-hosted runners and because it allows you to set it once for the entire workflow rather than for each step.
This option is a useful escape hatch for Windows hosted runners, which have a very fast, but also very small temporary disk. This is used by default, but if the project is too big to build on this disk it's potentially useful to be able to use the larger, slower disk instead.
Merge / deployment checklist