File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - name : Check package
2525 run : pixi run -e build check-wheel
2626 - name : Upload package
27- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
27+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
2828 with :
2929 name : artifact
3030 path : dist/*
3838 id-token : write
3939 environment : pypi
4040 steps :
41- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
41+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4242 with :
4343 name : artifact
4444 path : dist
Original file line number Diff line number Diff line change 6565 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666 # format to the repository Actions tab.
6767 - name : " Upload artifact"
68- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
68+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6969 with :
7070 name : SARIF file
7171 path : results.sarif
7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
77+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments