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