File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 - name : Check package
2626 run : pixi run -e build check-wheel
2727 - name : Upload package
28- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
28+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2929 with :
3030 name : artifact
3131 path : dist/*
3939 id-token : write
4040 environment : pypi
4141 steps :
42- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
42+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4343 with :
4444 name : artifact
4545 path : dist
Original file line number Diff line number Diff line change 6868 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969 # format to the repository Actions tab.
7070 - name: "Upload artifact"
71- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
71+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7272 with:
7373 name: SARIF file
7474 path: results.sarif
7777 # Upload the results to GitHub's code scanning dashboard (optional).
7878 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7979 - name: "Upload to code-scanning"
80- uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
80+ uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
8181 with:
8282 sarif_file: results.sarif
8383{% - endraw %}
You can’t perform that action at this time.
0 commit comments