diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6a26e7..e58cc42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -140,7 +140,7 @@ jobs: apt-get update && apt-get install -y libpcap-dev fi - name: Run Gosec Security Scanner - uses: securego/gosec@v2.24.7 + uses: securego/gosec@v2.25.0 with: args: "-no-fail -fmt sarif -out results.sarif ./..."