Skip to content

Commit 06a791b

Browse files
authored
Update .NET SDK minimum version and install procedure for smoke tests (#1445)
* Supress CodeQL Warning in SPDX parsing * Update .NET SDK version * Update dotnet install for smoke tests
1 parent 7389d7d commit 06a791b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343

4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
45+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4646

4747
- name: Install Apache Ivy
4848
run: curl https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.tar.gz | tar xOz apache-ivy-2.5.2/ivy-2.5.2.jar > /usr/share/ant/lib/ivy.jar

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.408",
4-
"rollForward": "latestMinor"
3+
"version": "8.0.411",
4+
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)