Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 6c3dccd

Browse files
chore(deps): update github-actions to v2
1 parent f4a80f7 commit 6c3dccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ jobs:
8080
output-file: "sbom.spdx.json"
8181

8282
- name: Attest the binaries and archives
83-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
83+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
8484
with:
8585
subject-path: "${{ github.workspace }}/dist"
8686

8787
- name: Attest bill of materials (SBOM)
88-
uses: actions/attest-sbom@5026d3663739160db546203eeaffa6aa1c51a4d6 # v1.4.1
88+
uses: actions/attest-sbom@cbfd0027ae731a5892db25ecd226930d7ffd19eb # v2.1.0
8989
with:
9090
subject-path: "${{ github.workspace }}/dist"
9191
sbom-path: "sbom.spdx.json"
9292

9393
- name: Attest container images
94-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
94+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
9595
id: attest
9696
with:
9797
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)