Skip to content

Commit 57f96a3

Browse files
committed
workflow changes
1 parent 153f360 commit 57f96a3

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/vulnerability-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Vulnerability Audit
22

33
on:
44
schedule:
5-
- cron: '0 4 * * 1' # Weekly on Mondays at 04:00 UTC
5+
- cron: '0 4 * * 1'
66
workflow_dispatch:
77

88
permissions:

Stack-Solver.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -54,7 +54,11 @@
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>

0 commit comments

Comments
 (0)