From 1bca4f3169331e9b1df5b7a2a84810f299e55ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:31:26 +0000 Subject: [PATCH] build(deps): Bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/d4d6b0936434b21bc8345ad45a440c5f7d2c40ff...0ea0beb66eb9baf113663a64ec522f60e49231c0) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/template-dotnet-run-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-dotnet-run-unit-tests.yml b/.github/workflows/template-dotnet-run-unit-tests.yml index c327bd4..1d52317 100644 --- a/.github/workflows/template-dotnet-run-unit-tests.yml +++ b/.github/workflows/template-dotnet-run-unit-tests.yml @@ -90,7 +90,7 @@ jobs: thresholds: '${{ inputs.coverage-threshold }} 80' - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@d4d6b0936434b21bc8345ad45a440c5f7d2c40ff # v3 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3 if: github.event_name == 'pull_request' with: recreate: true