Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 16, 2025

 .github/dependabot.yml                             |   13 -
 .github/workflows/chatops_retest.yaml              |    4 +-
 .github/workflows/cherry-pick-command.yaml         |  241 -
 .github/workflows/ci.yaml                          |   70 +-
 .github/workflows/codeql-analysis.yml              |   10 +-
 .github/workflows/dependency-review.yml            |    6 +-
 .github/workflows/e2e-matrix-extras.yaml           |  187 -
 .github/workflows/e2e-matrix.yml                   |   62 +-
 .github/workflows/go-coverage.yml                  |    6 +-
 .github/workflows/labels.yaml                      |    2 +-
 .github/workflows/nightly-builds.yaml              |   46 +-
 .github/workflows/scorecard.yml                    |    6 +-
 .github/workflows/slash.yml                        |   19 +-
 .github/workflows/woke.yml                         |    6 +-
 CONTRIBUTING.md                                    |   23 +-
 cmd/entrypoint/namespaces.go                       |    1 +
 cmd/entrypoint/namespaces_test.go                  |    1 +
 cmd/entrypoint/runner.go                           |    1 +
 cmd/entrypoint/runner_windows.go                   |    1 +
 cmd/workingdirinit/main_test.go                    |    1 +
 cmd/workingdirinit/main_windows_test.go            |    1 +
 .../alpha/consume-artifacts-from-task.yaml         |    4 +-
 ...matrix-and-taskrunspecs-param-substitution.yaml |    4 +-
 .../pipelineruns/beta/pipelinerun-with-matrix.yaml |    3 +
 .../pipelinerun-with-task-timeout-override.yaml    |   10 +-
 examples/v1/taskruns/alpha/stepaction-when.yaml    |   10 +-
 examples/v1/taskruns/alpha/task-artifacts.yaml     |    2 +-
 .../v1/taskruns/authenticating-git-commands.yaml   |    6 +-
 .../taskruns/beta/authenticating-git-commands.yaml |    6 +-
 examples/v1/taskruns/dind-sidecar.yaml             |    7 +-
 examples/v1/taskruns/step-by-digest.yaml           |    2 +-
 go.mod                                             |   16 +-
 go.sum                                             |   32 +-
 pkg/apis/pipeline/v1beta1/pipeline_validation.go   |    4 -
 .../pipeline/v1beta1/pipeline_validation_test.go   |   50 -
 pkg/pod/entrypoint.go                              |   87 +-
 pkg/pod/entrypoint_test.go                         |  217 -
 pkg/reconciler/taskrun/taskrun.go                  |   36 -
 pkg/reconciler/taskrun/taskrun_test.go             |    3 -
 pkg/reconciler/taskrun/taskrun_timeout_test.go     |  120 -
 .../resolver/framework/cache/annotated_resource.go |   20 +-
 .../framework/cache/annotated_resource_test.go     |   39 +-
 .../resolver/framework/cache/cache.go              |   16 +-
 .../resolver/framework/cache/cache_test.go         |   39 +-
 .../resolver/framework/cache/clock.go              |    8 +
 releases.md                                        |   66 +-
 tekton/README.md                                   |   85 +-
 tekton/publish.yaml                                |   14 +-
 tekton/release-cheat-sheet.md                      |   72 +-
 tekton/release-pipeline.yaml                       |   66 +-
 test/affinity_assistant_test.go                    |    1 +
 test/artifacts_test.go                             |    1 +
 test/cancel_test.go                                |    1 +
 test/conformance_test.go                           |    1 +
 test/conversion_test.go                            |    1 +
 test/custom_task_test.go                           |    1 +
 test/dag_test.go                                   |    1 +
 test/duplicate_test.go                             |    1 +
 test/e2e-tests.sh                                  |    2 +-
 test/entrypoint_test.go                            |    1 +
 test/examples_test.go                              |    2 +
 test/git-resolver/gitea.yaml                       |   12 +-
 test/hermetic_taskrun_test.go                      |    1 +
 test/ignore_step_error_test.go                     |    1 +
 test/ignore_task_error_test.go                     |    1 +
 test/init_test.go                                  |    1 +
 test/larger_results_sidecar_logs_test.go           |    1 +
 test/matrix_test.go                                |    1 +
 test/multiarch_utils.go                            |   20 +-
 test/path_filtering.go                             |    1 +
 test/path_filtering_test.go                        |    1 +
 test/per_feature_flags_test.go                     |    1 +
 test/pipelinefinally_test.go                       |    1 +
 test/pipelinerun_pinp_test.go                      |    1 +
 test/pipelinerun_test.go                           |    1 +
 test/preemption_test.go                            |    1 +
 test/propagated_params_test.go                     |    1 +
 test/propagated_results_test.go                    |    1 +
 test/registry_test.go                              |    1 +
 test/resolver-with-timeout/go.mod                  |    2 +-
 test/resolver-with-timeout/go.sum                  |    4 +-
 test/resolver_cache_test.go                        |    1 +
 test/resolvers_gitea_test.go                       |    1 +
 test/resolvers_test.go                             |    1 +
 test/retry_test.go                                 |    1 +
 test/secret.go                                     |    1 +
 test/serviceaccount_test.go                        |    1 +
 test/sidecar_test.go                               |    1 +
 test/start_time_test.go                            |    1 +
 test/status_test.go                                |    1 +
 test/step_output_test.go                           |    9 +-
 test/step_when_test.go                             |    1 +
 test/stepaction_results_test.go                    |    1 +
 test/task_results_from_failed_tasks_test.go        |    1 +
 test/taskrun_test.go                               |    1 +
 test/tektonbundles_test.go                         |    3 +-
 test/timeout_test.go                               |    3 +-
 test/trusted_resources_test.go                     |    1 +
 test/trustedresources_test.go                      |    2 +-
 test/upgrade_test.go                               |    1 +
 test/util.go                                       |    1 +
 test/wait.go                                       |    2 +-
 test/wait_example_test.go                          |    1 +
 test/windows_script_test.go                        |    1 +
 test/windows_test.go                               |    1 +
 test/workingdir_test.go                            |    1 +
 test/workspace_test.go                             |    1 +
 vendor/golang.org/x/crypto/chacha20/chacha_arm64.s |    2 +-
 .../chacha20poly1305/chacha20poly1305_amd64.go     |   10 +-
 .../chacha20poly1305/chacha20poly1305_generic.go   |   10 +-
 vendor/golang.org/x/crypto/sha3/doc.go             |   66 +
 vendor/golang.org/x/crypto/sha3/hashes.go          |  131 +-
 vendor/golang.org/x/crypto/sha3/hashes_noasm.go    |   23 +
 .../crypto/sha3/{legacy_keccakf.go => keccakf.go}  |    6 +-
 vendor/golang.org/x/crypto/sha3/keccakf_amd64.go   |   13 +
 vendor/golang.org/x/crypto/sha3/keccakf_amd64.s    | 5419 ++++++++++++++++++++
 .../x/crypto/sha3/{legacy_hash.go => sha3.go}      |   49 +-
 vendor/golang.org/x/crypto/sha3/sha3_s390x.go      |  303 ++
 vendor/golang.org/x/crypto/sha3/sha3_s390x.s       |   33 +
 vendor/golang.org/x/crypto/sha3/shake.go           |  172 +-
 vendor/golang.org/x/crypto/sha3/shake_noasm.go     |   15 +
 vendor/golang.org/x/crypto/ssh/agent/keyring.go    |    2 +-
 vendor/golang.org/x/crypto/ssh/agent/server.go     |    3 -
 vendor/golang.org/x/crypto/ssh/keys.go             |    1 -
 vendor/golang.org/x/crypto/ssh/messages.go         |    2 +-
 vendor/golang.org/x/crypto/ssh/ssh_gss.go          |    8 +-
 vendor/golang.org/x/crypto/ssh/streamlocal.go      |    4 +-
 vendor/golang.org/x/crypto/ssh/tcpip.go            |  124 +-
 vendor/golang.org/x/net/http2/frame.go             |   76 +-
 vendor/golang.org/x/net/http2/transport.go         |   96 +-
 vendor/golang.org/x/net/http2/writesched.go        |   65 +-
 .../x/net/http2/writesched_priority_rfc7540.go     |    5 +-
 ...y_rfc9218.go => writesched_priority_rfc9128.go} |    2 +-
 vendor/golang.org/x/sync/errgroup/errgroup.go      |    2 +-
 vendor/golang.org/x/sys/cpu/cpu.go                 |    3 -
 vendor/golang.org/x/sys/cpu/cpu_arm64.go           |   20 +-
 vendor/golang.org/x/sys/cpu/cpu_arm64.s            |   19 +-
 vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go        |    1 -
 vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go     |    1 -
 vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go    |    2 +-
 vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go   |    2 +-
 vendor/golang.org/x/sys/unix/mkerrors.sh           |    2 -
 vendor/golang.org/x/sys/unix/syscall_linux.go      |    6 -
 vendor/golang.org/x/sys/unix/zerrors_linux.go      |  359 --
 vendor/golang.org/x/sys/unix/zsyscall_linux.go     |   10 -
 vendor/golang.org/x/sys/unix/ztypes_linux.go       |   31 -
 vendor/golang.org/x/sys/windows/syscall_windows.go |   15 -
 vendor/golang.org/x/sys/windows/types_windows.go   |   76 -
 .../golang.org/x/sys/windows/zsyscall_windows.go   |   37 -
 vendor/golang.org/x/term/terminal.go               |    6 +-
 .../golang.org/x/tools/go/ast/astutil/imports.go   |   67 +-
 vendor/golang.org/x/tools/go/ast/edge/edge.go      |  295 --
 .../golang.org/x/tools/go/ast/inspector/cursor.go  |  502 --
 .../x/tools/go/ast/inspector/inspector.go          |  311 --
 vendor/golang.org/x/tools/go/ast/inspector/iter.go |   85 -
 .../golang.org/x/tools/go/ast/inspector/typeof.go  |  227 -
 vendor/golang.org/x/tools/go/ast/inspector/walk.go |  341 --
 vendor/golang.org/x/tools/go/packages/golist.go    |    6 +
 vendor/golang.org/x/tools/imports/forward.go       |    6 +
 .../x/tools/internal/event/core/event.go           |    5 +
 .../x/tools/internal/gcimporter/iexport.go         |    1 +
 vendor/golang.org/x/tools/internal/imports/fix.go  |    6 +-
 .../x/tools/internal/modindex/symbols.go           |    3 +-
 .../x/tools/internal/typesinternal/fx.go           |   49 -
 .../x/tools/internal/typesinternal/isnamed.go      |   71 -
 .../x/tools/internal/typesinternal/qualifier.go    |    8 -
 .../x/tools/internal/typesinternal/types.go        |   48 +-
 .../x/tools/internal/typesinternal/zerovalue.go    |   17 +-
 vendor/modules.txt                                 |   18 +-
 169 files changed, 6775 insertions(+), 4381 deletions(-)

@github-actions github-actions bot force-pushed the actions/update/sources-release-v1.22.x branch 7 times, most recently from 0b48f79 to 4cb49c7 Compare December 23, 2025 01:40
    $ git diff --stat 478d30f..fcba522
     .github/dependabot.yml                             |   13 -
     .github/workflows/chatops_retest.yaml              |    4 +-
     .github/workflows/cherry-pick-command.yaml         |  241 -
     .github/workflows/ci.yaml                          |   70 +-
     .github/workflows/codeql-analysis.yml              |   10 +-
     .github/workflows/dependency-review.yml            |    6 +-
     .github/workflows/e2e-matrix-extras.yaml           |  187 -
     .github/workflows/e2e-matrix.yml                   |   62 +-
     .github/workflows/go-coverage.yml                  |    6 +-
     .github/workflows/labels.yaml                      |    2 +-
     .github/workflows/nightly-builds.yaml              |   46 +-
     .github/workflows/scorecard.yml                    |    6 +-
     .github/workflows/slash.yml                        |   19 +-
     .github/workflows/woke.yml                         |    6 +-
     CONTRIBUTING.md                                    |   23 +-
     cmd/entrypoint/namespaces.go                       |    1 +
     cmd/entrypoint/namespaces_test.go                  |    1 +
     cmd/entrypoint/runner.go                           |    1 +
     cmd/entrypoint/runner_windows.go                   |    1 +
     cmd/workingdirinit/main_test.go                    |    1 +
     cmd/workingdirinit/main_windows_test.go            |    1 +
     .../alpha/consume-artifacts-from-task.yaml         |    4 +-
     ...matrix-and-taskrunspecs-param-substitution.yaml |    4 +-
     .../pipelineruns/beta/pipelinerun-with-matrix.yaml |    3 +
     .../pipelinerun-with-task-timeout-override.yaml    |   10 +-
     examples/v1/taskruns/alpha/stepaction-when.yaml    |   10 +-
     examples/v1/taskruns/alpha/task-artifacts.yaml     |    2 +-
     .../v1/taskruns/authenticating-git-commands.yaml   |    6 +-
     .../taskruns/beta/authenticating-git-commands.yaml |    6 +-
     examples/v1/taskruns/dind-sidecar.yaml             |    7 +-
     examples/v1/taskruns/step-by-digest.yaml           |    2 +-
     go.mod                                             |   16 +-
     go.sum                                             |   32 +-
     pkg/apis/pipeline/v1beta1/pipeline_validation.go   |    4 -
     .../pipeline/v1beta1/pipeline_validation_test.go   |   50 -
     pkg/pod/entrypoint.go                              |   87 +-
     pkg/pod/entrypoint_test.go                         |  217 -
     pkg/reconciler/taskrun/taskrun.go                  |   36 -
     pkg/reconciler/taskrun/taskrun_test.go             |    3 -
     pkg/reconciler/taskrun/taskrun_timeout_test.go     |  120 -
     .../resolver/framework/cache/annotated_resource.go |   20 +-
     .../framework/cache/annotated_resource_test.go     |   39 +-
     .../resolver/framework/cache/cache.go              |   16 +-
     .../resolver/framework/cache/cache_test.go         |   39 +-
     .../resolver/framework/cache/clock.go              |    8 +
     releases.md                                        |   66 +-
     tekton/README.md                                   |   85 +-
     tekton/publish.yaml                                |   14 +-
     tekton/release-cheat-sheet.md                      |   72 +-
     tekton/release-pipeline.yaml                       |   66 +-
     test/affinity_assistant_test.go                    |    1 +
     test/artifacts_test.go                             |    1 +
     test/cancel_test.go                                |    1 +
     test/conformance_test.go                           |    1 +
     test/conversion_test.go                            |    1 +
     test/custom_task_test.go                           |    1 +
     test/dag_test.go                                   |    1 +
     test/duplicate_test.go                             |    1 +
     test/e2e-tests.sh                                  |    2 +-
     test/entrypoint_test.go                            |    1 +
     test/examples_test.go                              |    2 +
     test/git-resolver/gitea.yaml                       |   12 +-
     test/hermetic_taskrun_test.go                      |    1 +
     test/ignore_step_error_test.go                     |    1 +
     test/ignore_task_error_test.go                     |    1 +
     test/init_test.go                                  |    1 +
     test/larger_results_sidecar_logs_test.go           |    1 +
     test/matrix_test.go                                |    1 +
     test/multiarch_utils.go                            |   20 +-
     test/path_filtering.go                             |    1 +
     test/path_filtering_test.go                        |    1 +
     test/per_feature_flags_test.go                     |    1 +
     test/pipelinefinally_test.go                       |    1 +
     test/pipelinerun_pinp_test.go                      |    1 +
     test/pipelinerun_test.go                           |    1 +
     test/preemption_test.go                            |    1 +
     test/propagated_params_test.go                     |    1 +
     test/propagated_results_test.go                    |    1 +
     test/registry_test.go                              |    1 +
     test/resolver-with-timeout/go.mod                  |    2 +-
     test/resolver-with-timeout/go.sum                  |    4 +-
     test/resolver_cache_test.go                        |    1 +
     test/resolvers_gitea_test.go                       |    1 +
     test/resolvers_test.go                             |    1 +
     test/retry_test.go                                 |    1 +
     test/secret.go                                     |    1 +
     test/serviceaccount_test.go                        |    1 +
     test/sidecar_test.go                               |    1 +
     test/start_time_test.go                            |    1 +
     test/status_test.go                                |    1 +
     test/step_output_test.go                           |    9 +-
     test/step_when_test.go                             |    1 +
     test/stepaction_results_test.go                    |    1 +
     test/task_results_from_failed_tasks_test.go        |    1 +
     test/taskrun_test.go                               |    1 +
     test/tektonbundles_test.go                         |    3 +-
     test/timeout_test.go                               |    3 +-
     test/trusted_resources_test.go                     |    1 +
     test/trustedresources_test.go                      |    2 +-
     test/upgrade_test.go                               |    1 +
     test/util.go                                       |    1 +
     test/wait.go                                       |    2 +-
     test/wait_example_test.go                          |    1 +
     test/windows_script_test.go                        |    1 +
     test/windows_test.go                               |    1 +
     test/workingdir_test.go                            |    1 +
     test/workspace_test.go                             |    1 +
     vendor/golang.org/x/crypto/chacha20/chacha_arm64.s |    2 +-
     .../chacha20poly1305/chacha20poly1305_amd64.go     |   10 +-
     .../chacha20poly1305/chacha20poly1305_generic.go   |   10 +-
     vendor/golang.org/x/crypto/sha3/doc.go             |   66 +
     vendor/golang.org/x/crypto/sha3/hashes.go          |  131 +-
     vendor/golang.org/x/crypto/sha3/hashes_noasm.go    |   23 +
     .../crypto/sha3/{legacy_keccakf.go => keccakf.go}  |    6 +-
     vendor/golang.org/x/crypto/sha3/keccakf_amd64.go   |   13 +
     vendor/golang.org/x/crypto/sha3/keccakf_amd64.s    | 5419 ++++++++++++++++++++
     .../x/crypto/sha3/{legacy_hash.go => sha3.go}      |   49 +-
     vendor/golang.org/x/crypto/sha3/sha3_s390x.go      |  303 ++
     vendor/golang.org/x/crypto/sha3/sha3_s390x.s       |   33 +
     vendor/golang.org/x/crypto/sha3/shake.go           |  172 +-
     vendor/golang.org/x/crypto/sha3/shake_noasm.go     |   15 +
     vendor/golang.org/x/crypto/ssh/agent/keyring.go    |    2 +-
     vendor/golang.org/x/crypto/ssh/agent/server.go     |    3 -
     vendor/golang.org/x/crypto/ssh/keys.go             |    1 -
     vendor/golang.org/x/crypto/ssh/messages.go         |    2 +-
     vendor/golang.org/x/crypto/ssh/ssh_gss.go          |    8 +-
     vendor/golang.org/x/crypto/ssh/streamlocal.go      |    4 +-
     vendor/golang.org/x/crypto/ssh/tcpip.go            |  124 +-
     vendor/golang.org/x/net/http2/frame.go             |   76 +-
     vendor/golang.org/x/net/http2/transport.go         |   96 +-
     vendor/golang.org/x/net/http2/writesched.go        |   65 +-
     .../x/net/http2/writesched_priority_rfc7540.go     |    5 +-
     ...y_rfc9218.go => writesched_priority_rfc9128.go} |    2 +-
     vendor/golang.org/x/sync/errgroup/errgroup.go      |    2 +-
     vendor/golang.org/x/sys/cpu/cpu.go                 |    3 -
     vendor/golang.org/x/sys/cpu/cpu_arm64.go           |   20 +-
     vendor/golang.org/x/sys/cpu/cpu_arm64.s            |   19 +-
     vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go        |    1 -
     vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go     |    1 -
     vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go    |    2 +-
     vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go   |    2 +-
     vendor/golang.org/x/sys/unix/mkerrors.sh           |    2 -
     vendor/golang.org/x/sys/unix/syscall_linux.go      |    6 -
     vendor/golang.org/x/sys/unix/zerrors_linux.go      |  359 --
     vendor/golang.org/x/sys/unix/zsyscall_linux.go     |   10 -
     vendor/golang.org/x/sys/unix/ztypes_linux.go       |   31 -
     vendor/golang.org/x/sys/windows/syscall_windows.go |   15 -
     vendor/golang.org/x/sys/windows/types_windows.go   |   76 -
     .../golang.org/x/sys/windows/zsyscall_windows.go   |   37 -
     vendor/golang.org/x/term/terminal.go               |    6 +-
     .../golang.org/x/tools/go/ast/astutil/imports.go   |   67 +-
     vendor/golang.org/x/tools/go/ast/edge/edge.go      |  295 --
     .../golang.org/x/tools/go/ast/inspector/cursor.go  |  502 --
     .../x/tools/go/ast/inspector/inspector.go          |  311 --
     vendor/golang.org/x/tools/go/ast/inspector/iter.go |   85 -
     .../golang.org/x/tools/go/ast/inspector/typeof.go  |  227 -
     vendor/golang.org/x/tools/go/ast/inspector/walk.go |  341 --
     vendor/golang.org/x/tools/go/packages/golist.go    |    6 +
     vendor/golang.org/x/tools/imports/forward.go       |    6 +
     .../x/tools/internal/event/core/event.go           |    5 +
     .../x/tools/internal/gcimporter/iexport.go         |    1 +
     vendor/golang.org/x/tools/internal/imports/fix.go  |    6 +-
     .../x/tools/internal/modindex/symbols.go           |    3 +-
     .../x/tools/internal/typesinternal/fx.go           |   49 -
     .../x/tools/internal/typesinternal/isnamed.go      |   71 -
     .../x/tools/internal/typesinternal/qualifier.go    |    8 -
     .../x/tools/internal/typesinternal/types.go        |   48 +-
     .../x/tools/internal/typesinternal/zerovalue.go    |   17 +-
     vendor/modules.txt                                 |   18 +-
     169 files changed, 6775 insertions(+), 4381 deletions(-)

https://github.com/tektoncd/pipeline/compare/478d30f0a799663216cd225cf826e0b1efdadee3..fcba522a327001b65c3091eacc95c9346db6a650
@github-actions github-actions bot force-pushed the actions/update/sources-release-v1.22.x branch from 4cb49c7 to 2dfeaa1 Compare December 24, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant