From 2ca3c700c52122f75289e8a5e09eec6ec7179a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:16:56 +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 | 4 ++-- .github/workflows/release-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7d955af..4bb33f0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,13 +26,13 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - 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 dc7057c..4137ece 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,13 +25,13 @@ jobs: dotnet-version: 8.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 84bea345d8a65c087caa5f84ac1346c7844d529b Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 16 Dec 2024 02:47:05 -0600 Subject: [PATCH 2/3] Update ci-build.yml --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4bb33f0..1964d58 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,7 +28,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 @@ -54,4 +54,4 @@ jobs: CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }} CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }} run: | - bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ') \ No newline at end of file + bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ') From 16048827bbe09b82d69b725c680fc73744b7cc03 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 16 Dec 2024 02:47:22 -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 4137ece..3c4da86 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -27,7 +27,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