Skip to content

Commit

Permalink
Merge pull request #9 from dokku/dependabot/github_actions/actions/at…
Browse files Browse the repository at this point in the history
…test-build-provenance-1.1.2

chore(deps): bump actions/attest-build-provenance from 1.1.1 to 1.1.2
  • Loading branch information
josegonzalez authored May 18, 2024
2 parents e580064 + cfc0fb7 commit 6238ffb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,27 @@ jobs:
trimpath: true

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

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

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

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

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

Expand Down

0 comments on commit 6238ffb

Please sign in to comment.