Skip to content

Commit

Permalink
Update versions GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spassarop committed Dec 20, 2023
1 parent 0623b70 commit 4b8631a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# This prevents errors when automatically installing SDK.
# CodeQL does not install .NET 5.0 nor 6.0.
- name: Setup .NET 5.0 SDK+Runtime
# CodeQL does not install .NET 8.0.
- name: Setup .NET 8.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 5.0.404

- name: Setup .NET 6.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 6.0.101
dotnet-version: 8.0.100

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/netcore_and_netframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Setup .NET Core SDK+Runtime
- name: Setup .NET 8.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 3.1.x

- name: Setup .NET 5.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 5.0.404

- name: Setup .NET 6.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 6.0.101
dotnet-version: 8.0.100

- name: Setup MSBuild for .NET Framework
uses: microsoft/setup-msbuild@v1
Expand Down

0 comments on commit 4b8631a

Please sign in to comment.