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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
28+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2929 with :
3030 name : artifact
3131 path : dist/*
3939 id-token : write
4040 environment : pypi
4141 steps :
42- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
42+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
80+ uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
8181 with:
8282 sarif_file: results.sarif
8383{% - endraw %}
You can’t perform that action at this time.
0 commit comments