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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
chmod +x "$install_dir/fledge"
echo "$install_dir" >> "$GITHUB_PATH"
- name: Validate tagged source contract
uses: CorvidLabs/spec-sync@ef3678c2587f446e8f154f722765791ba0a8eaea # v5.2.0
uses: CorvidLabs/spec-sync@342bd053d410211c16fcd041a9eb94ed53012fe2 # v5.2.0
with:
version: "5.2.0"
root: .
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
fledge trust adopt --dry-run --root "$FIXTURE"
fledge trust adopt --root "$FIXTURE"
- name: Install pinned SpecSync 5.2.0
uses: CorvidLabs/spec-sync@ef3678c2587f446e8f154f722765791ba0a8eaea # v5.2.0
uses: CorvidLabs/spec-sync@342bd053d410211c16fcd041a9eb94ed53012fe2 # v5.2.0
with:
version: "5.2.0"
root: ${{ runner.temp }}/trust-tag-dogfood
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ runs:
- name: Contract gate
if: steps.config.outputs.contract_enabled == 'true'
id: contract
uses: CorvidLabs/spec-sync@ef3678c2587f446e8f154f722765791ba0a8eaea
uses: CorvidLabs/spec-sync@342bd053d410211c16fcd041a9eb94ed53012fe2
with:
version: ${{ steps.config.outputs.specsync_version }}
download-base-url: ${{ steps.config.outputs.specsync_download_base_url }}
Expand Down
Loading