From 3ad16c766a50a4b93838b242e02576d6d0876212 Mon Sep 17 00:00:00 2001 From: Nikolay Eskov Date: Fri, 27 Sep 2024 18:19:20 +0300 Subject: [PATCH] Bump securego/gosec from d4617f5 to 2.21.4 (#1505) --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d05931c70..600019660 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run gosec security scanner - uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 + uses: securego/gosec@v2.21.4 with: # with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features. args: "-no-fail -fmt sarif -out gosec.sarif ./..."