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 1010
1111permissions :
1212 contents : read
13-
13+
1414jobs :
1515 Fuzzing :
1616 runs-on : ubuntu-latest
1717 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 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
22+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
2323 - name : Setup Go
2424 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2525 with :
5454 runs-on : [self-hosted, Linux, ARM64, equinix]
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
57+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
5858 - name : Setup Go
5959 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
6060 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
18+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
1919 - name : Setup QEMU
2020 uses : docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0
2121 - name : Setup Docker Buildx
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
26+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
2727 - name : Setup Kustomize
2828 uses : fluxcd/pkg/actions/kustomize@main
2929 - name : Prepare
9292 kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9393 kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
9494 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
9696 - name : Create release and SBOM
9797 if : startsWith(github.ref, 'refs/tags/v')
9898 uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
21+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
2222 - name : Run FOSSA scan and upload build data
2323 uses : fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0
2424 with :
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
34+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
3535 - name : Setup Go
3636 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
3737 with :
@@ -40,10 +40,10 @@ jobs:
4040 **/go.sum
4141 **/go.mod
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
43+ uses : github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
4444 with :
4545 languages : go
4646 - name : Autobuild
47- uses : github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
47+ uses : github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
4848 - 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 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
23+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
2424 - name : Setup Go
2525 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2626 with :
4141 runs-on : [self-hosted, Linux, ARM64, equinix]
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
44+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
4545 - name : Setup Go
4646 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
4747 with :
7575 runs-on : ${{ matrix.os }}
7676 steps :
7777 - name : Checkout
78- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
78+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
7979 - name : Setup Go
8080 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
8181 with :
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
23+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
2424 - name : Setup Go
2525 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2626 with :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/fluxcd/pkg/apis/acl v0.1.0
77 github.com/fluxcd/pkg/apis/meta v1.0.0
88 k8s.io/apimachinery v0.26.3
9- sigs.k8s.io/controller-runtime v0.14.5
9+ sigs.k8s.io/controller-runtime v0.14.6
1010)
1111
1212// 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=
8080k8s.io/klog/v2 v2.80.1 /go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0 =
8181k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 h1:KTgPnR10d5zhztWptI952TNtt/4u5h3IzDXkdIMuo2Y =
8282k8s.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 =
8585sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
8686sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
8787sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE =
You can’t perform that action at this time.
0 commit comments