From c798ca6ce64e839f89137013f4991e67ba08fc7a Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 18 Nov 2024 01:22:48 +0000 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a29e708..bb536b2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,10 +63,10 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # Setup .NET 9.0 SDK - - name: Setup .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: '9.0.x' # Use the latest 9.0 SDK + - name: Setup .NET + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '9.0.x' # Use the latest 9.0 SDK # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild