File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
4242 with :
4343 name : artifact
4444 path : dist
Original file line number Diff line number Diff line change 2828 GITHUB_TOKEN : ${{ github.token }}
2929 - name : Post comment about invalid PR title
3030 if : failure()
31- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
31+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
3232 with :
3333 header : conventional-commit-pr-title
3434 message : |
4747 </details>
4848 - name : Delete comment about invalid PR title
4949 if : success()
50- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
50+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
5151 with :
5252 header : conventional-commit-pr-title
5353 delete : true
6060 pull-requests : write
6161 steps :
6262 - name : ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }}
63- uses : release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
63+ uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
6464 with :
6565 disable-releaser : ${{ github.event_name == 'pull_request_target' }}
6666 disable-autolabeler : ${{ github.event_name == 'push' }}
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
66+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6767 with :
6868 name : SARIF file
6969 path : results.sarif
You can’t perform that action at this time.
0 commit comments