From 9fbeed7e93db2057f2de6f7cd780acc62905b381 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 24 Sep 2024 15:26:02 +0100 Subject: [PATCH] Revert "build(deps): bump securego/gosec from 2.20.0 to 2.21.3 in the github-actions group across 1 directory" Signed-off-by: Maryam Tahhan --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 45836c68ff..cb441aaa08 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@be8bd6e40be105333f2bc783ba8d688154441559 # v2.21.3 + uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0 with: # Arguments for gosec, -no-fail to not fail the workflow based on findings args: -no-fail -fmt sarif -out gosec-results.sarif ./...