1 Commits

Author SHA1 Message Date
renovate[bot]
d0b950f2ef chore(actions): update softprops/action-gh-release action (v2.5.0 → v2.6.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-15 21:55:49 +00: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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0
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@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
if: github.event_name == 'pull_request'
with:
recreate: true