File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Vulnerability Audit
22
33on :
44 schedule :
5- - cron : ' 0 4 * * 1' # Weekly on Mondays at 04:00 UTC
5+ - cron : ' 0 4 * * 1'
66 workflow_dispatch :
77
88permissions :
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net9.0-windows </TargetFramework >
5+ <TargetFramework >net9.0-windows10.0.26100.1 </TargetFramework >
66 <ApplicationManifest >app.manifest</ApplicationManifest >
77 <ApplicationIcon >Box.ico</ApplicationIcon >
88 <UseWPF >true</UseWPF >
5454 </ItemGroup >
5555
5656 <ItemGroup >
57- <None Include =" .github\workflows\stack-sover-ci.yml" />
57+ <None Include =" .github\dependabot.yml" />
58+ <None Include =" .github\workflows\codeql.yml" />
59+ <None Include =" .github\workflows\dependency-review.yml" />
60+ <None Include =" .github\workflows\build-test.yml" />
61+ <None Include =" .github\workflows\vulnerability-audit.yml" />
5862 </ItemGroup >
5963
6064</Project >
You can’t perform that action at this time.
0 commit comments