Skip to content

Commit abd48dc

Browse files
authored
Merge pull request Shopify#185 from Shopify/dependabot/github_actions/actions/attest-build-provenance-2.0.1
Bump actions/attest-build-provenance from 1.4.4 to 2.0.1
2 parents 1d248e2 + 5363657 commit abd48dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: "Sign .tar.gz"
42-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
42+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
4343
with:
4444
subject-path: "dist/*.tar.gz"
4545
- name: "Sign .deb"
46-
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
46+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
4747
with:
4848
subject-path: "dist/*.deb"

0 commit comments

Comments
 (0)