2 Commits

Author SHA1 Message Date
renovate[bot]
9ae4901a14 chore(actions): update softprops/action-gh-release action (v2.5.0 → v2.6.1)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 01:41:49 +00:00
renovate[bot]
347faa80d1 chore(deps)!: update marocchino/sticky-pull-request-comment action (v2.9.4 → v3.0.2) (#105) 2026-03-16 03:41:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ jobs:
composer archive --format=zip --dir=release --file=monolog-gdpr-filter-${{ steps.tag.outputs.name }}
- name: Create Release
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
with:
name: ${{ steps.tag.outputs.name }}
body: ${{ steps.changelog.outputs.content }}

View File

@@ -55,7 +55,7 @@ jobs:
cat code-coverage-details.md >> "$GITHUB_STEP_SUMMARY"
- name: "Add Code Coverage Summary as PR Comment"
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
if: github.event_name == 'pull_request'
with:
recreate: true