Enable installDotNet in all workflows that analyse C#

This commit is contained in:
Michael B. Gale
2025-11-13 19:08:57 +00:00
parent 58c9eb6c03
commit 38a3a7258f
37 changed files with 278 additions and 2 deletions
+6
View File
@@ -18,6 +18,11 @@ on:
description: The version of Go to install
required: false
default: '>=1.21.0'
dotnet-version:
type: string
description: The version of .NET to install
required: false
default: 9.x
jobs:
go-custom-queries:
name: 'Go: Custom queries'
@@ -27,6 +32,7 @@ jobs:
uses: ./.github/workflows/__go-custom-queries.yml
with:
go-version: ${{ inputs.go-version }}
dotnet-version: ${{ inputs.dotnet-version }}
go-indirect-tracing-workaround-diagnostic:
name: 'Go: diagnostic when Go is changed after init step'
permissions: