From d8fe5d3e4556b7e7a28aa99ac7bf45a31711552e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:42:45 +0000 Subject: [PATCH] chore(main): release annotate-coverage 0.2.1 --- .release-please-manifest.json | 2 +- actions/annotate-coverage/CHANGELOG.md | 13 +++++++++++++ actions/annotate-coverage/README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21fae045..1fe70451fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -34,7 +34,7 @@ "actions/go-flaky-tests": "0.1.1", "actions/wait-for-docker-publish": "0.3.0", "actions/download-branch-workflow-artifact": "0.1.0", - "actions/annotate-coverage": "0.2.0", + "actions/annotate-coverage": "0.2.1", "actions/signed-commits-info": "0.1.0", "actions/zizmor-collection-paths": "0.2.0" } diff --git a/actions/annotate-coverage/CHANGELOG.md b/actions/annotate-coverage/CHANGELOG.md index 8e10c8eab2..b683b14c61 100644 --- a/actions/annotate-coverage/CHANGELOG.md +++ b/actions/annotate-coverage/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.1](https://github.com/grafana/shared-workflows/compare/annotate-coverage/v0.2.0...annotate-coverage/v0.2.1) (2026-08-27) + + +### 🐛 Bug Fixes + +* **deps:** update module golang.org/x/tools to v0.48.0 ([#2225](https://github.com/grafana/shared-workflows/issues/2225)) ([4e4e85d](https://github.com/grafana/shared-workflows/commit/4e4e85d19201d242bbbaf00c72fac348b8c2c2ec)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v7 ([#2233](https://github.com/grafana/shared-workflows/issues/2233)) ([80e1047](https://github.com/grafana/shared-workflows/commit/80e1047e842e97d3cf0dc01269955fbede9b8932)) +* **deps:** update module github.com/rogpeppe/go-internal to v1.15.0 ([#2189](https://github.com/grafana/shared-workflows/issues/2189)) ([dc18119](https://github.com/grafana/shared-workflows/commit/dc1811986e78895b6e2951be3dbbf0a14cf7f2ac)) + ## [0.2.0](https://github.com/grafana/shared-workflows/compare/annotate-coverage/v0.1.0...annotate-coverage/v0.2.0) (2026-07-14) diff --git a/actions/annotate-coverage/README.md b/actions/annotate-coverage/README.md index bcca792ab2..c8b2b1edee 100644 --- a/actions/annotate-coverage/README.md +++ b/actions/annotate-coverage/README.md @@ -34,7 +34,7 @@ jobs: go test ./... -coverprofile=.coverage/coverage.out - name: Annotate uncovered lines in PR diff - uses: grafana/shared-workflows/actions/annotate-coverage@annotate-coverage/v0.2.0 + uses: grafana/shared-workflows/actions/annotate-coverage@annotate-coverage/v0.2.1 with: coverage-path: .coverage base-ref: ${{ github.event.pull_request.base.sha }}