aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31Add an End-to-End workflow for FUSE mount (#3562)Patrick Schmidt1-0/+4
* Add an e2e workflow to test FUSE mount * Fix deadlocks during concurrent r/w
2022-08-22Bump actions/checkout from 3 to 3.0.2 (#3483)dependabot[bot]1-1/+1
2022-05-13Update codeql.ymlNaveen1-2/+2
2022-05-13chore: Enable codeql actionnaveen1-0/+43
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>