Skip to content

Commit

Permalink
Update .github/workflows/codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 18, 2024
1 parent 813fe25 commit ed12a03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ 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

# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand All @@ -79,4 +85,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
category: "/language:${{matrix.language}}"

0 comments on commit ed12a03

Please sign in to comment.