File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 echo "Future enhancement: Historical trend analysis across multiple runs" | tee -a trend-report.txt
207207
208208 - name : Upload benchmark results
209- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
209+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
210210 with :
211211 name : benchmark-results-${{ github.event_name == 'schedule' && format('scheduled-{0}', github.run_number) || 'pr' }}
212212 path : |
Original file line number Diff line number Diff line change 9999 continue-on-error : true
100100
101101 - name : Upload analysis report
102- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
102+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
103103 with :
104104 name : workspace-analysis
105105 path : workspace-analysis.json
Original file line number Diff line number Diff line change 5757 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858 # format to the repository Actions tab.
5959 - name : Upload artifact
60- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
60+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6161 with :
6262 name : SARIF file
6363 path : results.sarif
You can’t perform that action at this time.
0 commit comments