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
4 changes: 2 additions & 2 deletions .github/workflows/autorelease-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Install pinned mise
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
with:
version: 2026.7.13
sha256: ef747f4bd944d7cb4efe1832ec6cd29dfdbc217389122fa37c20d116d90c1eb6
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
repository: bigpixelrocket/mise-php
ref: ${{ needs.preflight.outputs.mise_php_sha }}
persist-credentials: false
- uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
- uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
- name: Verify exact and branch-shorthand public installs
env:
LIVE_VERSION: ${{ needs.preflight.outputs.live_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autorelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
repository: bigpixelrocket/mise-php
path: mise-php
persist-credentials: false
- uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4
- uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
- name: Download admitted plan and retained evidence
env:
GH_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autorelease-watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:
> autorelease-plan-download/evidence-attestation-predicate.json
- name: Attest deterministic no-change evidence
if: needs.investigate.outputs.action == 'no_change' && steps.operator.outputs.enabled == 'true' && steps.evidence.outputs.already_recorded == 'false'
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4
with:
subject-path: autorelease-state/last-evidence.json
predicate-type: https://bigpixelrocket.dev/autorelease/evidence-state/v1
Expand Down
Loading