Skip to content

Commit

Permalink
Merge pull request #169 from gliderlabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/attest-build-provenance-2.0.1

chore(deps): bump actions/attest-build-provenance from 2.0.0 to 2.0.1
  • Loading branch information
josegonzalez authored Dec 9, 2024
2 parents 3788cf7 + 75c01d2 commit b1f7a8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
trimpath: true

- name: Attest Build Provenance - darwin-amd64
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-amd64"

- name: Attest Build Provenance - darwin-arm64
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-darwin-arm64"

- name: Attest Build Provenance - linux-amd64
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-amd64"

- name: Attest Build Provenance - linux-arm64
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
subject-path: "dist/${{ steps.repo-name.outputs.REPOSITORY_NAME }}-linux-arm64"

Expand Down

0 comments on commit b1f7a8f

Please sign in to comment.