Skip to content

Commit d6f54e6

Browse files
chore(deps): pin marocchino/sticky-pull-request-comment action to v2.9.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa4ddb1 commit d6f54e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-semantic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Note that a second check will be reported if this is enabled.
5050
wip: true
5151

52-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
52+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
5353
# When the previous steps fails, the workflow would stop. By adding this
5454
# condition you can continue the execution with the populated error message.
5555
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Delete a previous comment when the issue has been resolved
7070
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
71-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
71+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
7272
with:
7373
header: pr-title-lint-error
7474
delete: true

0 commit comments

Comments
 (0)