summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-07-25fixing schedulev-junyli
2025-07-25fixing the schedulev-junyli
2025-07-14adding a schedule to build-all-samples workflowuser/vjunyli/workflowschedulev-junyli
2025-04-01Merge pull request #1282 from microsoft/developv-junyli
Develop to main
2025-03-24Update Code-Scanning.yml to use latest windows-drivers pack (#1277)Jacob Ronstadt
* Update Code-Scanning.yml to use latest windows-drivers pack * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml: reduce duplacate code
2025-03-23Bump tj-actions/changed-files from 41 to 46 in /.github/workflowsdependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2025-03-19update workflow files to split codeql analysis for push and PR (#1273)Jacob Ronstadt
* update workflow files to split codeql analysis for push and PR * test changing a file * remove build all option in script for testing. * Revert "remove build all option in script for testing." This reverts commit 04eb2c34aac69545b56ff86b6d642e453bde89f0. * Revert "test changing a file" This reverts commit d69205126f62ad44af4c5e3b64f1f14637116ea2. * combine pr and push analysis files to remove warning about not having on.push trigger. include script changes and file change for testing * remove test changes
2024-09-25Code scanning updates (#1) (#1221)Jacob Ronstadt
* Update Code-Scanning.yml
2024-09-24Bump actions/download-artifact & actions/upload-artifact from 3 to 4 in ↵dependabot[bot]
/.github/workflows (#1211) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-09-23Deprecate WDK VSIX Install (#1219)Matt
* Deprecate WDK vsix install * Fix WDK extension version print * Remove unecessary splitting on version * Minor build info refactor * Fix indentation of output info * Enough messing with volume size output * Cleanup comment for vsix version * More cleanup and doc update * Remove deprecation statement and install vsix script. * Fixes and updates to building locally documentation. * Dont code scan on license or .md files. * Code scanning ignore changes to .md when pull request is made
2024-09-18Upgrade nuget SDK and WDK packages to 26100.1591 (#1217)JakobL-MSFT
* Upgrade NuGet to 10.0.26100.1591
2024-06-28RI develop to main (#1189)JakobL-MSFT
* Memory leakage in message "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. * Handles malloc function fail case * Refactors comment line * Solves the miscalculation of the message index * simbatt: Fix broken registry read-back The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me. Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails. * Issue of freeing memory without waiting completion of threads accessing it is fixed * Fixes information leakage warning Fixes the issue of possible information leakage from uninitialized padding bytes * Avoids possible multiplication overflow warning * Avoids possible multiplication overflow warning * CI Pipelines build with WDK Nuget Packages (#1179) Integrate nuget into the workflow pipelines * FI from main to develop (#1188) Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> * Improve version info, vsix installation, and update building locally readme * Fix printing vsix version * Refactored vsix install and cleaned up build sampleset --------- Co-authored-by: İsa Yurdagül <[email protected]> Co-authored-by: Fredrik Orderud <[email protected]> Co-authored-by: Christian Allred <[email protected]> Co-authored-by: tristanb-ntdev <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-04-26Revert "Filter NDP from code owner list for now"Adonais Romero Gonzalez
This reverts commit 76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419.
2024-04-26Filter NDP from code owner list for nowAdonais Romero Gonzalez
2024-04-26Add more code owners (NDP, Kernel Core)Adonais Romero Gonzalez
2024-04-25Add PnP as code ownersAdonais Romero Gonzalez
2024-04-04Update code ownersAdonais Romero Gonzalez
2024-04-02Add power limit policy and client sample driver (#1152)AlbertGuan9527
This PR adds power limit policy and client driver as samples to use OS native power limit interfaces.
2024-03-07Add Wi-Fi Core as ownersAdonais Romero Gonzalez
2024-03-05Update jobs to use Node.js 20 (#1134)Jacob Ronstadt
* Update Code-Scanning.yml actions/checkout to v4 and microsoft/setup-msbuild to v2 * Update ci-pr.yml to use node20 * Update ci.yml to use node20
2024-02-13Add ownership info for TrEEAdonais Romero Gonzalez
2024-02-06Add new teams as owners; fix some entries.Adonais Romero Gonzalez
2024-02-05Update codeql code scanning to add microsoft/windows-drivers queries (#1098)Jacob Ronstadt
* 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
2024-01-31Add Prm sample (#1094)Yinghan Yang
* add prm sample * Update exclusions.csv * add owners for PRM and GPIO samples * fix INF --------- Co-authored-by: Yinghan Yang (307315) <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-31Fixes for sample build errors and updates to the execution script to use new ↵zlockard
build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-29Merge branch 'main' into developAdonais Romero Gonzalez
2024-01-29Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#1067)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15Partial Manual Merge of develop to main specifically to add support for fine ↵JakobL-MSFT
grained exclusions (#1076) user/jakob/partial_manual_merge_develop_to_main_fine_grained_exclusion
2024-01-14Bug 45018002: WDK: Samples - Sample not build by PR workflow if exclusion is ↵JakobL-MSFT
removed (#1073) user/jakobl/full_build_trigger_by_exclusions_csv
2023-12-01Update CODEOWNERSAdonais Romero González
2023-11-15Add Kernel Core as code ownersAdonais Romero González
2023-11-13Update code ownersAdonais Romero González
2023-10-23Add new ownersAdonais Romero González
2023-10-11Add new ownersAdonais Romero González
2023-09-27Update CODEOWNERSAdonais Romero González
2023-09-22Move winget configuration fileAdonais Romero González
2023-09-22Add winget configuration files for WDK 22621Adonais Romero González
2023-08-22Update code owners to team ownershipAdonais Romero González
2023-08-11Add base code ownership fileAdonais Romero González
2023-06-29Add configuration filter to exclusion list (#1001)Adonais Romero González
2023-06-15Generate and provide overview reports (#993)Adonais Romero González
2023-06-01Update MsBuild action (#990)Adonais Romero González
2023-06-01Add logs as artifacts for actions (#989)Adonais Romero González
2023-05-01Build all samples on PRs with changes to scripts/workflows (#981)Adonais Romero González
Now whenever a change in a script or workflow is detected when running the PR workflow, a full build will be triggered. Updated changed-files action as well to remove warning about deprecated actions being used + general improvements.
2023-03-21Update README to reference GH Actions docAdonais Romero González
2023-03-08Enable the CodeQL workflow to pull submodules similar to the regular ↵JakobL-MSFT
workflow. (#883) user-jakobl-codeql-submodules
2023-02-16Rename build instructions file to avoid conflicts with root README + small fixAdonais Romero González
2023-02-08Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)JakobL-MSFT
Enable CodeQL to work thru reasonable workarounds. (#857)
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]>