diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index ddbd185a..e47fe012 100644 --- a/.github/workflows/static-scan.yml +++ b/.github/workflows/static-scan.yml @@ -31,7 +31,7 @@ jobs: run: docker cp userspacecni:/root/userspace-cni-network-plugin/cnivpp ./ - name: golangci-lint - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 + uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 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.56.2