From 72d7dbbd441fb00a9233c6970b72fe6f8d45edaf Mon Sep 17 00:00:00 2001 From: haya14busa Date: Tue, 18 Mar 2025 15:58:07 +0900 Subject: [PATCH] Pin reviewdog install script version with commit SHA --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 0d9628e..f44a805 100755 --- a/script.sh +++ b/script.sh @@ -32,7 +32,7 @@ __run_reviewdog() { cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1 echo '::group:: Installing reviewdog 🐶 ... https://github.com/reviewdog/reviewdog' -curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1 +curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1 echo '::endgroup::' npx --no-install -c 'stylelint --version'