diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 7898168..62de2b9 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Run Gosec Security Scanner - uses: securego/gosec@849570622f56a251c015c0e2417aebafc0216e17 # master, gosec 2.26.1 + uses: securego/gosec@1769a22fd149bfd9e5e546e06a7f9d596eab2f65 # master, gosec 2.26.1 with: args: "-no-fail -fmt sarif -out results.sarif ./..."