Skip to content

Commit 7602fa1

Browse files
authored
Merge pull request #3359 from kubernetes-sigs/dependabot/github_actions/all-github-actions-7e2ce37f1e
🌱 Bump the all-github-actions group with 2 updates
2 parents cd5ebaa + 678bf01 commit 7602fa1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/cover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
15+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1616
with:
1717
egress-policy: audit
1818

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # tag=v6.3.2
31+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # tag=v6.5.0
3232
with:
3333
version: v1.60.2
3434
args: --out-format=colored-line-number

.golangci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
run:
22
timeout: 10m
33
go: "1.23"
4-
skip-files:
5-
- "zz_generated.*\\.go$"
6-
- "_conversion\\.go$"
7-
- "vendored_cluster_api\\.go$"
8-
- "^internal/apis/topology/v1alpha1"
94
allow-parallel-runners: true
105

116
linters:
@@ -150,7 +145,6 @@ linters-settings:
150145
alias: ipamv1
151146
nolintlint:
152147
allow-unused: false
153-
allow-leading-space: false
154148
require-specific: true
155149
revive:
156150
rules:
@@ -196,6 +190,11 @@ issues:
196190
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
197191
# changes in PRs and avoid nitpicking.
198192
exclude-use-default: false
193+
exclude-files:
194+
- "zz_generated.*\\.go$"
195+
- "_conversion\\.go$"
196+
- "vendored_cluster_api\\.go$"
197+
- "^internal/apis/topology/v1alpha1"
199198
exclude-rules:
200199
# Specific exclude rules for deprecated items that are still part of the codebase. These
201200
# should be removed as the referenced deprecated item is removed from the project.

0 commit comments

Comments
 (0)