[skip ci] Fix GitHub actions (#3625)
This commit is contained in:
parent
78f5e240e2
commit
8f454a0282
3 changed files with 10 additions and 14 deletions
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
|
|
@ -48,9 +48,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Swashbuckle CLI
|
||||
shell: bash
|
||||
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue