We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334e016 commit ca77514Copy full SHA for ca77514
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Package helm chart
30
run : ./scripts/build-chart && BUILD_TARGET=helm-project-operator ./scripts/build-chart
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
33
with:
34
# Require: The version of golangci-lint to use.
35
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments