summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
AgeCommit message (Collapse)Author
2023-02-07Enable CodeQL to work thru reasonable workarounds. (#857)JakobL-MSFT
2023-02-03Incremental improvements of the sample build system (#849)JakobL-MSFT
2023-01-30Build scripts update (#844)Adonais Romero González
--------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2023-01-10Remove capture of changed filesLaura
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
2023-01-09Re Configure Code-Scanning.ymlLaura
In accordance with this issue https://github.com/github/codeql-cli-binaries/issues/149 I have reconfigured to run code scanning on all PR's (to include text only changes) and adjusted the build command to build all solutions, not just the changed ones.
2022-12-27Updates Code Scanning ExclusionLaura
Excludes all files within the .github directory from triggering the Code Scanning workflow.
2022-12-27Create Code-Scanning.ymlLaura
This file is identical to the existing workflow except that it has been created via the GitHub Security Code Scanning menu, which registers the workflow with the Code Scanning triggers unlike the existing workflow. If this successfully meets the Security requirements, the next commit will remove the duplicate workflow.