Merge branch 'main' into patch-1

This commit is contained in:
Andrew Eisenberg 2021-05-28 15:29:27 -07:00 committed by GitHub
commit d9a17baf2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 622 additions and 177 deletions

View file

@ -2,6 +2,8 @@
This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. It then automatically uploads the results to GitHub so they can be displayed in the repository's security tab. CodeQL runs an extensible set of [queries](https://github.com/github/codeql), which have been developed by the community and the [GitHub Security Lab](https://securitylab.github.com/) to find common vulnerabilities in your code.
For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).
## License
This project is released under the [MIT License](LICENSE).