Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/publish-oci-boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Attest image provenance
if: ${{ !inputs.dry_run }}
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository_owner }}/prx/beadsd-box
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Attest image provenance
if: ${{ !inputs.dry_run }}
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository_owner }}/prx/forge-d-box
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Attest image provenance
if: ${{ !inputs.dry_run }}
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository_owner }}/prx/concierged-box
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Attest image provenance
if: ${{ !inputs.dry_run }}
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository_owner }}/prx/dolt-box
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
- name: Attest image provenance
if: ${{ !inputs.dry_run }}
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository_owner }}/prx/nix-builder-box
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# After the binary is built: a failed attestation must not block the release.
- name: Attest build provenance
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-path: prx-${{ matrix.target }}

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
# The image is already pushed above; a failed attestation must not fail the job.
- name: Attest image provenance
continue-on-error: true
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.build.outputs.digest }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: List assets
run: ls -l release-assets
- name: Create draft release with both assets
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
with:
draft: true
files: |
Expand Down