Skip to content

Commit

Permalink
try fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Nov 13, 2024
1 parent 2d191da commit dfb2e3b
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 @@ -30,6 +30,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'

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

0 comments on commit dfb2e3b

Please sign in to comment.