Skip to content

Commit e449227

Browse files
author
serverless-qe
committed
[release-v1.15] Sync Konflux configurations
1 parent e1e7373 commit e449227

14 files changed

+64
-20
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

.tekton/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ spec:
468468
taskRef:
469469
params:
470470
- name: name
471-
value: sast-shell-check-oci-ta
471+
value: sast-unicode-check-oci-ta
472472
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:9b0138a597445f3887697da69c9b8b91368f0b72b98e9304fa209b43523bd6fb
473+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:3a128580c41abdac5bd76d0d1e066f2f3473278ba9fab90639878a27ced7a0e6
474474
- name: kind
475475
value: task
476476
resolver: bundles

.tekton/kn-client-cli-artifacts-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
29-
- VERSION=1.35.0
29+
- VERSION=1.35.1
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: hermetic

.tekton/kn-client-cli-artifacts-115-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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
28-
- VERSION=1.35.0
28+
- VERSION=1.35.1
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic
@@ -37,7 +37,7 @@ spec:
3737
- name: additional-tags
3838
value:
3939
- $(context.pipelineRun.uid)-{{revision}}
40-
- 1.35.0
40+
- 1.35.1
4141
- latest
4242
pipelineRef:
4343
name: docker-build

.tekton/kn-client-kn-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
29-
- VERSION=1.35.0
29+
- VERSION=1.35.1
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: hermetic

.tekton/kn-client-kn-115-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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
28-
- VERSION=1.35.0
28+
- VERSION=1.35.1
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic
@@ -37,7 +37,7 @@ spec:
3737
- name: additional-tags
3838
value:
3939
- $(context.pipelineRun.uid)-{{revision}}
40-
- 1.35.0
40+
- 1.35.1
4141
- latest
4242
pipelineRef:
4343
name: docker-build

.tekton/kn-client-test-grpc-ping-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
29-
- VERSION=1.35.0
29+
- VERSION=1.35.1
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: hermetic

.tekton/kn-client-test-grpc-ping-115-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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
28-
- VERSION=1.35.0
28+
- VERSION=1.35.1
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic
@@ -37,7 +37,7 @@ spec:
3737
- name: additional-tags
3838
value:
3939
- $(context.pipelineRun.uid)-{{revision}}
40-
- 1.35.0
40+
- 1.35.1
4141
- latest
4242
pipelineRef:
4343
name: docker-build

.tekton/kn-client-test-helloworld-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
29-
- VERSION=1.35.0
29+
- VERSION=1.35.1
3030
- name: git-url
3131
value: '{{source_url}}'
3232
- name: hermetic

.tekton/kn-client-test-helloworld-115-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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
28-
- VERSION=1.35.0
28+
- VERSION=1.35.1
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic
@@ -37,7 +37,7 @@ spec:
3737
- name: additional-tags
3838
value:
3939
- $(context.pipelineRun.uid)-{{revision}}
40-
- 1.35.0
40+
- 1.35.1
4141
- latest
4242
pipelineRef:
4343
name: docker-build

0 commit comments

Comments
 (0)