Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
- Re-add dotnet setup
  • Loading branch information
HamletTanyavong committed Oct 19, 2023
1 parent e71c91b commit ed39086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit ed39086

Please sign in to comment.