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 }}