From bd4eeaa4408c32d7dd47841200196694b8229e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:18:27 +0000 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v3 --- .github/actions/notify-ci-result/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/notify-ci-result/action.yml b/.github/actions/notify-ci-result/action.yml index 83bfe717..0e975cf8 100644 --- a/.github/actions/notify-ci-result/action.yml +++ b/.github/actions/notify-ci-result/action.yml @@ -68,7 +68,7 @@ runs: path: ${{ steps.scan_tar.outputs.ARTIFACT_PATH }} - name: Comment scan build result on PR if: ${{ inputs.for == 'scan_build' && github.event_name == 'pull_request' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | Scan-build ${{ inputs.message }}: [#${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}). @@ -98,7 +98,7 @@ runs: path: ${{ inputs.test_logs_path }}/logs - name: Comment run tests result on PR if: ${{ inputs.for == 'run_tests' && github.event_name == 'pull_request' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | Unit-Tests failed: [#${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).