summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Persist worker_name after job is finished (#1730)eswolinsky32412022-11-261-1/+1
| | | | | | | | | | | | | | | | | * Persist worker_name after job is finished Persisting the worker_name on the job object in Redis would allow for debugging and analyzing logs from the worker * Remove redundent job.save() method call * Remove check for null worker Now that worker name is persisted after job finishes or fails, no need to assert that worker name is None * Change github runner to Ubuntu 20.04 * Change github runner to Ubuntu 20.04
* chore: Enable codeql action (#1666)Naveen2022-05-301-0/+44
This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>