mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-23 11:48:37 +00:00
fix(codeql): Add dotnet 8 setup
This commit is contained in:
parent
2fe06869ec
commit
569c38b9b3
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -27,6 +27,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '8.x.x'
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user