File tree Expand file tree Collapse file tree 12 files changed +77
-67
lines changed Expand file tree Collapse file tree 12 files changed +77
-67
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ updates :
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ labels : ["area/build"]
7
+ schedule :
8
+ # by default this will be on a monday.
9
+ interval : " weekly"
Original file line number Diff line number Diff line change 10
10
11
11
permissions :
12
12
contents : read
13
-
13
+
14
14
jobs :
15
15
Fuzzing :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - name : Checkout
19
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
20
- - name : Setup Go
21
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
22
- with :
23
- go-version : 1.20.x
24
- cache-dependency-path : |
25
- **/go.sum
26
- **/go.mod
27
- - name : Smoke test Fuzzers
28
- run : make fuzz-smoketest
29
- env :
30
- SKIP_COSIGN_VERIFICATION : true
18
+ - name : Checkout
19
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
20
+ - name : Setup Go
21
+ uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
22
+ with :
23
+ go-version : 1.20.x
24
+ cache-dependency-path : |
25
+ **/go.sum
26
+ **/go.mod
27
+ - name : Smoke test Fuzzers
28
+ run : make fuzz-smoketest
29
+ env :
30
+ SKIP_COSIGN_VERIFICATION : true
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
22
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
23
23
- name : Setup Go
24
24
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
25
25
with :
54
54
runs-on : [self-hosted, Linux, ARM64, equinix]
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
57
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
58
58
- name : Setup Go
59
59
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
60
60
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
18
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
19
19
- name : Setup QEMU
20
20
uses : docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0
21
21
- name : Setup Docker Buildx
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
26
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
27
27
- name : Setup Kustomize
28
28
uses : fluxcd/pkg/actions/kustomize@main
29
29
- name : Prepare
92
92
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
93
93
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
94
94
echo '[CHANGELOG](https://github.com/fluxcd/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
95
- - uses : anchore/sbom-action/download-syft@07978da4bdb4faa726e52dfc6b1bed63d4b56479 # v0.13.3
95
+ - uses : anchore/sbom-action/download-syft@448520c4f19577ffce70a8317e619089054687e3 # v0.13.4
96
96
- name : Create release and SBOM
97
97
if : startsWith(github.ref, 'refs/tags/v')
98
98
uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
21
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
22
22
- name : Run FOSSA scan and upload build data
23
23
uses : fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0
24
24
with :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
34
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
35
35
- name : Setup Go
36
36
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
37
37
with :
@@ -40,10 +40,10 @@ jobs:
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
43
+ uses : github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
44
44
with :
45
45
languages : go
46
46
- name : Autobuild
47
- uses : github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
47
+ uses : github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
48
48
- name : Perform CodeQL Analysis
49
- uses : github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
49
+ uses : github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
23
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
24
24
- name : Setup Go
25
25
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
26
26
with :
41
41
runs-on : [self-hosted, Linux, ARM64, equinix]
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
44
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
45
45
- name : Setup Go
46
46
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
47
47
with :
75
75
runs-on : ${{ matrix.os }}
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
78
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
79
79
- name : Setup Go
80
80
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
81
81
with :
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
23
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
24
24
- name : Setup Go
25
25
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
26
26
with :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/fluxcd/pkg/apis/acl v0.1.0
7
7
github.com/fluxcd/pkg/apis/meta v1.0.0
8
8
k8s.io/apimachinery v0.26.3
9
- sigs.k8s.io/controller-runtime v0.14.5
9
+ sigs.k8s.io/controller-runtime v0.14.6
10
10
)
11
11
12
12
// Fix CVE-2022-28948
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
80
80
k8s.io/klog/v2 v2.80.1 /go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0 =
81
81
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 h1:KTgPnR10d5zhztWptI952TNtt/4u5h3IzDXkdIMuo2Y =
82
82
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
83
- sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s =
84
- sigs.k8s.io/controller-runtime v0.14.5 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
83
+ sigs.k8s.io/controller-runtime v0.14.6 h1:oxstGVvXGNnMvY7TAESYk+lzr6S3V5VFxQ6d92KcwQA =
84
+ sigs.k8s.io/controller-runtime v0.14.6 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
85
85
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
86
86
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
87
87
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE =
You can’t perform that action at this time.
0 commit comments