Skip to content

Commit

Permalink
Re-add setup-dotnet
Browse files Browse the repository at this point in the history
Add the step to install the .NET SDK back.
  • Loading branch information
martincostello committed Apr 3, 2024
1 parent d324b8e commit 54daca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Setup .NET SDK
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
with:
Expand Down

0 comments on commit 54daca9

Please sign in to comment.