Skip to content

Commit b55dd17

Browse files
Update actions/setup-dotnet action to v4.3.1
1 parent ec2cfd5 commit b55dd17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
3838

3939
- name: Install .NET
40-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
40+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4141
with:
4242
dotnet-version: |
4343
3.1.x

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ github.event_name == 'pull_request' }}
4141

4242
- name: Install .NET
43-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
43+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
4444
with:
4545
dotnet-version: |
4646
3.1.x

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
5151
5252
- name: Install .NET
53-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
53+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5454
with:
5555
dotnet-version: |
5656
3.1.x

0 commit comments

Comments
 (0)