Skip to content

Commit

Permalink
Merge pull request #103 from thepwagner-org/renovate/actions-attest-b…
Browse files Browse the repository at this point in the history
…uild-provenance-1.x

chore(deps): update actions/attest-build-provenance action to v1.1.1
  • Loading branch information
thepwagner committed May 11, 2024
2 parents f4cfb9b + 0a5b8e8 commit a518d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang-release-attest.yaml
Expand Up @@ -51,10 +51,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "🔏 Sign .deb"
uses: actions/attest-build-provenance@f8d5ea8082b0d9f5ab855907be308fbd7eefb155 # v1.1.0
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "dist/*.deb"
- name: "🔏 Sign .tar.gz"
uses: actions/attest-build-provenance@f8d5ea8082b0d9f5ab855907be308fbd7eefb155 # v1.1.0
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "dist/*.tar.gz"

0 comments on commit a518d26

Please sign in to comment.