From 71b2601dc2ceb981ac743691ffe83b87c5e1cd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 07:04:58 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/0ea0beb66eb9baf113663a64ec522f60e49231c0...5770ad5eb8f42dd2c4f34da00c94c5381e49af88) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ai-review.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index e298640..56df960 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -196,7 +196,7 @@ jobs: - name: Post CI failure comment if: github.event_name != 'issue_comment' && steps.ci_check.outputs.ci_passed == 'false' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: AI Review number: ${{ github.event.pull_request.number || github.event.issue.number }} @@ -246,7 +246,7 @@ jobs: # Post "in progress" comment before starting the review - name: Post started comment if: github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: AI Review number: ${{ github.event.pull_request.number || github.event.issue.number }} @@ -276,7 +276,7 @@ jobs: # Post success comment - name: Post review comment if: github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: AI Review number: ${{ github.event.pull_request.number || github.event.issue.number }} @@ -292,7 +292,7 @@ jobs: # Post failure comment (only runs if any previous step failed) - name: Post failure comment if: failure() && (github.event_name == 'issue_comment' || steps.ci_check.outputs.ci_passed == 'true') - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: AI Review number: ${{ github.event.pull_request.number || github.event.issue.number }}