Skip to content

Commit 71ed59a

Browse files
authored
Merge pull request #335 from zaproxy/dependabot/github_actions/gha-c941de7852
chore(deps): bump marocchino/sticky-pull-request-comment from 2.9.4 to 3.0.2 in the gha group
2 parents 9a023db + 73d3bdc commit 71ed59a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
20+
- uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
2121
# When the previous steps fails, the workflow would stop. By adding this
2222
# condition you can continue the execution with the populated error message.
2323
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Delete a previous comment when the issue has been resolved
3838
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
39-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
39+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
4040
with:
4141
header: pr-title-lint-error
4242
delete: true

0 commit comments

Comments
 (0)