| Age | Commit message (Collapse) | Author |
|
* test code scanning with new package
* update code scanning file. test without building
* fix typo
* add back build step
* Update Code-Scanning.yml
* Update Code-Scanning.yml
* Update Code-Scanning.yml
|
|
|
|
workflow. (#883)
user-jakobl-codeql-submodules
|
|
Enable CodeQL to work thru reasonable workarounds. (#857)
|
|
|
|
---------
Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
|
|
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
|
|
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.
|
|
Excludes all files within the .github directory from triggering the Code Scanning workflow.
|
|
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.
|