Skip to content

Commit 3b49330

Browse files
k8s-infra-cherrypick-robotdependabot[bot]Gacko
authored andcommitted
Bump the actions group with 2 updates (kubernetes#12863)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <[email protected]>
1 parent d1e6e7c commit 3b49330

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
check-latest: true
2929

3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
31+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3232
with:
3333
version: v1.62
3434
only-new-issues: true

.github/workflows/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Run GoReleaser Snapshot
2929
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
30-
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
30+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
3131
with:
3232
version: "~> v2"
3333
args: release --snapshot --clean
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run GoReleaser
3838
if: ${{ startsWith(github.ref, 'refs/tags/') }}
39-
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
39+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
4040
with:
4141
version: "~> v2"
4242
args: release --clean

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ run:
22
timeout: 10m
33
allow-parallel-runners: true
44

5+
issues:
56
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
67
max-issues-per-linter: 0
78

@@ -226,9 +227,6 @@ linters-settings:
226227
nolintlint:
227228
# Enable to ensure that nolint directives are all used. Default is true.
228229
allow-unused: false
229-
# Disable to ensure that nolint directives don't have a leading space. Default is true.
230-
# TODO(lint): Enforce machine-readable `nolint` directives
231-
allow-leading-space: true
232230
# Exclude following linters from requiring an explanation. Default is [].
233231
allow-no-explanation: []
234232
# Enable to require an explanation of nonzero length after each nolint directive. Default is false.

0 commit comments

Comments
 (0)