Skip to content

Commit 1660089

Browse files
Bump .NET SDK to 10.0.102/9.0.309/8.0.417 (#4764)
* Bump dotnet/sdk in /docker Bumps dotnet/sdk from 9.0.308-bookworm-slim to 9.0.309-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.309-bookworm-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump .NET SDK to 10.0.102/9.0.309/8.0.417 * generated files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
1 parent ef260ee commit 1660089

File tree

16 files changed

+48
-48
lines changed

16 files changed

+48
-48
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
3434
with:
3535
dotnet-version: |
36-
8.0.416
37-
9.0.308
38-
10.0.101
36+
8.0.417
37+
9.0.309
38+
10.0.102
3939
4040
- name: Check for NuGet packages cache
4141
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
3737
with:
3838
dotnet-version: |
39-
8.0.416
40-
9.0.308
41-
10.0.101
39+
8.0.417
40+
9.0.309
41+
10.0.102
4242
4343
- name: Check for NuGet packages cache
4444
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1

.github/workflows/check-sdk-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
2323
with:
24-
dotnet-version: 10.0.101
24+
dotnet-version: 10.0.102
2525

2626
- name: Run VerifySdkVersions
2727
run: ./build.cmd VerifySdkVersions

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
7272
with:
7373
dotnet-version: |
74-
8.0.416
75-
9.0.308
76-
10.0.101
74+
8.0.417
75+
9.0.309
76+
10.0.102
7777
7878
- name: Check for NuGet packages cache
7979
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
@@ -131,9 +131,9 @@ jobs:
131131
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
132132
with:
133133
dotnet-version: |
134-
8.0.416
135-
9.0.308
136-
10.0.101
134+
8.0.417
135+
9.0.309
136+
10.0.102
137137
138138
- name: Check for NuGet packages cache
139139
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
@@ -175,9 +175,9 @@ jobs:
175175
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
176176
with:
177177
dotnet-version: |
178-
8.0.416
179-
9.0.308
180-
10.0.101
178+
8.0.417
179+
9.0.309
180+
10.0.102
181181
182182
- name: Check for NuGet packages cache
183183
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
@@ -283,9 +283,9 @@ jobs:
283283
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
284284
with:
285285
dotnet-version: |
286-
8.0.416
287-
9.0.308
288-
10.0.101
286+
8.0.417
287+
9.0.309
288+
10.0.102
289289
290290
- name: Check for NuGet packages cache
291291
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
7979
with:
8080
dotnet-version: |
81-
8.0.416
82-
9.0.308
83-
10.0.101
81+
8.0.417
82+
9.0.309
83+
10.0.102
8484
8585
# If the analyze step fails for one of the languages you are analyzing with
8686
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
3030
with:
31-
dotnet-version: 10.0.101
31+
dotnet-version: 10.0.102
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-nextgen-forwarder-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
3434
with:
35-
dotnet-version: 9.0.308
35+
dotnet-version: 9.0.309
3636

3737
- name: Check for NuGet packages cache
3838
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1

.github/workflows/release-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
1717
with:
1818
dotnet-version: |
19-
8.0.416
20-
9.0.308
21-
10.0.101
19+
8.0.417
20+
9.0.309
21+
10.0.102
2222
2323
- name: Test the PowerShell module instructions from README.md
2424
shell: powershell
@@ -68,9 +68,9 @@ jobs:
6868
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
6969
with:
7070
dotnet-version: |
71-
8.0.416
72-
9.0.308
73-
10.0.101
71+
8.0.417
72+
9.0.309
73+
10.0.102
7474
7575
- name: Install MacOS CoreUtils
7676
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
4242
with:
4343
dotnet-version: |
44-
8.0.416
45-
9.0.308
46-
10.0.101
44+
8.0.417
45+
9.0.309
46+
10.0.102
4747
4848
- name: Run BuildTracer and ManagedTests
4949
run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}

docker/alpine.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:10.0.101-alpine3.22@sha256:0fba99926e4f12405c78f37941312f00c1aadb178bd63616f5d96fc2af5a26a9
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0.102-alpine3.22@sha256:bd7f021a8293d1a21a51824b76b15e930c6024bd85bc78859c5f249cb07f3a7e
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
@@ -20,8 +20,8 @@ COPY ./scripts/dotnet-install.sh ./dotnet-install.sh
2020

2121
# Install older SDKs using the install script
2222
RUN chmod +x ./dotnet-install.sh \
23-
&& ./dotnet-install.sh -v 9.0.308 --install-dir /usr/share/dotnet --no-path \
24-
&& ./dotnet-install.sh -v 8.0.416 --install-dir /usr/share/dotnet --no-path \
23+
&& ./dotnet-install.sh -v 9.0.309 --install-dir /usr/share/dotnet --no-path \
24+
&& ./dotnet-install.sh -v 8.0.417 --install-dir /usr/share/dotnet --no-path \
2525
&& rm dotnet-install.sh
2626

2727
WORKDIR /project

0 commit comments

Comments
 (0)