Skip to content

Commit

Permalink
chore(deps): bump peter-evans/commit-comment from 2 to 3 (#4082)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/commit-comment/releases)
- [Commits](peter-evans/commit-comment@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/commit-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 21cbd96 commit a7aa1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-build-push-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
docker push ${TARGET_REPOSITORY}:${{ steps.image_info.outputs.tag }}
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: "!(steps.should_publish.outputs.targets == '')"
with:
body: "Docker Tag: ${{ steps.image_info.outputs.tag }}"
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
title: Backend Code Coverage

- name: Create Code Coverage comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
with:
body: |
Total coverage (common): ${{ steps.jacoco-common.outputs.coverage-overall }}
Expand Down

2 comments on commit a7aa1fa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: main-2023-09-26T14-46-14--a7aa1fa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.01
Total coverage (server): 61.37

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.