From 1ec2af03376f3403d9fd93a9353f604158eae5da Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 18 Nov 2021 14:58:31 -1000 Subject: [PATCH] ci - update shellcheck (#12739) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 779d76a42..8cef4b332 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ executors: NODE_OPTIONS: --max_old_space_size=2048 shellcheck: docker: - - image: koalaman/shellcheck-alpine@sha256:35882cba254810c7de458528011e935ba2c4f3ebcb224275dfa7ebfa930ef294 + - image: koalaman/shellcheck-alpine@sha256:dfaf08fab58c158549d3be64fb101c626abc5f16f341b569092577ae207db199 workflows: test_and_release: