Skip to content

Commit 2fee6dd

Browse files
authored
Merge pull request #229 from reviewdog/pin-install-script-ver
Pin reviewdog install script version with commit SHA
2 parents aed0f1f + a6d32d6 commit 2fee6dd

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
@@ -8,7 +8,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
88
ESLINT_FORMATTER="${GITHUB_ACTION_PATH}/eslint-formatter-rdjson/index.js"
99

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

1414
npx --no-install -c 'eslint --version'

0 commit comments

Comments
 (0)