Skip to content

Commit 598aa8b

Browse files
Bump .NET SDK to 9.0.302/8.0.412 (#4300)
* Bump dotnet/sdk in /docker Bumps dotnet/sdk from 9.0.301-bookworm-slim to 9.0.302-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.302-bookworm-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump .NET SDK ti 9.0.302/8.0.412 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent 0ebf79e commit 598aa8b

14 files changed

+31
-31
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3434
with:
3535
dotnet-version: |
36-
8.0.411
37-
9.0.301
36+
8.0.412
37+
9.0.302
3838
3939
- name: Check for NuGet packages cache
4040
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3737
with:
3838
dotnet-version: |
39-
8.0.411
40-
9.0.301
39+
8.0.412
40+
9.0.302
4141
4242
- name: Check for NuGet packages cache
4343
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
2323
with:
24-
dotnet-version: 9.0.301
24+
dotnet-version: 9.0.302
2525

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

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
7272
with:
7373
dotnet-version: |
74-
8.0.411
75-
9.0.301
74+
8.0.412
75+
9.0.302
7676
7777
- name: Check for NuGet packages cache
7878
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -130,8 +130,8 @@ jobs:
130130
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
131131
with:
132132
dotnet-version: |
133-
8.0.411
134-
9.0.301
133+
8.0.412
134+
9.0.302
135135
136136
- name: Check for NuGet packages cache
137137
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -173,8 +173,8 @@ jobs:
173173
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
174174
with:
175175
dotnet-version: |
176-
8.0.411
177-
9.0.301
176+
8.0.412
177+
9.0.302
178178
179179
- name: Check for NuGet packages cache
180180
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -273,8 +273,8 @@ jobs:
273273
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
274274
with:
275275
dotnet-version: |
276-
8.0.411
277-
9.0.301
276+
8.0.412
277+
9.0.302
278278
279279
- name: Check for NuGet packages cache
280280
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
7979
with:
8080
dotnet-version: |
81-
8.0.411
82-
9.0.301
81+
8.0.412
82+
9.0.302
8383
8484
# If the analyze step fails for one of the languages you are analyzing with
8585
# "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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3030
with:
31-
dotnet-version: 9.0.301
31+
dotnet-version: 9.0.302
3232

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

.github/workflows/release-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
1717
with:
1818
dotnet-version: |
19-
8.0.411
20-
9.0.301
19+
8.0.412
20+
9.0.302
2121
2222
- name: Test the PowerShell module instructions from README.md
2323
shell: powershell
@@ -67,8 +67,8 @@ jobs:
6767
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6868
with:
6969
dotnet-version: |
70-
8.0.411
71-
9.0.301
70+
8.0.412
71+
9.0.302
7272
7373
- name: Install MacOS CoreUtils
7474
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
4242
with:
4343
dotnet-version: |
44-
8.0.411
45-
9.0.301
44+
8.0.412
45+
9.0.302
4646
4747
- name: Run BuildTracer and ManagedTests
4848
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.301-alpine3.21@sha256:cec8f5d4537ff29112274379401142fa73d97fcc9f174dc1c623c29dcaef24c1
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.302-alpine3.21@sha256:60bd1997ac6a5d3c838a45256fbf1d7da538f2508eabdccc81f24682be968972
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
@@ -20,7 +20,7 @@ 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 8.0.411 --install-dir /usr/share/dotnet --no-path \
23+
&& ./dotnet-install.sh -v 8.0.412 --install-dir /usr/share/dotnet --no-path \
2424
&& rm dotnet-install.sh
2525

2626
WORKDIR /project

docker/centos-stream9.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN dnf install -y \
77
COPY ./scripts/dotnet-install.sh ./dotnet-install.sh
88

99
RUN chmod +x ./dotnet-install.sh \
10-
&& ./dotnet-install.sh -v 9.0.301 --install-dir /usr/share/dotnet --no-path \
11-
&& ./dotnet-install.sh -v 8.0.411 --install-dir /usr/share/dotnet --no-path \
10+
&& ./dotnet-install.sh -v 9.0.302 --install-dir /usr/share/dotnet --no-path \
11+
&& ./dotnet-install.sh -v 8.0.412 --install-dir /usr/share/dotnet --no-path \
1212
&& rm dotnet-install.sh
1313

1414
ENV PATH="$PATH:/usr/share/dotnet"

0 commit comments

Comments
 (0)