[skip ci] Fix GitHub actions (#3625)

This commit is contained in:
Fesaa 2025-03-13 15:21:10 +00:00 committed by GitHub
parent 78f5e240e2
commit 8f454a0282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 14 deletions

View file

@ -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