File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 token : ${{ secrets.GITHUB_TOKEN }}
5151
5252 - name : Upload CodeQL Security Report
53- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
53+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
5454 with :
5555 name : codeql-report-${{ matrix.language }}
5656 path : report.pdf
@@ -113,7 +113,7 @@ jobs:
113113 run : sarif html --output bandit-report.html results.sarif
114114
115115 - name : Upload Bandit Scan report
116- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
116+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
117117 with :
118118 name : bandit-report
119119 path : bandit-report.html
Original file line number Diff line number Diff line change 3636 - name : Display structure of files
3737 run : ls -R
3838 - name : Upload artifact
39- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
39+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
4040 with :
4141 name : build-artifacts-${{ matrix.os }}
4242 path : |
6666 CIBW_BUILD : cp3*
6767 CIBW_SKIP : ${{ matrix.cibw_skip_args }}
6868 - name : Upload artifact
69- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
69+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
7070 with :
7171 name : build-artifacts-python-${{ matrix.os }}
7272 path : python_dist*/**
You can’t perform that action at this time.
0 commit comments