Skip to content

Commit 6179c7c

Browse files
committed
Pin reviewdog install script version with commit SHA
1 parent 6eabee4 commit 6179c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TEMP_PATH="$(mktemp -d)"
1313
PATH="${TEMP_PATH}:$PATH"
1414

1515
echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
16-
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
16+
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
1717
echo '::endgroup::'
1818

1919
if [ "${INPUT_SKIP_INSTALL}" = "false" ]; then

0 commit comments

Comments
 (0)