Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 18, 2024
1 parent ed12a03 commit c798ca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# Setup .NET 9.0 SDK
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x' # Use the latest 9.0 SDK
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x' # Use the latest 9.0 SDK

# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit c798ca6

Please sign in to comment.