diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de92d49..1fd5d619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -366,7 +366,7 @@ jobs: body-includes: Fuzzing report - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5.0.0 if: steps.PR.outputs.pr_found == 'true' with: comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index dee222e2..653f395f 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -58,7 +58,7 @@ jobs: body-includes: Static analysis report - name: Create or update comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@cf911f109bd9a26f1d626a8c3276384ddec0e552 # v4.0.0 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}