diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index 7407a7c9..183c065d 100644 --- a/.github/workflows/static-scan.yml +++ b/.github/workflows/static-scan.yml @@ -22,7 +22,7 @@ jobs: run: docker cp userspacecni:/root/userspace-cni-network-plugin/cnivpp ./ - name: golangci-lint - uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # v2.5.2 + uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.52.2