Skip to content

Commit e646ebc

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [gittools/actions](https://github.com/gittools/actions). Updates `actions/setup-dotnet` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.0...v4.3.1) Updates `gittools/actions` from 3.1.11 to 3.2.0 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72e5902 commit e646ebc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install .NET SDK
6060
if: matrix.language == 'csharp'
61-
uses: actions/setup-dotnet@v4.3.0
61+
uses: actions/setup-dotnet@v4.3.1
6262
with:
6363
dotnet-version: 9.0.x
6464
- name: Build web projects

.github/workflows/dotnet.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install .NET SDK
24-
uses: actions/setup-dotnet@v4.3.0
24+
uses: actions/setup-dotnet@v4.3.1
2525
with:
2626
dotnet-version: 9.0.x
2727
- name: Publish web projects
@@ -54,18 +54,18 @@ jobs:
5454
fetch-depth: 0 #fetch-depth is needed for GitVersion
5555
#Install and calculate the new version with GitVersion
5656
- name: Install GitVersion
57-
uses: gittools/actions/gitversion/setup@v3.1.11
57+
uses: gittools/actions/gitversion/setup@v3.2.0
5858
with:
5959
versionSpec: 5.x
6060
- name: Determine Version
61-
uses: gittools/actions/gitversion/execute@v3.1.11
61+
uses: gittools/actions/gitversion/execute@v3.2.0
6262
id: gitversion # step id used as reference for output values
6363
- name: Display GitVersion outputs
6464
run: |
6565
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
6666
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
6767
- name: Install .NET SDK
68-
uses: actions/setup-dotnet@v4.3.0
68+
uses: actions/setup-dotnet@v4.3.1
6969
with:
7070
dotnet-version: 9.0.x
7171
- name: Publish web projects
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787
- name: Install .NET SDK
88-
uses: actions/setup-dotnet@v4.3.0
88+
uses: actions/setup-dotnet@v4.3.1
8989
with:
9090
dotnet-version: 9.0.x
9191
- name: Publish functional tests project
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
137137
- name: Install .NET SDK
138-
uses: actions/setup-dotnet@v4.3.0
138+
uses: actions/setup-dotnet@v4.3.1
139139
with:
140140
dotnet-version: 9.0.x
141141
- name: Variable Substitution appsettings file for tests
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
177177
- name: Install .NET SDK
178-
uses: actions/setup-dotnet@v4.3.0
178+
uses: actions/setup-dotnet@v4.3.1
179179
with:
180180
dotnet-version: 9.0.x
181181
- name: Cache SonarCloud packages
@@ -319,7 +319,7 @@ jobs:
319319
name: functionalTests
320320
path: ${{ github.workspace }}
321321
- name: Install .NET SDK
322-
uses: actions/setup-dotnet@v4.3.0
322+
uses: actions/setup-dotnet@v4.3.1
323323
with:
324324
dotnet-version: 9.0.x
325325
- name: Run functional smoke tests on website and web service

0 commit comments

Comments
 (0)