Skip to content

Commit

Permalink
Added setup of dotnet 9 in codeql analysis.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
  • Loading branch information
Johannestegner committed Dec 30, 2024
1 parent cdc2d86 commit 069fb4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2

# Required for now, due to auto script not using dotnet 9 yet.
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.0.x
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
Expand Down

0 comments on commit 069fb4a

Please sign in to comment.