From 858ad513392c5257f1405ebbcb23b304b3519f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:36:05 +0000 Subject: [PATCH] chore(deps): bump actions/attest-sbom from 3.0.0 to 4.1.0 Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-sbom/compare/4651f806c01d8637787e274ac3bdf724ef169f34...c604332985a26aa8cf1bdc465b92731239ec6b9e) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5971f81..40fc483 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -360,22 +360,22 @@ jobs: with: subject-path: release/public/* - name: Attest local package SBOM - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-node.tar.gz sbom-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-node.spdx.json - name: Attest Pi adapter SBOM - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: release/public/plannotator-artifact-server-pi-${{ needs.verify.outputs.version }}.tgz sbom-path: release/public/plannotator-artifact-server-pi-${{ needs.verify.outputs.version }}.spdx.json - name: Attest OpenCode adapter SBOM - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: release/public/plannotator-artifact-server-opencode-${{ needs.verify.outputs.version }}.tgz sbom-path: release/public/plannotator-artifact-server-opencode-${{ needs.verify.outputs.version }}.spdx.json - name: Attest Claude channel SBOM - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: release/public/plannotator-artifact-server-claude-channel-${{ needs.verify.outputs.version }}.tgz sbom-path: release/public/plannotator-artifact-server-claude-channel-${{ needs.verify.outputs.version }}.spdx.json @@ -386,14 +386,14 @@ jobs: subject-digest: ${{ steps.image.outputs.digest }} push-to-registry: true - name: Attest image SBOM in GHCR - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-name: ${{ steps.image.outputs.name }} subject-digest: ${{ steps.image.outputs.digest }} sbom-path: release/public/artifact-server-${{ needs.verify.outputs.version }}-oci-linux-amd64.spdx.json push-to-registry: true - name: Attest arm64 image SBOM in GHCR - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-name: ${{ steps.image.outputs.name }} subject-digest: ${{ steps.image.outputs.digest }}