microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

.sync: Add CodeQL GitHub workflow #133

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Adds a new workflow that is synced to Mu repos that are currently expected to run against CodeQL.

This workflow has the following features to support maintainability across the repos it is synced to:

Note that the SARIF file for each run is uploaded as a per-package artifact. These can be downloaded and opened in VS Code with the SARIF Viewer extension to view issues locally with the ability to click to issue locations in files.

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com