File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8
8
- package-ecosystem : github-actions
9
9
directory : /
10
10
schedule :
11
- interval : monthly
11
+ interval : weekly
12
12
- package-ecosystem : gomod
13
13
directory : /scripts
14
14
schedule :
15
- interval : monthly
15
+ interval : weekly
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
name : Check if KSM selectors are present on applicable metrics.
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
with :
13
13
persist-credentials : false
14
14
- run : make --always-make check-selectors-ksm
Original file line number Diff line number Diff line change 1
1
name : ci
2
2
on :
3
- - push
4
- - pull_request
3
+ push :
4
+ branches :
5
+ - main
6
+ pull_request :
5
7
jobs :
6
8
matrix :
7
9
runs-on : ubuntu-latest
@@ -30,10 +32,10 @@ jobs:
30
32
run : make --always-make test
31
33
32
34
steps :
33
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
36
with :
35
37
persist-credentials : false
36
- - uses : actions/setup-go@v5
38
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
37
39
with :
38
40
go-version-file : scripts/go.mod
39
41
cache-dependency-path : scripts/go.sum
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Create release on kubernetes-mixin
17
- uses : softprops/action-gh-release@v2
17
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
18
18
env :
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
20
with :
Original file line number Diff line number Diff line change 10
10
stale :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/stale@v9
13
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
14
14
with :
15
15
days-before-stale : 30
16
16
days-before-close : 7
You can’t perform that action at this time.
0 commit comments