Skip to content

Commit

Permalink
Upgrade .NET version used by CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Nov 13, 2024
1 parent afabbc2 commit 7d2a96d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: "7.0.101"
dotnet-version: "8.0.404"

- name: Build application
run: ./build.sh --target Compile --configuration Release
Expand Down
4 changes: 4 additions & 0 deletions src/Universalis.sln
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{787839FD-3CAA-4856-85EF-5C3A83227A72}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
..\.github\workflows\codeql-analysis.yml = ..\.github\workflows\codeql-analysis.yml
..\.github\workflows\docker-image.yml = ..\.github\workflows\docker-image.yml
..\.github\workflows\docker-publish.yml = ..\.github\workflows\docker-publish.yml
..\.github\workflows\docker-publish-staging.yml = ..\.github\workflows\docker-publish-staging.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitoring", "Monitoring", "{2A82961C-F187-4316-8A4E-19FAECE6EFCE}"
Expand Down

0 comments on commit 7d2a96d

Please sign in to comment.