From f6e53f7caeed1343e7261bb5ac72d8fa1f5d0056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:41:45 +0000 Subject: [PATCH] chore(deps): update actions/attest-sbom action to v4 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4d89a8b45e..45556cb338 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -50,7 +50,7 @@ jobs: - name: Generate SBOM run: npm sbom --sbom-format=cyclonedx --omit=dev --omit=peer --workspace=${{ matrix.release }} > sbom.json - name: Attest SBOM - uses: actions/attest-sbom@v3 + uses: actions/attest-sbom@v4 with: subject-path: ${{ matrix.release }}/package.json sbom-path: ./sbom.json