Skip to content

Commit

Permalink
[bot] Update main from tektoncd/pipeline to 1d36a66
Browse files Browse the repository at this point in the history
    $ git diff --stat 1d36a66..c2c3085
     .github/workflows/codeql-analysis.yml |  4 ++--
     .github/workflows/scorecard.yml       |  2 +-
     docs/README.md                        |  2 +-
     docs/tutorial.md                      | 11 +++++++++++
     tekton/publish.yaml                   |  6 +++---
     5 files changed, 18 insertions(+), 7 deletions(-)

https://github.com/tektoncd/pipeline/compare/1d36a660975e644ab06d6e95f1fe9bfc09ad32a6..c2c3085de6ad2019538f83c0b033d7e9c913be97
  • Loading branch information
openshift-pipelines-bot authored and openshift-pipelines-bot committed Dec 18, 2024
1 parent 8b17117 commit 237badf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2c3085de6ad2019538f83c0b033d7e9c913be97
1d36a660975e644ab06d6e95f1fe9bfc09ad32a6
4 changes: 2 additions & 2 deletions upstream/.github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
make -j 4 all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
2 changes: 1 addition & 1 deletion upstream/.github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion upstream/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Tekton Pipelines defines the following entities:

## Getting started

To get started, complete the [Tekton Pipelines Tutorial](https://github.com/tektoncd/pipeline/blob/main/docs/tutorial.md) and go through our
To get started, complete the [Tekton Pipelines Tutorial](https://tekton.dev/docs/getting-started) and go through our
[examples](https://github.com/tektoncd/pipeline/tree/main/examples).

## Understanding Tekton Pipelines
Expand Down
11 changes: 0 additions & 11 deletions upstream/docs/tutorial.md

This file was deleted.

6 changes: 3 additions & 3 deletions upstream/tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
steps:

- name: container-registry-auth
image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f
image: cgr.dev/chainguard/crane:latest-dev@sha256:8206db4f80fad1a0a29e5721e10d59b942cd825c75b6ea4692d5c81a43c0d130
script: |
#!/bin/sh
set -ex
Expand All @@ -92,7 +92,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: create-ko-yaml
image: cgr.dev/chainguard/go:latest-dev@sha256:2cc69746dc5469406f0203b863397dccb2ab56e71750dc37951bcf5b04c74218
image: cgr.dev/chainguard/go:latest-dev@sha256:05e8da84b607f2c8cf5d3277ff203ec7f5db6d2ae8e7adad3c00b83854f9865c
script: |
#!/bin/sh
set -ex
Expand Down Expand Up @@ -232,7 +232,7 @@ spec:
${PRESERVE_IMPORT_PATH} > /workspace/built_images
- name: tag-images
image: cgr.dev/chainguard/crane:latest-dev@sha256:6fc6fcdeb173c7951f038e6a7b230f586c1be05a011d9e6f9db6c614ec412c2f
image: cgr.dev/chainguard/crane:latest-dev@sha256:8206db4f80fad1a0a29e5721e10d59b942cd825c75b6ea4692d5c81a43c0d130
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit 237badf

Please sign in to comment.