Skip to content

Commit 64ba54e

Browse files
Update dependency securego/gosec to v2.22.4
1 parent f1d4b6d commit 64ba54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MOCKGEN := $(TOOLS_BIN_DIR)/mockgen
1212

1313
# default tool versions
1414
# renovate: datasource=github-releases depName=securego/gosec
15-
GOSEC_VERSION ?= v2.22.3
15+
GOSEC_VERSION ?= v2.22.4
1616

1717
export TOOLS_BIN_DIR := $(TOOLS_BIN_DIR)
1818
export PATH := $(abspath $(TOOLS_BIN_DIR)):$(PATH)

0 commit comments

Comments
 (0)