Skip to content

Commit 78eb027

Browse files
deps: Bump com_github_aignas_rules_shellcheck -> 0.4.0 (#40720)
Fix #40709 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 46227d8 commit 78eb027

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
204204
project_name = "Shellcheck rules for bazel",
205205
project_desc = "Now you do not need to depend on the system shellcheck version in your bazel-managed (mono)repos.",
206206
project_url = "https://github.com/aignas/rules_shellcheck",
207-
version = "0.3.3",
208-
sha256 = "936ece8097b734ac7fab10f833a68f7d646b4bc760eb5cde3ab17beb85779d50",
207+
version = "0.4.0",
208+
sha256 = "cef935ea1088d2b45c5bc3630f8178c91ba367b071af2bfdcd16c042c5efe8ae",
209209
strip_prefix = "rules_shellcheck-{version}",
210210
urls = ["https://github.com/aignas/rules_shellcheck/archive/{version}.tar.gz"],
211-
release_date = "2024-02-15",
211+
release_date = "2025-08-13",
212212
use_category = ["build"],
213213
cpe = "N/A",
214214
license = "MIT",

test/extensions/filters/network/thrift_proxy/driver/generate_fixture.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ else
108108
SERVICE_FLAGS+=("--unix")
109109
"${DRIVER_DIR}/server" "${SERVICE_FLAGS[@]}" &
110110
SERVER_PID="$!"
111-
while [[ ! -a "${SOCKET}" ]]; do
111+
while [[ ! -e "${SOCKET}" ]]; do
112112
sleep 0.1
113113

114114
if ! kill -0 "${SERVER_PID}"; then

0 commit comments

Comments
 (0)