File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 if : ${{ github.event_name != 'pull_request' }}
3232 run : |
3333 curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
34- ${{ runner.temp }}/bridge-cli --stage connect \
34+ ${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage connect \
3535 coverity.connect.project.name=${{ github.event.repository.name }} \
3636 coverity.connect.stream.name=${{ github.event.repository.name }}-${{ github.ref_name }} \
3737 coverity.connect.policy.view='Outstanding Issues'
4040 if : ${{ github.event_name == 'pull_request' }}
4141 run : |
4242 curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
43- ${{ runner.temp }}/bridge-cli --stage connect \
43+ ${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage connect \
4444 coverity.connect.project.name=${{ github.event.repository.name }} \
4545 coverity.connect.stream.name=${{ github.event.repository.name }}-${{ github.base_ref }} \
4646 coverity.automation.prcomment=true \
You can’t perform that action at this time.
0 commit comments