Skip to content
Open
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@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v0.19.9
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 @@ -24,7 +24,7 @@ on:

jobs:
book:
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v0.19.9
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 @@ -21,5 +21,5 @@ on:

jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.19.9
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 @@ -29,5 +29,5 @@ on:

jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.19.9
secrets: inherit
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@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v0.19.9
secrets: inherit
12 changes: 6 additions & 6 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
version: "0.11.16"

- name: Configure git auth for private packages
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.1
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.9
with:
token: ${{ secrets.GH_PAT }}

Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

- name: Install Python for SBOM generation
if: hashFiles('pyproject.toml') != ''
uses: actions/setup-python@v6.2.0
uses: actions/setup-python@v6.3.0
with:
python-version-file: .python-version

Expand All @@ -271,7 +271,7 @@ jobs:
# Attest only the JSON format as it's the canonical machine-readable format.
# The XML format is provided for compatibility but doesn't need separate attestation.
if: hashFiles('pyproject.toml') != '' && github.event.repository.private == false
uses: actions/attest@v4.1.0
uses: actions/attest@v4.1.1
with:
subject-path: sbom.cdx.json
sbom-path: sbom.cdx.json
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:

- name: Set up Python
if: steps.check_conda.outputs.should_generate == 'true'
uses: actions/setup-python@v6.2.0
uses: actions/setup-python@v6.3.0
with:
python-version-file: .python-version

Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:

- name: Login to Container Registry
if: steps.check_publish.outputs.should_publish == 'true'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.4.0
with:
registry: ${{ steps.registry.outputs.registry }}
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
uv sync --all-extras --all-groups --frozen

- name: Set up Python
uses: actions/setup-python@v6.2.0
uses: actions/setup-python@v6.3.0

- name: Generate Devcontainer Link
id: devcontainer_link
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

jobs:
sync:
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.19.9
with:
direct: ${{ github.event_name == 'push' }}
create-pr: ${{ github.event_name != 'push' && (github.event_name == 'schedule' || inputs.create-pr == true) }}
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@v0.19.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v0.19.9
secrets: inherit
Loading