Skip to content

Commit f88bad6

Browse files
committed
Update workflows
1 parent 3727ac7 commit f88bad6

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "master" ]
2020
schedule:
21-
- cron: '35 11 * * 6'
21+
- cron: '17 4 * * 5'
2222

2323
jobs:
2424
analyze:

.github/workflows/dotnet.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Setup .NET Core 3.1
17-
uses: actions/setup-dotnet@v3
18-
with:
19-
dotnet-version: 3.1.x
20-
- name: Setup .NET Core 6.0
16+
- name: Setup .NET 10.0
2117
uses: actions/setup-dotnet@v3
2218
with:
23-
dotnet-version: 6.0.x
19+
dotnet-version: 10.0.x
2420
- name: Restore dependencies
2521
run: dotnet restore
2622
- name: Build
2723
run: dotnet build --configuration Release --no-restore
2824
- name: Test
29-
run: dotnet test --no-build --configuration Release --verbosity normal
25+
run: dotnet test --no-build --configuration Release --verbosity normal

0 commit comments

Comments
 (0)