File tree 13 files changed +188
-12
lines changed 13 files changed +188
-12
lines changed Original file line number Diff line number Diff line change
1
+
2
+ name : Dependabot
3
+
4
+ on :
5
+ pull_request :
6
+
7
+ permissions :
8
+ contents : write
9
+
10
+ jobs :
11
+ update-deps :
12
+ name : Update deps
13
+ runs-on : ubuntu-latest
14
+ if : ${{ github.actor == 'dependabot[bot]' }}
15
+ steps :
16
+ - name : Checkout
17
+ uses : actions/checkout@v4
18
+ with :
19
+ ref : ${{ github.head_ref }}
20
+ path : ./src/github.com/${{ github.repository }}
21
+ fetch-depth : 0
22
+
23
+ - name : Setup Golang
24
+ uses : openshift-knative/hack/actions/setup-go@main
25
+
26
+ - name : Install yq
27
+ run : |
28
+ go install github.com/mikefarah/yq/v3@latest
29
+
30
+ - name : Generate files
31
+ working-directory : ./src/github.com/${{ github.repository }}
32
+ run : make generate-release
33
+
34
+ - name : git push
35
+ working-directory : ./src/github.com/${{ github.repository }}
36
+ run : |
37
+ if ! git diff --exit-code --quiet
38
+ then
39
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
40
+ git config --local user.name "github-actions[bot]"
41
+ git add .
42
+ git commit -m "Run make generate-release"
43
+ git push
44
+ fi
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ spec:
20
20
value : openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
21
21
- name : build-args
22
22
value :
23
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
24
24
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
25
25
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
26
26
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
27
29
- VERSION=1.36.0
28
30
- name : git-url
29
31
value : ' {{source_url}}'
38
40
- $(context.pipelineRun.uid)-{{revision}}
39
41
- 1.36.0
40
42
- latest
43
+ taskRunSpecs :
44
+ - pipelineTaskName : sast-shell-check
45
+ stepSpecs :
46
+ - name : sast-shell-check
47
+ computeResources :
48
+ requests :
49
+ memory : 4Gi
50
+ limits :
51
+ memory : 4Gi
41
52
pipelineRef :
42
53
name : docker-build
43
54
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-images/kn/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ spec:
20
20
value : openshift/ci-operator/knative-images/kn/Dockerfile
21
21
- name : build-args
22
22
value :
23
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
24
24
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
25
25
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
26
26
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
27
29
- VERSION=1.36.0
28
30
- name : git-url
29
31
value : ' {{source_url}}'
38
40
- $(context.pipelineRun.uid)-{{revision}}
39
41
- 1.36.0
40
42
- latest
43
+ taskRunSpecs :
44
+ - pipelineTaskName : sast-shell-check
45
+ stepSpecs :
46
+ - name : sast-shell-check
47
+ computeResources :
48
+ requests :
49
+ memory : 4Gi
50
+ limits :
51
+ memory : 4Gi
41
52
pipelineRef :
42
53
name : docker-build
43
54
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ spec:
20
20
value : openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
21
21
- name : build-args
22
22
value :
23
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
24
24
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
25
25
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
26
26
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
27
29
- VERSION=1.36.0
28
30
- name : git-url
29
31
value : ' {{source_url}}'
38
40
- $(context.pipelineRun.uid)-{{revision}}
39
41
- 1.36.0
40
42
- latest
43
+ taskRunSpecs :
44
+ - pipelineTaskName : sast-shell-check
45
+ stepSpecs :
46
+ - name : sast-shell-check
47
+ computeResources :
48
+ requests :
49
+ memory : 4Gi
50
+ limits :
51
+ memory : 4Gi
41
52
pipelineRef :
42
53
name : docker-build
43
54
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-test-images/helloworld/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ spec:
20
20
value : openshift/ci-operator/knative-test-images/helloworld/Dockerfile
21
21
- name : build-args
22
22
value :
23
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
24
24
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
25
25
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
26
26
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
27
29
- VERSION=1.36.0
28
30
- name : git-url
29
31
value : ' {{source_url}}'
38
40
- $(context.pipelineRun.uid)-{{revision}}
39
41
- 1.36.0
40
42
- latest
43
+ taskRunSpecs :
44
+ - pipelineTaskName : sast-shell-check
45
+ stepSpecs :
46
+ - name : sast-shell-check
47
+ computeResources :
48
+ requests :
49
+ memory : 4Gi
50
+ limits :
51
+ memory : 4Gi
41
52
pipelineRef :
42
53
name : docker-build
43
54
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ spec:
20
20
value : openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
21
21
- name : build-args
22
22
value :
23
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
24
24
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
25
25
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
26
26
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
27
29
- VERSION=1.36.0
28
30
- name : git-url
29
31
value : ' {{source_url}}'
38
40
- $(context.pipelineRun.uid)-{{revision}}
39
41
- 1.36.0
40
42
- latest
43
+ taskRunSpecs :
44
+ - pipelineTaskName : sast-shell-check
45
+ stepSpecs :
46
+ - name : sast-shell-check
47
+ computeResources :
48
+ requests :
49
+ memory : 4Gi
50
+ limits :
51
+ memory : 4Gi
41
52
pipelineRef :
42
53
name : docker-build
43
54
taskRunTemplate : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ spec:
21
21
value : openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile
22
22
- name : build-args
23
23
value :
24
- - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24
+ - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
25
25
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
26
26
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
27
27
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28
+ - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29
+ - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
28
30
- VERSION=1.36.0
29
31
- name : git-url
30
32
value : ' {{source_url}}'
39
41
- linux/x86_64
40
42
- name : revision
41
43
value : ' {{revision}}'
44
+ taskRunSpecs :
45
+ - pipelineTaskName : sast-shell-check
46
+ stepSpecs :
47
+ - name : sast-shell-check
48
+ computeResources :
49
+ requests :
50
+ memory : 4Gi
51
+ limits :
52
+ memory : 4Gi
42
53
pipelineRef :
43
54
name : docker-build
44
55
taskRunTemplate : {}
You can’t perform that action at this time.
0 commit comments