From a61b1a4f578d3b78b7fdc5778af8c98ad01fbf86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:54:37 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20pin=20securego/gosec=20action=20?= =?UTF-8?q?(v2.22.8=20=E2=86=92=20)=20(#52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 3758db7..0dd9d65 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -40,7 +40,7 @@ jobs: # Security Scanning with gosec - name: Run gosec Security Scanner - uses: securego/gosec@v2.22.8 + uses: securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 # v2.22.8 with: args: '-fmt sarif -out gosec-results.sarif ./...'