Run CodeQL for GitHub Actions#2498
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2498 +/- ##
=======================================
Coverage 85.35% 85.35%
=======================================
Files 312 312
Lines 7465 7465
Branches 1121 1121
=======================================
Hits 6372 6372
Misses 908 908
Partials 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Add GitHub Actions to the CodeQL analysis. - Rename jobs. - Add summary job for a single required status. - Refactor permissions.
c682be3 to
30fc501
Compare
Add GitHub Actions to the CodeQL analysis.