Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
uses: actions/attest@v4.2.2
with:
subject-path: sbom.cdx.json
sbom-path: sbom.cdx.json
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.5.1
uses: docker/login-action@v4.6.0
with:
registry: ${{ steps.registry.outputs.registry }}
username: ${{ github.repository_owner }}
Expand Down