diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index cbda196f..8a3c364e 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@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 + uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.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.56.2