Skip to content

Commit

Permalink
Merge pull request #185 from Shopify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/attest-build-provenance-2.0.1

Bump actions/attest-build-provenance from 1.4.4 to 2.0.1
  • Loading branch information
thepwagner authored Dec 9, 2024
2 parents 1d248e2 + 5363657 commit abd48dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Sign .tar.gz"
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
with:
subject-path: "dist/*.tar.gz"
- name: "Sign .deb"
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
with:
subject-path: "dist/*.deb"

0 comments on commit abd48dc

Please sign in to comment.