Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:

jobs:
benchmark:
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.5.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:

jobs:
book:
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.5.1
secrets: inherit
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ on:

jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.5.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.5.1
secrets: inherit
permissions:
security-events: write # Upload CodeQL results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
marimo:
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.5.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

jobs:
paper:
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.5.1
secrets: inherit
# `contents: read` only. The `write` scope this stub used to grant existed solely for
# the retired branch push; compiling and uploading an artifact need no write access.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions: read-all

jobs:
scorecard:
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.5.1
secrets: inherit
permissions:
security-events: write # Upload the SARIF results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
weekly:
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.5.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.5.1
secrets: inherit
6 changes: 3 additions & 3 deletions .rhiza/template.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sha: 8ef5b50907aaf9c29aaf24c8c8de34a015f486a6
sha: de568b1e79e5871c58b4349762ce9dfd31d73e99
repo: jebel-quant/rhiza
host: github
ref: v1.5.0
ref: v1.5.1
include: []
exclude:
- SECURITY.md
Expand Down Expand Up @@ -46,5 +46,5 @@ files:
- pytest.ini
- ruff.toml
- tests/test_rhiza_packaging.py
synced_at: '2026-08-23T11:50:42Z'
synced_at: '2026-08-23T11:57:16Z'
strategy: merge
2 changes: 1 addition & 1 deletion .rhiza/template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repository: "jebel-quant/rhiza"
ref: "v1.5.0"
ref: "v1.5.1"

profiles:
- github-project
Expand Down
Loading