File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4242
4343 - name : Jacoco Artifacts
44- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545 with :
4646 name : jacoco
4747 path : ./**/jacoco.xml
Original file line number Diff line number Diff line change 4343 # uploads of run results in SARIF format to the repository Actions tab.
4444 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4747 with :
4848 name : SARIF file
4949 path : results.sarif
Original file line number Diff line number Diff line change 4444 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4545
4646 - name : Jacoco Artifacts
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 name : jacoco
5050 path : ./**/jacoco.xml
You can’t perform that action at this time.
0 commit comments