From e874c8c6a9666c0920ee5c55388e7bb74a91eb6b Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 6 Feb 2025 19:47:13 +0100 Subject: [PATCH] Use sha of 3rd party action --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fd483a8..0e0d7da 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,7 +44,7 @@ jobs: - name: Find latest stable release of kiwix-apple, unless triggering tag indicates develop branch if: ${{ !contains(github.ref, '_dev') }} id: kiwix_latest_release - uses: joutvhu/get-release@v1.0.3 + uses: joutvhu/get-release@9a8271732adc3299a22f8ad09b0a67eb3aa836ac #v1.0.3 with: latest: true prerelease: false