Skip to content

Commit 1f345bb

Browse files
authored
Add github actions update to dependabot (#4312)
* Add github actions update to dependabot * update kal and configs
1 parent 0fc73e1 commit 1f345bb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.custom-gcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: golangci-kube-api-linter
33
destination: ./bin
44
plugins:
55
- module: 'sigs.k8s.io/kube-api-linter'
6-
version: 'v0.0.0-20250715075424-4fab82d26a8e' # Pin to a commit while there's no tag
6+
version: 'v0.0.0-20251201121224-8e86c463aeb8' # Pin to a commit while there's no tag

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,14 @@ updates:
5959
- dependencies
6060
- ok-to-test
6161
- release-note-none
62+
63+
# Github actions updates
64+
- package-ecosystem: "github-actions"
65+
directory: "/"
66+
schedule:
67+
interval: "weekly"
68+
labels:
69+
- "dependencies"
70+
- "release-note-none"
71+
- "ok-to-test"
72+

.github/workflows/kal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
1818
name: Checkout code
1919
with:
2020
persist-credentials: false
2121
- name: Set up Go
22-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
22+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2323
- name: Install Golang CI Lint
2424
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.0
2525
- name: Build KAL

0 commit comments

Comments
 (0)