From 037b2a8e3a83aea8f7c216d0ac006e9b9c739561 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:28:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/attest=20?= =?UTF-8?q?action=20to=20v4.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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