Skip to content

Commit d533b0d

Browse files
committed
[spec] .NET bump to v 8
[spec] actions bump to latest
1 parent eb46c3a commit d533b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4.1.1
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
@@ -52,9 +52,9 @@ jobs:
5252
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5353

5454
- name: Setup .NET
55-
uses: actions/setup-dotnet@v1
55+
uses: actions/setup-dotnet@v4
5656
with:
57-
dotnet-version: 7.0.x
57+
dotnet-version: 8.0.x
5858

5959
# Build
6060
- run: dotnet build src/Simplify.Web.sln -v minimal

0 commit comments

Comments
 (0)