Cache feature flags on disk by aeisenberg · Pull Request #1384 · github/codeql-action (original) (raw)

This will allow feature flags to be shared across steps in the same job, avoiding an error we saw earlier where the init action had the flag enabled, but the analyze step had it disabled.

This uses the runner's temp folder to cache the flags file, which will stick around until the job completes.

Merge / deployment checklist