diff --git a/.github/workflows/rhiza_release.yml b/.github/workflows/rhiza_release.yml index 0a34b5d..0af5877 100644 --- a/.github/workflows/rhiza_release.yml +++ b/.github/workflows/rhiza_release.yml @@ -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 @@ -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 }}