summaryrefslogtreecommitdiff
path: root/.github
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-29Merge pull request #820 from microsoft/lauragonzalezzz/remove-redundant-workflowLaura
Deletes CodeQL-Analysis Workflow
2022-12-29Deletes CodeQL-Analysis WorkflowLaura
GitHub did not register this workflow as the one associated with the Code Scanning security feature. Therefore I have a separate PR https://github.com/microsoft/Windows-driver-samples/pull/818 which established the workflow through the security menu. This workflow is identical to that one except for a syntax fix in the designation of which types of file updates do not trigger the workflow.
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.
2022-12-08Creates CodeQL-Analysis Workflow (#813)Laura
Creates CodeQL-Analysis workflow to run the latest CodeQL CLI and cpp rules against driver solutions which have changed. This is a CI mechanism to alert if there are CodeQL violations in projects which have been changed since the last commit.
2022-10-18Upgrade actions environment to Windows 2022 (#794)Adonais Romero González
2022-09-06Miscellaneous build scripts fixes (#779)Adonais Romero González
Fix actions: escape emoji characters; add small validations to build scripts
2022-08-26Add CI workflows for building and validating driver samples (#775)Adonais Romero González
* Add scripts to build a set of samples, as well as individual solution folders. * Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request. For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.