File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919 - name : Set up pixi
20- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
20+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
2121 with :
2222 environments : build
2323 - name : Set version
2424 run : pixi run -e build set-version
2525 - name : Build project
2626 run : pixi run -e build build-sdist
2727 - name : Upload package
28- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
28+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2929 with :
3030 name : sdist
3131 path : dist/*
@@ -52,13 +52,13 @@ jobs:
5252 with :
5353 fetch-depth : 0
5454 - name : Set up pixi
55- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
55+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
5656 with :
5757 environments : build
5858 - name : Set version
5959 run : pixi run -e build set-version
6060 - name : Build wheel
61- uses : PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
61+ uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
6262 with :
6363 command : build
6464 args : --out dist --release -i python3.10
6767 - name : Check package
6868 run : pixi run -e build check-wheel
6969 - name : Upload package
70- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171 with :
7272 name : wheel-${{ matrix.target-platform }}
7373 path : dist/*
8686 path : dist
8787 merge-multiple : true
8888 - name : Publish package on PyPi
89- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
89+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
Original file line number Diff line number Diff line change 1616 pull-requests : read
1717 steps :
1818 - name : Update release draft
19- uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
19+ uses : release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
2020 with :
2121 token : ${{ github.token }}
Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ github.token }}
2626 - name : Post comment about invalid PR title
2727 if : failure()
28- uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
28+ uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
2929 with :
3030 header : conventional-commit-pr-title
3131 message : |
4242 </details>
4343 - name : Delete comment about invalid PR title
4444 if : success()
45- uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
45+ uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
4646 with :
4747 header : conventional-commit-pr-title
4848 delete : true
5454 pull-requests : write
5555 steps :
5656 - name : Assign labels
57- uses : release-drafter/release-drafter/autolabeler@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
57+ uses : release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
5858 with :
5959 token : ${{ github.token }}
Original file line number Diff line number Diff line change 2424 # needed for 'pre-commit-mirrors-insert-license'
2525 fetch-depth : 0
2626 - name : Set up pixi
27- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
27+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
2828 with :
2929 environments : default lint polars-minimal
3030 - name : Install Rust
6363 - name : Checkout branch
6464 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565 - name : Set up pixi
66- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
66+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
6767 with :
6868 environments : ${{ matrix.environment }}
6969 # FIXME: Remove when `s3_server` fixture does not start a process anymore
7777 - name : Run pytest
7878 run : pixi run -e ${{ matrix.environment }} test-coverage --color=yes ${{ matrix.with_optionals && '-m with_optionals' || '-m "not with_optionals"'}} --cov=dataframely --cov-report=xml
7979 - name : Upload codecov
80- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
80+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8181 with :
8282 files : ./coverage.xml
8383 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1515 - name : Checkout branch
1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Set up pixi
18- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
18+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
1919 with :
2020 environments : default
2121 - name : Install Rust
Original file line number Diff line number Diff line change 2525 - name : Checkout branch
2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - name : Set up pixi
28- uses : prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
28+ uses : prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
2929 with :
3030 environments : nightly
3131 - name : Install polars nightly
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
68+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
77+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments