File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ jobs:
421421 - name : " Build commit comment"
422422 id : build-commit-comment
423423 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
424- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
424+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
425425 with :
426426 sha : ${{ github.sha }}
427427 token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ jobs:
363363 - name : " chglog commit comment"
364364 id : chglog-commit-comment
365365 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
366- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
366+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
367367 with :
368368 sha : ${{ needs.check_build.outputs.sha }}
369369 token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ jobs:
296296 - name : " DOCs commit comment"
297297 id : documentation-commit-comment
298298 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
299- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
299+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
300300 with :
301301 sha : ${{ needs.check_mats.outputs.build_sha }}
302302 token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ jobs:
392392 - name : " MATs commit comment"
393393 id : mats-commit-comment
394394 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
395- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
395+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
396396 with :
397397 sha : ${{ needs.check_build.outputs.sha }}
398398 token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ jobs:
716716 - name : " COVERAGE commit comment"
717717 id : coverage-commit-comment
718718 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
719- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
719+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
720720 with :
721721 sha : ${{ needs.check_mats.outputs.build_sha }}
722722 token : ${{ github.token }}
@@ -1279,7 +1279,7 @@ jobs:
12791279 - name : " INTEGRATION commit comment"
12801280 id : integration-commit-comment
12811281 if : ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
1282- uses : peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3 .0.0
1282+ uses : peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4 .0.0
12831283 with :
12841284 sha : ${{ needs.check_mats.outputs.build_sha }}
12851285 token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments