Skip to content

Commit

Permalink
Update thollander/actions-comment-pull-request action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 5275467 commit bd4eeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/notify-ci-result/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}).
Expand Down Expand Up @@ -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 }}).
Expand Down

0 comments on commit bd4eeaa

Please sign in to comment.