This repository was archived by the owner on Jul 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121jobs :
2222 benchmark :
23- uses : jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v0.19.9
23+ uses : jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.0.0
2424 secrets : inherit
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
2929
3030jobs :
3131 book :
32- uses : jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v0.19.9
32+ uses : jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.0.0
3333 secrets : inherit
3434 permissions :
3535 contents : read
Original file line number Diff line number Diff line change 2626
2727jobs :
2828 ci :
29- uses : jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.19.9
29+ uses : jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.0.0
3030 secrets : inherit
Original file line number Diff line number Diff line change 2626
2727jobs :
2828 codeql :
29- uses : jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.19.9
29+ uses : jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.0.0
3030 secrets : inherit
3131 permissions :
3232 security-events : write # Upload CodeQL results to code scanning
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ permissions:
3434
3535jobs :
3636 fuzzing :
37- uses : jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v0.19.9
37+ uses : jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v1.0.0
3838 secrets : inherit
3939 permissions :
4040 contents : read
Original file line number Diff line number Diff line change 2828
2929jobs :
3030 marimo :
31- uses : jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v0.19.9
31+ uses : jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.0.0
3232 secrets : inherit
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221221 version : " 0.11.16"
222222
223223 - name : Configure git auth for private packages
224- uses : jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.9
224+ uses : jebel-quant/rhiza/.github/actions/configure-git-auth@v1.0.0
225225 with :
226226 token : ${{ secrets.GH_PAT }}
227227
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ permissions: read-all
3636
3737jobs :
3838 scorecard :
39- uses : jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v0.19.9
39+ uses : jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.0.0
4040 secrets : inherit
4141 permissions :
4242 security-events : write # Upload the SARIF results to code scanning
Original file line number Diff line number Diff line change 3535
3636jobs :
3737 sync :
38- uses : jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.19.9
38+ uses : jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v1.0.0
3939 with :
4040 direct : ${{ github.event_name == 'push' }}
4141 create-pr : ${{ github.event_name != 'push' && (github.event_name == 'schedule' || inputs.create-pr == true) }}
Original file line number Diff line number Diff line change 2828
2929jobs :
3030 weekly :
31- uses : jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v0.19.9
31+ uses : jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.0.0
3232 secrets : inherit
You can’t perform that action at this time.
0 commit comments