Skip to content

Commit

Permalink
CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Jul 22, 2023
1 parent 5891f32 commit 723e6ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100-preview.5.23303.2
dotnet-version: 8.0.x
dotnet-quality: preview

- name: Restore the Taiizor.Starterkit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100-preview.5.23303.2
dotnet-version: 8.0.x
dotnet-quality: preview

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100-preview.5.23303.2
dotnet-version: 8.0.x
dotnet-quality: preview

- name: Restore the Taiizor.Starterkit
Expand Down

0 comments on commit 723e6ff

Please sign in to comment.