Skip to content

Commit ebb16d0

Browse files
Merge pull request #78 from IowaComputerGurus/dependabot/github_actions/gittools/actions-3.1.1
Bump gittools/actions from 3.0.0 to 3.1.1
2 parents 620e782 + 7fc50c9 commit ebb16d0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: .github/workflows/ci-build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v3.0.0
27+
uses: gittools/actions/gitversion/setup@v3.1.1
2828
with:
29-
versionSpec: '6.x'
29+
versionSpec: '6.0.5'
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/execute@v3.0.0
33+
uses: gittools/actions/gitversion/execute@v3.1.1
3434
with:
3535
useConfigFile: true
3636

@@ -81,13 +81,13 @@ jobs:
8181
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
8282
8383
- name: Install GitVersion
84-
uses: gittools/actions/gitversion/setup@v3.0.0
84+
uses: gittools/actions/gitversion/setup@v3.1.1
8585
with:
86-
versionSpec: '6.x'
86+
versionSpec: '6.0.5'
8787

8888
- name: Determine Version
8989
id: gitversion
90-
uses: gittools/actions/gitversion/execute@v3.0.0
90+
uses: gittools/actions/gitversion/execute@v3.1.1
9191
with:
9292
useConfigFile: true
9393

@@ -101,4 +101,4 @@ jobs:
101101
dotnet restore "${{ env.solution-path }}"
102102
dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }}
103103
dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
104-
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
104+
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

Diff for: .github/workflows/release-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
dotnet-version: 8.0.x
2424

2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v3.0.0
26+
uses: gittools/actions/gitversion/setup@v3.1.1
2727
with:
28-
versionSpec: '6.x'
28+
versionSpec: '6.0.5'
2929

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/execute@v3.0.0
32+
uses: gittools/actions/gitversion/execute@v3.1.1
3333
with:
3434
useConfigFile: true
3535

0 commit comments

Comments
 (0)