diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index cbda196f..5ae079b7 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@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.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