From 9c372f7651569bafece0c7d587e059a2172205f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:38:04 +1000 Subject: [PATCH] build(deps): bump gittools/actions from 1.1.1 to 3.0.0 (#222) Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.1...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/SonarCloud.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/SonarCloud.yml b/.github/workflows/SonarCloud.yml index 1f257e6..59753c5 100644 --- a/.github/workflows/SonarCloud.yml +++ b/.github/workflows/SonarCloud.yml @@ -28,13 +28,13 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: "5.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v3.0.0 - name: Run tests run: go test -v -coverprofile=coverage.out -covermode=count -json ./... > test-report.out diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41744f1..a12ac64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: "5.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v3.0.0 - name: Bump version and push tag id: tag_version