Skip to content

Commit 3fac49c

Browse files
committed
Update remaining workflows
1 parent 38a3a72 commit 3fac49c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/debug-artifacts-failure-safe.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- uses: actions/setup-go@v6
5555
with:
5656
go-version: ^1.13.1
57+
- name: Install .NET
58+
uses: actions/setup-dotnet@v5
59+
with:
60+
dotnet-version: '9.x'
5761
- uses: ./../action/init
5862
with:
5963
tools: ${{ steps.prepare-test.outputs.tools-url }}

.github/workflows/debug-artifacts-safe.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- uses: actions/setup-go@v6
5151
with:
5252
go-version: ^1.13.1
53+
- name: Install .NET
54+
uses: actions/setup-dotnet@v5
55+
with:
56+
dotnet-version: '9.x'
5357
- uses: ./../action/init
5458
id: init
5559
with:

.github/workflows/test-codeql-bundle-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
version: ${{ matrix.version }}
4545
use-all-platform-bundle: true
46+
- name: Install .NET
47+
uses: actions/setup-dotnet@v5
48+
with:
49+
dotnet-version: '9.x'
4650
- id: init
4751
uses: ./../action/init
4852
with:

0 commit comments

Comments
 (0)