Skip to content

Update dependency tektoncd/pipeline to v1.14.1 #1083

Update dependency tektoncd/pipeline to v1.14.1

Update dependency tektoncd/pipeline to v1.14.1 #1083

Workflow file for this run

# yamllint disable-file
# <TEMPLATED FILE!>
# This file comes from the templates at https://github.com/konflux-ci/task-repo-shared-ci.
# Please consider sending a PR upstream instead of editing the file directly.
# See the SHARED-CI.md document in this repo for more details.
name: Validate PR - Trusted Artifact variants
'on':
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
jobs:
go:
name: Check Trusted Artifact variants
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Check Trusted Artifact variants
id: check
run: |
hack/generate-ta-tasks.sh
- name: Check missing Trusted Artifact variants
id: missing
run: |
hack/missing-ta-tasks.sh
- name: Attach patch
if: ${{ steps.check.conclusion == 'failure' }}
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: Trusted artifacts patch
path: ./ta.patch