File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 with :
1717 fetch-depth : 0
1818 - name : Set up pixi
19- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
19+ uses : prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
2020 with :
2121 environments : build
2222 - name : Build project
2323 run : pixi run -e build build-wheel
2424 - name : Check package
2525 run : pixi run -e build check-wheel
2626 - name : Upload package
27- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2828 with :
2929 name : artifact
3030 path : dist/*
3838 id-token : write
3939 environment : pypi
4040 steps :
41- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
41+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4242 with :
4343 name : artifact
4444 path : dist
Original file line number Diff line number Diff line change 2020 - name : Checkout branch
2121 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 - name : Set up pixi
23- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
23+ uses : prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
2424 with :
2525 environments : default lint
2626 - name : pre-commit
5858 if : matrix.database == 'mssql'
5959 run : sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
6060 - name : Set up pixi
61- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
61+ uses : prefix-dev/setup-pixi@28eb668aafebd9dede9d97c4ba1cd9989a4d0004 # v0.9.2
6262 with :
6363 environments : ${{ matrix.environment }}
6464 activate-environment : true
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
77+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments