From f5710f551c6270b99eb033af046df94a398a877e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:04:52 +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