From 254b21caa66481d57d959e4279ba57e8911c13e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=AE=E5=8F=B3?= Date: Mon, 23 Oct 2023 17:17:12 +0800 Subject: [PATCH] Update gosec.yml (#2309) Signed-off-by: sjcsjc123 <1401189096@qq.com> --- .github/workflows/gosec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index a5da3610ee4..04a3e2c1449 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -20,6 +20,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Run Gosec Security Scanner - uses: securego/gosec@master + uses: securego/gosec@v2.14.0 with: - args: ./... \ No newline at end of file + args: ./...