diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95624cc..5fe5011 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,12 +77,12 @@ jobs: with: subject-path: "dist/*" - name: 📝 Attest the probatio SBOM against its wheel - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: ${{ env.WHEEL_PROBATIO }} sbom-path: probatio.cdx.json - name: 📝 Attest the pytest-probatio SBOM against its wheel - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: ${{ env.WHEEL_PYTEST }} sbom-path: pytest-probatio.cdx.json