From 8aeb767d80987bdae6584543fec0725f39955def Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 4 Dec 2025 02:45:39 +0900 Subject: [PATCH] ci: Pin create-release reusable workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ef513b6..3799cd59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,8 @@ jobs: create-release-manifest-schema: if: github.repository_owner == 'taiki-e' && startsWith(github.ref_name, 'install-action-manifest-schema-') - uses: taiki-e/github-actions/.github/workflows/create-release.yml@main + # TODO: use new rust-release workflow + uses: taiki-e/github-actions/.github/workflows/create-release.yml@853cebf868aa2dce1470668df24176803e05adc8 with: crates: tools/manifest-schema changelog: tools/manifest-schema/CHANGELOG.md