Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot] 45b644fafd
build(deps): bump github/codeql-action from 2 to 3 (#7295)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 2 to 3.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 18:19:49 -05:00
dependabot[bot] 6d8e6e74f8
build(deps): bump actions/checkout from 3 to 4 (#7125)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
2023-11-03 09:53:57 -04:00
Naveen 1e7c64e5f2
Enable codeql action (#6115)
Add the codeql action, GitHub's native semantic code analysis
engine, to the set of actions that run when PRs are uploaded and
when PRs are merged. This action will expose alerts about things
like possible integer overflows when determining sizes of allocs.

https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql
2023-01-10 14:28:53 -08:00