<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/.github/workflows/Code-Scanning.yml, branch user/vjunyli/workflowschedule</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/.github/workflows/Code-Scanning.yml?h=user%2Fvjunyli%2Fworkflowschedule</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/.github/workflows/Code-Scanning.yml?h=user%2Fvjunyli%2Fworkflowschedule'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2025-03-24T22:59:45Z</updated>
<entry>
<title>Update Code-Scanning.yml to use latest windows-drivers pack (#1277)</title>
<updated>2025-03-24T22:59:45Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2025-03-24T22:59:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=52908d7718c6fac2953055db2e5d23537957c7af'/>
<id>urn:sha1:52908d7718c6fac2953055db2e5d23537957c7af</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>update workflow files to split codeql analysis for push and PR (#1273)</title>
<updated>2025-03-19T20:56:21Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2025-03-19T20:56:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=fb21b13a73457c8a68a7aca41d80e7f292929d1f'/>
<id>urn:sha1:fb21b13a73457c8a68a7aca41d80e7f292929d1f</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Code scanning updates  (#1) (#1221)</title>
<updated>2024-09-25T21:35:52Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2024-09-25T21:35:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=76f3c4f35f40634401ede80f64554794776c4240'/>
<id>urn:sha1:76f3c4f35f40634401ede80f64554794776c4240</id>
<content type='text'>
* Update Code-Scanning.yml</content>
</entry>
<entry>
<title>Deprecate WDK VSIX Install (#1219)</title>
<updated>2024-09-24T02:43:48Z</updated>
<author>
<name>Matt</name>
<email>138825652+middlemose@users.noreply.github.com</email>
</author>
<published>2024-09-24T02:43:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5c4ceaef72f0af992966a7d2ac7ac7d897f091d3'/>
<id>urn:sha1:5c4ceaef72f0af992966a7d2ac7ac7d897f091d3</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>RI develop to main (#1189)</title>
<updated>2024-06-28T16:56:29Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-06-28T16:56:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=263b19b4347fcda2e236c14a9daf41e7d518625d'/>
<id>urn:sha1:263b19b4347fcda2e236c14a9daf41e7d518625d</id>
<content type='text'>
* 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 &lt;adonais.neoadonis@gmail.com&gt;

* 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 &lt;38290414+isayrdgl@users.noreply.github.com&gt;
Co-authored-by: Fredrik Orderud &lt;fredrik.orderud@ge.com&gt;
Co-authored-by: Christian Allred &lt;13487734+cgallred@users.noreply.github.com&gt;
Co-authored-by: tristanb-ntdev &lt;60945150+tristanb-ntdev@users.noreply.github.com&gt;
Co-authored-by: Matt &lt;138825652+middlemose@users.noreply.github.com&gt;
Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;</content>
</entry>
<entry>
<title>Update jobs to use Node.js 20 (#1134)</title>
<updated>2024-03-06T01:30:57Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2024-03-06T01:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bcc5c139181f66514b6767238f850f5b2d3aabd1'/>
<id>urn:sha1:bcc5c139181f66514b6767238f850f5b2d3aabd1</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Update codeql code scanning to add microsoft/windows-drivers queries (#1098)</title>
<updated>2024-02-05T22:53:43Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2024-02-05T22:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cdd758d3b2427b8b8cc9c8a556f4400c7a4db45b'/>
<id>urn:sha1:cdd758d3b2427b8b8cc9c8a556f4400c7a4db45b</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Update MsBuild action (#990)</title>
<updated>2023-06-01T23:00:21Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2023-06-01T23:00:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c5cc3eca707a39d71a3f34281af107795b2af945'/>
<id>urn:sha1:c5cc3eca707a39d71a3f34281af107795b2af945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable the CodeQL workflow to pull submodules similar to the regular workflow. (#883)</title>
<updated>2023-03-09T04:19:30Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2023-02-14T23:40:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=b9ef9e4ed67fc2865d72ed2bb0edb1d9d87ab7ec'/>
<id>urn:sha1:b9ef9e4ed67fc2865d72ed2bb0edb1d9d87ab7ec</id>
<content type='text'>
user-jakobl-codeql-submodules</content>
</entry>
<entry>
<title>Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)</title>
<updated>2023-02-08T23:36:56Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2023-02-08T23:36:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d717aac5bd009f63670f1e164bacf2972931de1d'/>
<id>urn:sha1:d717aac5bd009f63670f1e164bacf2972931de1d</id>
<content type='text'>
Enable CodeQL to work thru reasonable workarounds.  (#857)</content>
</entry>
</feed>
