From 25416e7e3dbf8d8dc4a16bfd6ebb8d2f47c220be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:51:40 +0000 Subject: [PATCH 1/3] Bump gittools/actions from 3.0.1 to 3.1.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.1 to 3.1.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v3.0.1...v3.1.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 8 ++++---- .github/workflows/release-build.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ac2c5f5..3fd973c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,13 +24,13 @@ jobs: dotnet-version: 6.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true @@ -77,13 +77,13 @@ jobs: dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 45f543c..7a557a2 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -23,13 +23,13 @@ jobs: dotnet-version: 6.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.1 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.1 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true From a1396015de276fcecc5e86bdd58b205995324990 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 16 Dec 2024 02:48:32 -0600 Subject: [PATCH 2/3] Update ci-build.yml --- .github/workflows/ci-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3fd973c..fc1aa3c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.1.1 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion @@ -79,7 +79,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.1.1 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion @@ -97,4 +97,4 @@ jobs: dotnet restore "${{ env.solution-path }}" dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }} dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx" - .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file + .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" From e822980d24b6acd903d1f9b59b95e06513375a2a Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 16 Dec 2024 02:48:46 -0600 Subject: [PATCH 3/3] Update release-build.yml --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 7a557a2..f3c8fd6 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.1.1 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion