Skip to content

Commit e04ffab

Browse files
authored
Merge pull request #51 from reviewdog/pin-install-script-ver
Pin reviewdog install script version with commit SHA
2 parents bddaa4f + 2bf9f4f commit e04ffab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ if [ -z "${TEMP}" ]; then
1313
fi
1414
fi
1515

16-
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh'
16+
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh'
1717
if [ "${VERSION}" = 'nightly' ]; then
18-
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh'
18+
INSTALL_SCRIPT='https://raw.githubusercontent.com/reviewdog/nightly/30fccfe9f47f7e6fd8b3c38aa0da11a6c9f04de7/install.sh'
1919
VERSION='latest'
2020
fi
2121

0 commit comments

Comments
 (0)