File tree Expand file tree Collapse file tree 13 files changed +164
-12
lines changed
Expand file tree Collapse file tree 13 files changed +164
-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 2121 value : openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2222 - name : build-args
2323 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
2525 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3939 - linux/x86_64
4040 - name : revision
4141 value : ' {{revision}}'
42+ taskRunSpecs :
43+ - pipelineTaskName : sast-shell-check
44+ stepSpecs :
45+ - name : sast-shell-check
46+ computeResources :
47+ requests :
48+ memory : 4Gi
49+ limits :
50+ memory : 4Gi
4251 pipelineRef :
4352 name : docker-build
4453 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2020 value : openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2121 - name : build-args
2222 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
2424 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3838 - $(context.pipelineRun.uid)-{{revision}}
3939 - 1.36.0
4040 - latest
41+ taskRunSpecs :
42+ - pipelineTaskName : sast-shell-check
43+ stepSpecs :
44+ - name : sast-shell-check
45+ computeResources :
46+ requests :
47+ memory : 4Gi
48+ limits :
49+ memory : 4Gi
4150 pipelineRef :
4251 name : docker-build
4352 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2121 value : openshift/ci-operator/knative-images/kn/Dockerfile
2222 - name : build-args
2323 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
2525 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3939 - linux/x86_64
4040 - name : revision
4141 value : ' {{revision}}'
42+ taskRunSpecs :
43+ - pipelineTaskName : sast-shell-check
44+ stepSpecs :
45+ - name : sast-shell-check
46+ computeResources :
47+ requests :
48+ memory : 4Gi
49+ limits :
50+ memory : 4Gi
4251 pipelineRef :
4352 name : docker-build
4453 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2020 value : openshift/ci-operator/knative-images/kn/Dockerfile
2121 - name : build-args
2222 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
2424 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3838 - $(context.pipelineRun.uid)-{{revision}}
3939 - 1.36.0
4040 - latest
41+ taskRunSpecs :
42+ - pipelineTaskName : sast-shell-check
43+ stepSpecs :
44+ - name : sast-shell-check
45+ computeResources :
46+ requests :
47+ memory : 4Gi
48+ limits :
49+ memory : 4Gi
4150 pipelineRef :
4251 name : docker-build
4352 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2121 value : openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2222 - name : build-args
2323 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
2525 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3939 - linux/x86_64
4040 - name : revision
4141 value : ' {{revision}}'
42+ taskRunSpecs :
43+ - pipelineTaskName : sast-shell-check
44+ stepSpecs :
45+ - name : sast-shell-check
46+ computeResources :
47+ requests :
48+ memory : 4Gi
49+ limits :
50+ memory : 4Gi
4251 pipelineRef :
4352 name : docker-build
4453 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2020 value : openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2121 - name : build-args
2222 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
2424 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3838 - $(context.pipelineRun.uid)-{{revision}}
3939 - 1.36.0
4040 - latest
41+ taskRunSpecs :
42+ - pipelineTaskName : sast-shell-check
43+ stepSpecs :
44+ - name : sast-shell-check
45+ computeResources :
46+ requests :
47+ memory : 4Gi
48+ limits :
49+ memory : 4Gi
4150 pipelineRef :
4251 name : docker-build
4352 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2121 value : openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2222 - name : build-args
2323 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
2525 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3939 - linux/x86_64
4040 - name : revision
4141 value : ' {{revision}}'
42+ taskRunSpecs :
43+ - pipelineTaskName : sast-shell-check
44+ stepSpecs :
45+ - name : sast-shell-check
46+ computeResources :
47+ requests :
48+ memory : 4Gi
49+ limits :
50+ memory : 4Gi
4251 pipelineRef :
4352 name : docker-build
4453 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2020 value : openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2121 - name : build-args
2222 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
2424 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3838 - $(context.pipelineRun.uid)-{{revision}}
3939 - 1.36.0
4040 - latest
41+ taskRunSpecs :
42+ - pipelineTaskName : sast-shell-check
43+ stepSpecs :
44+ - name : sast-shell-check
45+ computeResources :
46+ requests :
47+ memory : 4Gi
48+ limits :
49+ memory : 4Gi
4150 pipelineRef :
4251 name : docker-build
4352 taskRunTemplate : {}
Original file line number Diff line number Diff line change 2121 value : openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2222 - name : build-args
2323 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
2525 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
3939 - linux/x86_64
4040 - name : revision
4141 value : ' {{revision}}'
42+ taskRunSpecs :
43+ - pipelineTaskName : sast-shell-check
44+ stepSpecs :
45+ - name : sast-shell-check
46+ computeResources :
47+ requests :
48+ memory : 4Gi
49+ limits :
50+ memory : 4Gi
4251 pipelineRef :
4352 name : docker-build
4453 taskRunTemplate : {}
You can’t perform that action at this time.
0 commit comments