Skip to content

Commit 6a4a131

Browse files
[UPDATE] (deps): Bump peter-evans/commit-comment in /.github/workflows
Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](peter-evans/commit-comment@5a6f828...f6d60c6) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f809b45 commit 6a4a131

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/CI-CHGLOG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/CI-DOCS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/CI-MATs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)