Skip to content

Commit

Permalink
[FIX] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andryushchenko committed Nov 14, 2022
1 parent 2e3523c commit cb84864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v3
- name: .NET setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit cb84864

Please sign in to comment.