File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414 steps :
1515 - name : Download comment artifact
16- uses : dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
16+ uses : dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
1717 with :
1818 name : pr-comment
1919 path : pr-comment/
Original file line number Diff line number Diff line change 5656 run : ./mvnw -B -q -ff -ntp test jacoco:report
5757 - name : Publish code coverage
5858 if : ${{ matrix.release_build && github.event_name != 'pull_request' }}
59- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
59+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
6060 with :
6161 token : ${{ secrets.CODECOV_TOKEN }}
6262 files : ./target/site/jacoco/jacoco.xml
7070 retention-days : 30
7171 - name : Download base branch coverage
7272 if : ${{ matrix.release_build && github.event_name == 'pull_request' }}
73- uses : dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
73+ uses : dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
7474 continue-on-error : true
7575 with :
7676 workflow : main.yml
You can’t perform that action at this time.
0 commit comments