File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646 continue-on-error : true
4747
4848 - name : Store benchmark results
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050 with :
5151 name : benchmark-results
5252 path : benchmark-results.txt
Original file line number Diff line number Diff line change 9090
9191 - name : Upload coverage HTML report
9292 if : always() && matrix.python-version == '3.12'
93- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
93+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9494 with :
9595 name : coverage-report-${{ matrix.python-version }}
9696 path : htmlcov/
Original file line number Diff line number Diff line change 7070 verbose : true
7171
7272 - name : Upload HTML coverage report
73- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7474 with :
7575 name : coverage-report-html
7676 path : htmlcov/
Original file line number Diff line number Diff line change 4848 category : ossf-scorecard
4949
5050 - name : Upload SARIF as artifact
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : ossf-scorecard-results
5454 path : results.sarif
Original file line number Diff line number Diff line change 6868 category : bandit
6969
7070 - name : Upload Bandit results as artifact
71- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272 if : always()
7373 with :
7474 name : bandit-results
@@ -153,7 +153,7 @@ jobs:
153153 safety check --json --output safety-results.json || true
154154
155155 - name : Upload vulnerability scan results
156- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157157 if : always()
158158 with :
159159 name : dependency-scan-results
You can’t perform that action at this time.
0 commit comments