Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented May 26, 2025

 components.yaml                                    |     4 +-
 .../config/all/operator_v1alpha1_config_cr.yaml    |     2 -
 docs/TektonConfig.md                               |     7 +-
 go.mod                                             |   128 +-
 go.sum                                             |   365 +-
 hack/openshift/fetch-tektoncd-catalog-tasks.sh     |    20 +-
 ...operator-rh.clusterserviceversion.template.yaml |     2 +-
 .../operator/v1alpha1/performance_validation.go    |     4 +-
 pkg/common/scc.go                                  |     6 +-
 pkg/reconciler/common/common.go                    |     2 +-
 pkg/reconciler/common/releases.go                  |    22 +-
 pkg/reconciler/common/releases_test.go             |    30 +-
 .../kubernetes/tektonpipeline/transform.go         |     1 -
 .../kubernetes/tektonresult/tektonresult.go        |     5 -
 pkg/reconciler/openshift/common/cabundle.go        |    44 -
 pkg/reconciler/openshift/common/cabundle_test.go   |   135 -
 .../test-cabundle-statefulset-expected.yaml        |    38 -
 .../common/testdata/test-cabundle-statefulset.yaml |    24 -
 .../test-remove-fsgroup-statefulset-expected.yaml  |    24 -
 .../testdata/test-remove-fsgroup-statefulset.yaml  |    25 -
 ...est-remove-runasgroup-statefulset-expected.yaml |    23 -
 .../test-remove-runasgroup-statefulset.yaml        |    24 -
 ...test-remove-runasuser-statefulset-expected.yaml |    23 -
 .../test-remove-runasuser-statefulset.yaml         |    24 -
 pkg/reconciler/openshift/common/transformer.go     |    84 -
 .../openshift/common/transformer_test.go           |    87 -
 pkg/reconciler/openshift/tektonchain/extension.go  |     7 -
 pkg/reconciler/openshift/tektonconfig/extension.go |    17 +-
 pkg/reconciler/openshift/tektonconfig/rbac.go      |   347 +-
 pkg/reconciler/openshift/tektonconfig/rbac_test.go |   562 -
 .../00-prereconcile/openshift-pipelines-scc.yaml   |    42 -
 .../openshift/tektonpipeline/extension.go          |     7 -
 pkg/reconciler/openshift/tektonresult/extension.go |     4 -
 vendor/cloud.google.com/go/auth/CHANGES.md         |     8 -
 .../go/auth/internal/transport/cba.go              |    24 +
 .../go/compute/metadata/CHANGES.md                 |     7 -
 .../go/compute/metadata/metadata.go                |   160 +-
 .../go/compute/metadata/syscheck.go                |     4 +-
 .../go/compute/metadata/syscheck_linux.go          |     4 +-
 .../go/compute/metadata/syscheck_windows.go        |     3 +-
 vendor/github.com/ProtonMail/go-crypto/AUTHORS     |     3 +
 .../github.com/ProtonMail/go-crypto/CONTRIBUTORS   |     3 +
 vendor/github.com/ProtonMail/go-crypto/LICENSE     |    27 +
 vendor/github.com/ProtonMail/go-crypto/PATENTS     |    22 +
 .../ProtonMail/go-crypto/bitcurves/bitcurve.go     |   381 +
 .../ProtonMail/go-crypto/brainpool/brainpool.go    |   134 +
 .../ProtonMail/go-crypto/brainpool/rcurve.go       |    83 +
 vendor/github.com/ProtonMail/go-crypto/eax/eax.go  |   162 +
 .../ProtonMail/go-crypto/eax/eax_test_vectors.go   |    58 +
 .../ProtonMail/go-crypto/eax/random_vectors.go     |   131 +
 .../go-crypto/internal/byteutil/byteutil.go        |    90 +
 vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go  |   313 +
 .../ProtonMail/go-crypto/ocb/random_vectors.go     |   136 +
 .../go-crypto/ocb/rfc7253_test_vectors_suite_a.go  |    78 +
 .../go-crypto/ocb/rfc7253_test_vectors_suite_b.go  |    25 +
 .../go-crypto/openpgp/aes/keywrap/keywrap.go       |   153 +
 .../ProtonMail/go-crypto/openpgp/armor/armor.go    |   183 +
 .../ProtonMail/go-crypto/openpgp/armor/encode.go   |   206 +
 .../ProtonMail/go-crypto/openpgp/canonical_text.go |    71 +
 .../ProtonMail/go-crypto/openpgp/ecdh/ecdh.go      |   206 +
 .../ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.go    |    80 +
 .../go-crypto/openpgp/ed25519/ed25519.go           |   115 +
 .../ProtonMail/go-crypto/openpgp/ed448/ed448.go    |   119 +
 .../ProtonMail/go-crypto/openpgp/eddsa/eddsa.go    |    91 +
 .../go-crypto/openpgp/elgamal/elgamal.go           |   124 +
 .../ProtonMail/go-crypto/openpgp/errors/errors.go  |   180 +
 .../ProtonMail/go-crypto/openpgp/hash.go           |    24 +
 .../go-crypto/openpgp/internal/algorithm/aead.go   |    65 +
 .../go-crypto/openpgp/internal/algorithm/cipher.go |    97 +
 .../go-crypto/openpgp/internal/algorithm/hash.go   |   143 +
 .../go-crypto/openpgp/internal/ecc/curve25519.go   |   171 +
 .../go-crypto/openpgp/internal/ecc/curve_info.go   |   143 +
 .../go-crypto/openpgp/internal/ecc/curves.go       |    48 +
 .../go-crypto/openpgp/internal/ecc/ed25519.go      |   120 +
 .../go-crypto/openpgp/internal/ecc/ed448.go        |   119 +
 .../go-crypto/openpgp/internal/ecc/generic.go      |   149 +
 .../go-crypto/openpgp/internal/ecc/x448.go         |   107 +
 .../openpgp/internal/encoding/encoding.go          |    27 +
 .../go-crypto/openpgp/internal/encoding/mpi.go     |    91 +
 .../go-crypto/openpgp/internal/encoding/oid.go     |    88 +
 .../ProtonMail/go-crypto/openpgp/key_generation.go |   456 +
 .../ProtonMail/go-crypto/openpgp/keys.go           |   901 +
 .../ProtonMail/go-crypto/openpgp/keys_test_data.go |   538 +
 .../go-crypto/openpgp/packet/aead_config.go        |    67 +
 .../go-crypto/openpgp/packet/aead_crypter.go       |   250 +
 .../go-crypto/openpgp/packet/aead_encrypted.go     |   100 +
 .../go-crypto/openpgp/packet/compressed.go         |   161 +
 .../ProtonMail/go-crypto/openpgp/packet/config.go  |   410 +
 .../go-crypto/openpgp/packet/config_v5.go          |     7 +
 .../go-crypto/openpgp/packet/encrypted_key.go      |   584 +
 .../ProtonMail/go-crypto/openpgp/packet/literal.go |    91 +
 .../ProtonMail/go-crypto/openpgp/packet/marker.go  |    33 +
 .../go-crypto/openpgp/packet/notation.go           |    29 +
 .../ProtonMail/go-crypto/openpgp/packet/ocfb.go    |   137 +
 .../go-crypto/openpgp/packet/one_pass_signature.go |   157 +
 .../ProtonMail/go-crypto/openpgp/packet/opaque.go  |   170 +
 .../ProtonMail/go-crypto/openpgp/packet/packet.go  |   675 +
 .../go-crypto/openpgp/packet/packet_sequence.go    |   222 +
 .../go-crypto/openpgp/packet/packet_unsupported.go |    24 +
 .../ProtonMail/go-crypto/openpgp/packet/padding.go |    26 +
 .../go-crypto/openpgp/packet/private_key.go        |  1191 +
 .../openpgp/packet/private_key_test_data.go        |    12 +
 .../go-crypto/openpgp/packet/public_key.go         |  1120 +
 .../openpgp/packet/public_key_test_data.go         |    24 +
 .../ProtonMail/go-crypto/openpgp/packet/reader.go  |   209 +
 .../go-crypto/openpgp/packet/recipient.go          |    15 +
 .../go-crypto/openpgp/packet/signature.go          |  1509 +
 .../openpgp/packet/symmetric_key_encrypted.go      |   331 +
 .../openpgp/packet/symmetrically_encrypted.go      |    94 +
 .../openpgp/packet/symmetrically_encrypted_aead.go |   168 +
 .../openpgp/packet/symmetrically_encrypted_mdc.go  |   256 +
 .../go-crypto/openpgp/packet/userattribute.go      |   100 +
 .../ProtonMail/go-crypto/openpgp/packet/userid.go  |   166 +
 .../ProtonMail/go-crypto/openpgp/read.go           |   619 +
 .../go-crypto/openpgp/read_write_test_data.go      |   457 +
 .../ProtonMail/go-crypto/openpgp/s2k/s2k.go        |   436 +
 .../ProtonMail/go-crypto/openpgp/s2k/s2k_cache.go  |    26 +
 .../ProtonMail/go-crypto/openpgp/s2k/s2k_config.go |   129 +
 .../ProtonMail/go-crypto/openpgp/write.go          |   620 +
 .../ProtonMail/go-crypto/openpgp/x25519/x25519.go  |   221 +
 .../ProtonMail/go-crypto/openpgp/x448/x448.go      |   229 +
 .../aws/aws-sdk-go-v2/aws/go_module_metadata.go    |     2 +-
 .../aws/aws-sdk-go-v2/aws/signer/v4/stream.go      |     2 +-
 .../aws/aws-sdk-go-v2/config/CHANGELOG.md          |    24 -
 .../aws/aws-sdk-go-v2/config/go_module_metadata.go |     2 +-
 .../aws/aws-sdk-go-v2/credentials/CHANGELOG.md     |    24 -
 .../credentials/go_module_metadata.go              |     2 +-
 .../aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md    |     4 -
 .../feature/ec2/imds/go_module_metadata.go         |     2 +-
 .../internal/configsources/CHANGELOG.md            |     4 -
 .../internal/configsources/go_module_metadata.go   |     2 +-
 .../internal/endpoints/awsrulesfn/partitions.json  |    19 -
 .../internal/endpoints/v2/CHANGELOG.md             |     4 -
 .../internal/endpoints/v2/go_module_metadata.go    |     2 +-
 .../service/internal/presigned-url/CHANGELOG.md    |     4 -
 .../internal/presigned-url/go_module_metadata.go   |     2 +-
 .../aws/aws-sdk-go-v2/service/sso/CHANGELOG.md     |    12 -
 .../service/sso/go_module_metadata.go              |     2 +-
 .../service/sso/internal/endpoints/endpoints.go    |    31 -
 .../aws/aws-sdk-go-v2/service/ssooidc/CHANGELOG.md |    12 -
 .../service/ssooidc/api_op_CreateTokenWithIAM.go   |     6 -
 .../aws-sdk-go-v2/service/ssooidc/deserializers.go |    45 -
 .../service/ssooidc/go_module_metadata.go          |     2 +-
 .../ssooidc/internal/endpoints/endpoints.go        |    23 -
 .../aws-sdk-go-v2/service/ssooidc/types/types.go   |    13 -
 .../aws/aws-sdk-go-v2/service/sts/CHANGELOG.md     |    16 -
 .../service/sts/go_module_metadata.go              |     2 +-
 .../service/sts/internal/endpoints/endpoints.go    |    31 -
 vendor/github.com/aws/smithy-go/CHANGELOG.md       |    10 -
 .../github.com/aws/smithy-go/go_module_metadata.go |     2 +-
 vendor/github.com/buildkite/agent/v3/api/agents.go |    57 +-
 vendor/github.com/buildkite/agent/v3/api/client.go |   116 +-
 vendor/github.com/buildkite/agent/v3/api/jobs.go   |    28 +-
 vendor/github.com/buildkite/agent/v3/api/pings.go  |    12 +-
 .../github.com/buildkite/agent/v3/version/VERSION  |     2 +-
 vendor/github.com/cenkalti/backoff/v5/.gitignore   |    25 -
 vendor/github.com/cenkalti/backoff/v5/CHANGELOG.md |    29 -
 vendor/github.com/cenkalti/backoff/v5/LICENSE      |    20 -
 vendor/github.com/cenkalti/backoff/v5/README.md    |    31 -
 vendor/github.com/cenkalti/backoff/v5/backoff.go   |    66 -
 vendor/github.com/cenkalti/backoff/v5/error.go     |    46 -
 .../github.com/cenkalti/backoff/v5/exponential.go  |   125 -
 vendor/github.com/cenkalti/backoff/v5/retry.go     |   139 -
 vendor/github.com/cenkalti/backoff/v5/ticker.go    |    83 -
 vendor/github.com/cenkalti/backoff/v5/timer.go     |    35 -
 vendor/github.com/cloudflare/circl/LICENSE         |    57 +
 .../github.com/cloudflare/circl/dh/x25519/curve.go |    96 +
 .../cloudflare/circl/dh/x25519/curve_amd64.go      |    30 +
 .../cloudflare/circl/dh/x25519/curve_amd64.h       |   111 +
 .../cloudflare/circl/dh/x25519/curve_amd64.s       |   156 +
 .../cloudflare/circl/dh/x25519/curve_generic.go    |    85 +
 .../cloudflare/circl/dh/x25519/curve_noasm.go      |    11 +
 .../github.com/cloudflare/circl/dh/x25519/doc.go   |    19 +
 .../github.com/cloudflare/circl/dh/x25519/key.go   |    47 +
 .../github.com/cloudflare/circl/dh/x25519/table.go |   268 +
 .../github.com/cloudflare/circl/dh/x448/curve.go   |   104 +
 .../cloudflare/circl/dh/x448/curve_amd64.go        |    30 +
 .../cloudflare/circl/dh/x448/curve_amd64.h         |   111 +
 .../cloudflare/circl/dh/x448/curve_amd64.s         |   193 +
 .../cloudflare/circl/dh/x448/curve_generic.go      |   100 +
 .../cloudflare/circl/dh/x448/curve_noasm.go        |    11 +
 vendor/github.com/cloudflare/circl/dh/x448/doc.go  |    19 +
 vendor/github.com/cloudflare/circl/dh/x448/key.go  |    46 +
 .../github.com/cloudflare/circl/dh/x448/table.go   |   460 +
 .../cloudflare/circl/ecc/goldilocks/constants.go   |    71 +
 .../cloudflare/circl/ecc/goldilocks/curve.go       |    80 +
 .../cloudflare/circl/ecc/goldilocks/isogeny.go     |    52 +
 .../cloudflare/circl/ecc/goldilocks/point.go       |   171 +
 .../cloudflare/circl/ecc/goldilocks/scalar.go      |   203 +
 .../cloudflare/circl/ecc/goldilocks/twist.go       |   138 +
 .../cloudflare/circl/ecc/goldilocks/twistPoint.go  |   135 +
 .../cloudflare/circl/ecc/goldilocks/twistTables.go |   216 +
 .../circl/ecc/goldilocks/twist_basemult.go         |    62 +
 .../cloudflare/circl/internal/conv/conv.go         |   140 +
 .../cloudflare/circl/internal/sha3/doc.go          |    62 +
 .../cloudflare/circl/internal/sha3/hashes.go       |    69 +
 .../cloudflare/circl/internal/sha3/keccakf.go      |   391 +
 .../cloudflare/circl/internal/sha3/rc.go           |    29 +
 .../cloudflare/circl/internal/sha3/sha3.go         |   200 +
 .../cloudflare/circl/internal/sha3/sha3_s390x.s    |    33 +
 .../cloudflare/circl/internal/sha3/shake.go        |   119 +
 .../cloudflare/circl/internal/sha3/xor.go          |    15 +
 .../cloudflare/circl/internal/sha3/xor_generic.go  |    33 +
 .../circl/internal/sha3/xor_unaligned.go           |    61 +
 .../github.com/cloudflare/circl/math/fp25519/fp.go |   205 +
 .../cloudflare/circl/math/fp25519/fp_amd64.go      |    45 +
 .../cloudflare/circl/math/fp25519/fp_amd64.h       |   351 +
 .../cloudflare/circl/math/fp25519/fp_amd64.s       |   111 +
 .../cloudflare/circl/math/fp25519/fp_generic.go    |   317 +
 .../cloudflare/circl/math/fp25519/fp_noasm.go      |    13 +
 .../github.com/cloudflare/circl/math/fp448/fp.go   |   164 +
 .../cloudflare/circl/math/fp448/fp_amd64.go        |    43 +
 .../cloudflare/circl/math/fp448/fp_amd64.h         |   591 +
 .../cloudflare/circl/math/fp448/fp_amd64.s         |    74 +
 .../cloudflare/circl/math/fp448/fp_generic.go      |   339 +
 .../cloudflare/circl/math/fp448/fp_noasm.go        |    12 +
 .../cloudflare/circl/math/fp448/fuzzer.go          |    75 +
 .../cloudflare/circl/math/mlsbset/mlsbset.go       |   122 +
 .../cloudflare/circl/math/mlsbset/power.go         |    64 +
 vendor/github.com/cloudflare/circl/math/primes.go  |    34 +
 vendor/github.com/cloudflare/circl/math/wnaf.go    |    84 +
 .../cloudflare/circl/sign/ed25519/ed25519.go       |   453 +
 .../cloudflare/circl/sign/ed25519/modular.go       |   175 +
 .../cloudflare/circl/sign/ed25519/mult.go          |   180 +
 .../cloudflare/circl/sign/ed25519/point.go         |   195 +
 .../cloudflare/circl/sign/ed25519/pubkey.go        |     9 +
 .../cloudflare/circl/sign/ed25519/pubkey112.go     |     7 +
 .../cloudflare/circl/sign/ed25519/signapi.go       |    87 +
 .../cloudflare/circl/sign/ed25519/tables.go        |   213 +
 .../cloudflare/circl/sign/ed448/ed448.go           |   411 +
 .../cloudflare/circl/sign/ed448/signapi.go         |    87 +
 vendor/github.com/cloudflare/circl/sign/sign.go    |   110 +
 vendor/github.com/docker/cli/AUTHORS               |    31 +-
 vendor/github.com/docker/cli/cli/config/config.go  |     9 +-
 .../docker/cli/cli/config/configfile/file.go       |    17 +-
 .../cli/cli/config/credentials/file_store.go       |    36 +-
 .../docker-credential-helpers/client/command.go    |    25 +-
 vendor/github.com/fsnotify/fsnotify/.cirrus.yml    |     2 +-
 vendor/github.com/fsnotify/fsnotify/CHANGELOG.md   |    35 +-
 .../github.com/fsnotify/fsnotify/CONTRIBUTING.md   |     1 -
 vendor/github.com/fsnotify/fsnotify/README.md      |     2 +
 vendor/github.com/fsnotify/fsnotify/backend_fen.go |   107 +-
 .../fsnotify/fsnotify/backend_inotify.go           |   421 +-
 .../github.com/fsnotify/fsnotify/backend_kqueue.go |   112 +-
 .../github.com/fsnotify/fsnotify/backend_other.go  |     5 +-
 .../fsnotify/fsnotify/backend_windows.go           |    24 +-
 vendor/github.com/fsnotify/fsnotify/fsnotify.go    |    10 +-
 .../fsnotify/fsnotify/internal/darwin.go           |     6 +-
 .../fsnotify/fsnotify/internal/freebsd.go          |     4 +-
 .../github.com/fsnotify/fsnotify/internal/unix.go  |     6 +-
 .../fsnotify/fsnotify/internal/windows.go          |     4 +-
 vendor/github.com/fsnotify/fsnotify/shared.go      |    64 -
 .../github.com/fsnotify/fsnotify/staticcheck.conf  |     3 -
 vendor/github.com/go-logr/logr/.golangci.yaml      |    16 +-
 vendor/github.com/go-logr/logr/funcr/funcr.go      |     8 +-
 .../certificate-transparency-go/.golangci.yaml     |    67 +-
 .../certificate-transparency-go/CHANGELOG.md       |    71 -
 .../google/certificate-transparency-go/README.md   |     4 +-
 .../client/logclient.go                            |     1 -
 .../jsonclient/client.go                           |    93 +-
 .../loglist3/logfilter.go                          |     4 +-
 .../certificate-transparency-go/x509/pkix/pkix.go  |     1 -
 .../certificate-transparency-go/x509/x509.go       |    92 +-
 .../x509util/pem_cert_pool.go                      |     2 +
 .../google/go-containerregistry/pkg/name/digest.go |    21 +-
 .../go-containerregistry/pkg/name/registry.go      |    37 -
 .../go-containerregistry/pkg/name/repository.go    |    37 -
 .../google/go-containerregistry/pkg/name/tag.go    |    40 +-
 .../go-containerregistry/pkg/v1/google/list.go     |     4 +-
 .../google/go-containerregistry/pkg/v1/hash.go     |    23 +-
 .../go-containerregistry/pkg/v1/layout/write.go    |     6 +-
 .../go-containerregistry/pkg/v1/mutate/index.go    |    28 +-
 .../go-containerregistry/pkg/v1/mutate/mutate.go   |    14 +-
 .../go-containerregistry/pkg/v1/remote/pusher.go   |     2 +-
 .../go-containerregistry/pkg/v1/remote/write.go    |     4 +-
 .../google/go-github/{v72 => v55}/AUTHORS          |    61 -
 .../google/go-github/{v72 => v55}/LICENSE          |     0
 .../go-github/{v72 => v55}/github/actions.go       |     2 +-
 .../{v72 => v55}/github/actions_artifacts.go       |    72 +-
 .../go-github/{v72 => v55}/github/actions_cache.go |    44 +-
 .../go-github/{v72 => v55}/github/actions_oidc.go  |    16 +-
 .../v55/github/actions_required_workflows.go       |   247 +
 .../{v72 => v55}/github/actions_runner_groups.go   |    52 +-
 .../{v72 => v55}/github/actions_runners.go         |   181 +-
 .../{v72 => v55}/github/actions_secrets.go         |    91 +-
 .../{v72 => v55}/github/actions_variables.go       |   106 +-
 .../{v72 => v55}/github/actions_workflow_jobs.go   |    72 +-
 .../go-github/v55/github/actions_workflow_runs.go  |   373 +
 .../{v72 => v55}/github/actions_workflows.go       |    44 +-
 .../go-github/{v72 => v55}/github/activity.go      |     6 +-
 .../{v72 => v55}/github/activity_events.go         |    38 +-
 .../{v72 => v55}/github/activity_notifications.go  |    55 +-
 .../go-github/{v72 => v55}/github/activity_star.go |    23 +-
 .../{v72 => v55}/github/activity_watching.go       |    23 +-
 .../google/go-github/{v72 => v55}/github/admin.go  |    10 +-
 .../go-github/{v72 => v55}/github/admin_orgs.go    |    12 +-
 .../go-github/{v72 => v55}/github/admin_stats.go   |    14 +-
 .../go-github/{v72 => v55}/github/admin_users.go   |    34 +-
 .../github.com/google/go-github/v55/github/apps.go |   359 +
 .../go-github/{v72 => v55}/github/apps_hooks.go    |     8 +-
 .../{v72 => v55}/github/apps_hooks_deliveries.go   |    12 +-
 .../{v72 => v55}/github/apps_installation.go       |    20 +-
 .../go-github/{v72 => v55}/github/apps_manifest.go |     4 +-
 .../{v72 => v55}/github/apps_marketplace.go        |    29 +-
 .../{v72 => v55}/github/authorizations.go          |    32 +-
 .../go-github/{v72 => v55}/github/billing.go       |    37 +-
 .../google/go-github/{v72 => v55}/github/checks.go |    59 +-
 .../github/code-scanning.go}                       |    97 +-
 .../go-github/{v72 => v55}/github/codespaces.go    |    30 +-
 .../{v72 => v55}/github/codespaces_secrets.go      |    92 +-
 .../go-github/{v72 => v55}/github/dependabot.go    |     2 +-
 .../{v72 => v55}/github/dependabot_alerts.go       |    58 +-
 .../{v72 => v55}/github/dependabot_secrets.go      |    56 +-
 .../{v72 => v55}/github/dependency_graph.go        |     4 +-
 .../google/go-github/{v72 => v55}/github/doc.go    |    30 +-
 .../go-github/{v72 => v55}/github/enterprise.go    |     2 +-
 .../v55/github/enterprise_actions_runners.go       |    88 +
 .../{v72 => v55}/github/enterprise_audit_log.go    |     4 +-
 .../enterprise_code_security_and_analysis.go       |    13 +-
 .../google/go-github/{v72 => v55}/github/event.go  |     0
 .../go-github/{v72 => v55}/github/event_types.go   |   669 +-
 .../google/go-github/{v72 => v55}/github/gists.go  |    63 +-
 .../{v72 => v55}/github/gists_comments.go          |    20 +-
 .../google/go-github/{v72 => v55}/github/git.go    |     2 +-
 .../go-github/{v72 => v55}/github/git_blobs.go     |    12 +-
 .../go-github/{v72 => v55}/github/git_commits.go   |    69 +-
 .../go-github/{v72 => v55}/github/git_refs.go      |    22 +-
 .../go-github/{v72 => v55}/github/git_tags.go      |     8 +-
 .../go-github/{v72 => v55}/github/git_trees.go     |     8 +-
 .../{v72 => v55}/github/github-accessors.go        | 15740 +++------
 .../google/go-github/{v72 => v55}/github/github.go |   545 +-
 .../go-github/{v72 => v55}/github/gitignore.go     |    10 +-
 .../go-github/{v72 => v55}/github/interactions.go  |     2 +-
 .../{v72 => v55}/github/interactions_orgs.go       |    14 +-
 .../{v72 => v55}/github/interactions_repos.go      |    14 +-
 .../go-github/{v72 => v55}/github/issue_import.go  |    12 +-
 .../google/go-github/{v72 => v55}/github/issues.go |    77 +-
 .../{v72 => v55}/github/issues_assignees.go        |    16 +-
 .../{v72 => v55}/github/issues_comments.go         |    23 +-
 .../go-github/{v72 => v55}/github/issues_events.go |    41 +-
 .../go-github/{v72 => v55}/github/issues_labels.go |    46 +-
 .../{v72 => v55}/github/issues_milestones.go       |    20 +-
 .../{v72 => v55}/github/issues_timeline.go         |    19 +-
 .../go-github/{v72 => v55}/github/licenses.go      |    10 +-
 .../go-github/{v72 => v55}/github/messages.go      |   145 +-
 .../go-github/{v72 => v55}/github/migrations.go    |    30 +-
 .../github/migrations_source_import.go             |    38 +-
 .../{v72 => v55}/github/migrations_user.go         |    28 +-
 .../github.com/google/go-github/v55/github/misc.go |   279 +
 .../google/go-github/{v72 => v55}/github/orgs.go   |    35 +-
 .../go-github/v55/github/orgs_actions_allowed.go   |    63 +
 .../v55/github/orgs_actions_permissions.go         |    63 +
 .../google/go-github/v55/github/orgs_audit_log.go  |   156 +
 .../github/orgs_credential_authorizations.go       |    20 +-
 .../github/orgs_custom_roles.go}                   |    68 +-
 .../go-github/{v72 => v55}/github/orgs_hooks.go    |    24 +-
 .../github/orgs_hooks_configuration.go             |     8 +-
 .../{v72 => v55}/github/orgs_hooks_deliveries.go   |    12 +-
 .../go-github/{v72 => v55}/github/orgs_members.go  |    81 +-
 .../github/orgs_outside_collaborators.go           |    12 +-
 .../go-github/{v72 => v55}/github/orgs_packages.go |    77 +-
 .../v55/github/orgs_personal_access_tokens.go      |    34 +
 .../google/go-github/v55/github/orgs_projects.go   |    60 +
 .../google/go-github/v55/github/orgs_rules.go      |   105 +
 .../{v72 => v55}/github/orgs_security_managers.go  |    18 +-
 .../{v72 => v55}/github/orgs_users_blocking.go     |    16 +-
 .../google/go-github/v55/github/packages.go        |   143 +
 .../google/go-github/v55/github/projects.go        |   596 +
 .../google/go-github/{v72 => v55}/github/pulls.go  |   160 +-
 .../{v72 => v55}/github/pulls_comments.go          |    29 +-
 .../{v72 => v55}/github/pulls_reviewers.go         |    31 +-
 .../go-github/{v72 => v55}/github/pulls_reviews.go |    34 +-
 .../go-github/{v72 => v55}/github/pulls_threads.go |     0
 .../go-github/{v72 => v55}/github/reactions.go     |   189 +-
 .../google/go-github/{v72 => v55}/github/repos.go  |   715 +-
 .../{v72 => v55}/github/repos_actions_access.go    |    10 +-
 .../{v72 => v55}/github/repos_actions_allowed.go   |     8 +-
 .../v55/github/repos_actions_permissions.go        |    62 +
 .../{v72 => v55}/github/repos_autolinks.go         |    16 +-
 .../{v72 => v55}/github/repos_codeowners.go        |    19 +-
 .../{v72 => v55}/github/repos_collaborators.go     |    24 +-
 .../{v72 => v55}/github/repos_comments.go          |    24 +-
 .../go-github/{v72 => v55}/github/repos_commits.go |    29 +-
 .../{v72 => v55}/github/repos_community_health.go  |     4 +-
 .../{v72 => v55}/github/repos_contents.go          |    91 +-
 .../github/repos_deployment_branch_policies.go     |    22 +-
 .../{v72 => v55}/github/repos_deployments.go       |    34 +-
 .../{v72 => v55}/github/repos_environments.go      |    34 +-
 .../go-github/{v72 => v55}/github/repos_forks.go   |     8 +-
 .../go-github/{v72 => v55}/github/repos_hooks.go   |    50 +-
 .../github/repos_hooks_configuration.go            |    23 +-
 .../{v72 => v55}/github/repos_hooks_deliveries.go  |    37 +-
 .../{v72 => v55}/github/repos_invitations.go       |    13 +-
 .../go-github/{v72 => v55}/github/repos_keys.go    |    16 +-
 .../go-github/{v72 => v55}/github/repos_lfs.go     |     8 +-
 .../go-github/{v72 => v55}/github/repos_merging.go |     8 +-
 .../go-github/{v72 => v55}/github/repos_pages.go   |    67 +-
 .../{v72 => v55}/github/repos_prereceive_hooks.go  |    16 +-
 .../google/go-github/v55/github/repos_projects.go  |    69 +
 .../{v72 => v55}/github/repos_releases.go          |    69 +-
 .../google/go-github/v55/github/repos_rules.go     |   464 +
 .../go-github/{v72 => v55}/github/repos_stats.go   |    30 +-
 .../{v72 => v55}/github/repos_statuses.go          |    12 +-
 .../go-github/{v72 => v55}/github/repos_tags.go    |    21 +-
 .../go-github/{v72 => v55}/github/repos_traffic.go |    16 +-
 .../google/go-github/{v72 => v55}/github/scim.go   |    97 +-
 .../google/go-github/{v72 => v55}/github/search.go |    36 +-
 .../{v72 => v55}/github/secret_scanning.go         |   131 +-
 .../go-github/v55/github/security_advisories.go    |    37 +
 .../go-github/{v72 => v55}/github/strings.go       |    24 +-
 .../google/go-github/{v72 => v55}/github/teams.go  |   289 +-
 .../github/teams_discussion_comments.go            |    50 +-
 .../{v72 => v55}/github/teams_discussions.go       |    42 +-
 .../go-github/{v72 => v55}/github/teams_members.go |    40 +-
 .../go-github/{v72 => v55}/github/timestamp.go     |     4 +-
 .../google/go-github/{v72 => v55}/github/users.go  |    47 +-
 .../{v72 => v55}/github/users_administration.go    |    16 +-
 .../{v72 => v55}/github/users_blocking.go          |    16 +-
 .../go-github/{v72 => v55}/github/users_emails.go  |    22 +-
 .../{v72 => v55}/github/users_followers.go         |    29 +-
 .../{v72 => v55}/github/users_gpg_keys.go          |    21 +-
 .../go-github/{v72 => v55}/github/users_keys.go    |    19 +-
 .../{v72 => v55}/github/users_packages.go          |    77 +-
 .../google/go-github/v55/github/users_projects.go  |    68 +
 .../{v72 => v55}/github/users_ssh_signing_keys.go  |    21 +-
 .../{v72 => v55}/github/with_appengine.go          |     1 +
 .../{v72 => v55}/github/without_appengine.go       |     1 +
 .../go-github/v72/github/actions_hosted_runners.go |   376 -
 .../v72/github/actions_permissions_enterprise.go   |   258 -
 .../v72/github/actions_permissions_orgs.go         |   271 -
 .../go-github/v72/github/actions_workflow_runs.go  |   546 -
 .../github.com/google/go-github/v72/github/apps.go |   495 -
 .../google/go-github/v72/github/attestations.go    |    27 -
 .../google/go-github/v72/github/codesofconduct.go  |    87 -
 .../google/go-github/v72/github/copilot.go         |   570 -
 .../v72/github/dependency_graph_snapshots.go       |   113 -
 .../google/go-github/v72/github/emojis.go          |    40 -
 .../github/enterprise_actions_hosted_runners.go    |   234 -
 .../v72/github/enterprise_actions_runner_groups.go |   336 -
 .../v72/github/enterprise_actions_runners.go       |   139 -
 .../go-github/v72/github/enterprise_manage_ghes.go |   163 -
 .../v72/github/enterprise_manage_ghes_config.go    |   516 -
 .../github/enterprise_manage_ghes_maintenance.go   |    94 -
 .../v72/github/enterprise_manage_ghes_ssh.go       |    99 -
 .../github/enterprise_network_configurations.go    |   139 -
 .../go-github/v72/github/enterprise_properties.go  |   121 -
 .../go-github/v72/github/enterprise_rules.go       |   118 -
 .../google/go-github/v72/github/markdown.go        |    69 -
 .../github.com/google/go-github/v72/github/meta.go |   188 -
 .../go-github/v72/github/orgs_actions_allowed.go   |    34 -
 .../v72/github/orgs_actions_permissions.go         |    34 -
 .../go-github/v72/github/orgs_attestations.go      |    40 -
 .../google/go-github/v72/github/orgs_audit_log.go  |   142 -
 .../v72/github/orgs_codesecurity_configurations.go |   284 -
 .../go-github/v72/github/orgs_issue_types.go       |    99 -
 .../v72/github/orgs_network_configurations.go      |   236 -
 .../v72/github/orgs_organization_roles.go          |   295 -
 .../v72/github/orgs_personal_access_tokens.go      |   173 -
 .../google/go-github/v72/github/orgs_properties.go |   243 -
 .../google/go-github/v72/github/orgs_rules.go      |   145 -
 .../google/go-github/v72/github/packages.go        |   319 -
 .../google/go-github/v72/github/rate_limit.go      |   133 -
 .../v72/github/repos_actions_permissions.go        |   118 -
 .../go-github/v72/github/repos_attestations.go     |    39 -
 .../github/repos_deployment_protection_rules.go    |   148 -
 .../go-github/v72/github/repos_properties.go       |    60 -
 .../google/go-github/v72/github/repos_rules.go     |   246 -
 .../google/go-github/v72/github/rules.go           |  1228 -
 .../go-github/v72/github/security_advisories.go    |   279 -
 .../go-github/v72/github/users_attestations.go     |    40 -
 vendor/github.com/mattn/go-runewidth/.travis.yml   |    16 +
 vendor/github.com/mattn/go-runewidth/README.md     |     2 +-
 vendor/github.com/mattn/go-runewidth/go.test.sh    |    12 +
 vendor/github.com/mattn/go-runewidth/runewidth.go  |    93 +-
 .../mattn/go-runewidth/runewidth_appengine.go      |     1 -
 .../github.com/mattn/go-runewidth/runewidth_js.go  |     4 +-
 .../mattn/go-runewidth/runewidth_posix.go          |     5 +-
 .../mattn/go-runewidth/runewidth_table.go          |   323 +-
 .../mattn/go-runewidth/runewidth_windows.go        |     4 +-
 .../open-policy-agent/opa/capabilities/v1.4.1.json |  4849 ---
 .../open-policy-agent/opa/capabilities/v1.4.2.json |  4849 ---
 .../open-policy-agent/opa/capabilities/v1.5.0.json |  4849 ---
 .../open-policy-agent/opa/capabilities/v1.5.1.json |  4849 ---
 .../opa/internal/config/config.go                  |    12 +-
 .../open-policy-agent/opa/internal/debug/debug.go  |     2 +-
 .../opa/internal/deepcopy/deepcopy.go              |    16 +-
 .../opa/internal/edittree/bitvector/bitvector.go   |     2 +-
 .../opa/internal/edittree/edittree.go              |     8 +-
 .../opa/internal/future/filter_imports.go          |     8 +-
 .../opa/internal/gojsonschema/draft.go             |     4 +-
 .../opa/internal/gojsonschema/errors.go            |     2 +-
 .../opa/internal/gojsonschema/format_checkers.go   |    32 +-
 .../opa/internal/gojsonschema/internalLog.go       |     2 +-
 .../opa/internal/gojsonschema/jsonLoader.go        |    48 +-
 .../opa/internal/gojsonschema/result.go            |    14 +-
 .../opa/internal/gojsonschema/schema.go            |    62 +-
 .../opa/internal/gojsonschema/schemaLoader.go      |     4 +-
 .../opa/internal/gojsonschema/schemaPool.go        |    12 +-
 .../opa/internal/gojsonschema/schemaType.go        |     9 +-
 .../opa/internal/gojsonschema/subSchema.go         |     6 +-
 .../opa/internal/gojsonschema/utils.go             |    32 +-
 .../opa/internal/gojsonschema/validation.go        |    30 +-
 .../opa/internal/gqlparser}/LICENSE                |     0
 .../opa/internal/gqlparser}/ast/argmap.go          |     0
 .../opa/internal/gqlparser}/ast/collections.go     |     0
 .../opa/internal/gqlparser}/ast/decode.go          |     2 +-
 .../opa/internal/gqlparser}/ast/definition.go      |    16 -
 .../opa/internal/gqlparser}/ast/directive.go       |     0
 .../opa/internal/gqlparser}/ast/document.go        |    16 +-
 .../opa/internal/gqlparser}/ast/dumper.go          |    18 +-
 .../opa/internal/gqlparser}/ast/fragment.go        |     3 -
 .../opa/internal/gqlparser}/ast/operation.go       |     2 -
 .../opa/internal/gqlparser}/ast/path.go            |     9 +-
 .../opa/internal/gqlparser}/ast/selection.go       |    10 +-
 .../opa/internal/gqlparser}/ast/source.go          |     0
 .../opa/internal/gqlparser}/ast/type.go            |     0
 .../opa/internal/gqlparser}/ast/value.go           |     2 -
 .../opa/internal/gqlparser}/gqlerror/error.go      |    61 +-
 .../opa/internal/gqlparser}/lexer/blockstring.go   |     0
 .../opa/internal/gqlparser}/lexer/lexer.go         |    62 +-
 .../opa/internal/gqlparser}/lexer/lexer_test.yml   |    84 +-
 .../opa/internal/gqlparser}/lexer/token.go         |     2 +-
 .../opa/internal/gqlparser}/parser/parser.go       |    89 +-
 .../opa/internal/gqlparser}/parser/query.go        |    47 +-
 .../opa/internal/gqlparser}/parser/query_test.yml  |     1 -
 .../opa/internal/gqlparser}/parser/schema.go       |   274 +-
 .../opa/internal/gqlparser}/parser/schema_test.yml |   114 -
 .../opa/internal/gqlparser}/validator/error.go     |     4 +-
 .../opa/internal/gqlparser}/validator/messaging.go |     0
 .../opa/internal/gqlparser}/validator/prelude.go   |     4 +-
 .../internal/gqlparser/validator/prelude.graphql   |   121 +
 .../validator/rules/fields_on_correct_type.go      |    68 +-
 .../rules/fragments_on_composite_types.go          |    25 +-
 .../validator/rules/known_argument_names.go        |    59 +
 .../gqlparser}/validator/rules/known_directives.go |    23 +-
 .../validator/rules/known_fragment_names.go        |    21 +
 .../gqlparser}/validator/rules/known_root_type.go  |    19 +-
 .../gqlparser/validator/rules/known_type_names.go  |    61 +
 .../validator/rules/lone_anonymous_operation.go    |    21 +
 .../validator/rules/no_fragment_cycles.go          |    21 +-
 .../validator/rules/no_undefined_variables.go      |    19 +-
 .../validator/rules/no_unused_fragments.go         |    32 +
 .../validator/rules/no_unused_variables.go         |    32 +
 .../rules/overlapping_fields_can_be_merged.go      |    22 +-
 .../validator/rules/possible_fragment_spreads.go   |    20 +-
 .../validator/rules/provided_required_arguments.go |    24 +-
 .../gqlparser}/validator/rules/scalar_leafs.go     |    19 +-
 .../validator/rules/single_field_subscriptions.go  |    19 +-
 .../validator/rules/unique_argument_names.go       |    35 +
 .../rules/unique_directives_per_location.go        |    26 +
 .../validator/rules/unique_fragment_names.go       |    24 +
 .../validator/rules/unique_input_field_names.go    |    29 +
 .../validator/rules/unique_operation_names.go      |    24 +
 .../validator/rules/unique_variable_names.go       |    26 +
 .../validator/rules/values_of_correct_type.go      |   168 +
 .../validator/rules/variables_are_input_types.go   |    30 +
 .../rules/variables_in_allowed_position.go         |    19 +-
 .../opa/internal/gqlparser}/validator/schema.go    |    73 +-
 .../internal/gqlparser}/validator/schema_test.yml  |    55 +-
 .../gqlparser}/validator/suggestionList.go         |     0
 .../opa/internal/gqlparser/validator/validator.go  |    45 +
 .../opa/internal/gqlparser}/validator/vars.go      |    18 +-
 .../opa/internal/gqlparser}/validator/walk.go      |    12 +-
 .../opa/internal/jwx/jwa/key_type.go               |     2 +-
 .../opa/internal/jwx/jwa/signature.go              |     2 +-
 .../opa/internal/jwx/jwk/ecdsa.go                  |     4 +-
 .../opa/internal/jwx/jwk/headers.go                |    20 +-
 .../opa/internal/jwx/jwk/interface.go              |     2 +-
 .../open-policy-agent/opa/internal/jwx/jwk/jwk.go  |     8 +-
 .../opa/internal/jwx/jwk/key_ops.go                |     2 +-
 .../open-policy-agent/opa/internal/jwx/jwk/rsa.go  |     4 +-
 .../opa/internal/jwx/jwk/symmetric.go              |     2 +-
 .../opa/internal/jwx/jws/headers.go                |    12 +-
 .../open-policy-agent/opa/internal/jwx/jws/jws.go  |     6 +-
 .../opa/internal/jwx/jws/sign/ecdsa.go             |     4 +-
 .../opa/internal/jwx/jws/sign/hmac.go              |     2 +-
 .../opa/internal/jwx/jws/sign/interface.go         |     2 +-
 .../opa/internal/jwx/jws/sign/rsa.go               |     2 +-
 .../opa/internal/jwx/jws/sign/sign.go              |     2 +-
 .../opa/internal/jwx/jws/verify/ecdsa.go           |     2 +-
 .../opa/internal/jwx/jws/verify/hmac.go            |     2 +-
 .../opa/internal/jwx/jws/verify/interface.go       |     2 +-
 .../opa/internal/jwx/jws/verify/rsa.go             |     2 +-
 .../opa/internal/jwx/jws/verify/verify.go          |     2 +-
 .../open-policy-agent/opa/internal/merge/merge.go  |    14 +-
 .../opa/internal/planner/planner.go                |    79 +-
 .../opa/internal/planner/rules.go                  |    41 +-
 .../opa/internal/providers/aws/crypto/compare.go   |     2 +-
 .../opa/internal/providers/aws/util.go             |     2 +-
 .../open-policy-agent/opa/internal/ref/ref.go      |     7 +-
 .../opa/internal/rego/opa/engine.go                |     6 +-
 .../opa/internal/rego/opa/options.go               |     2 +-
 .../opa/internal/report/report.go                  |     4 +-
 .../opa/internal/strvals/parser.go                 |    64 +-
 .../open-policy-agent/opa/internal/uuid/uuid.go    |     6 +-
 .../opa/internal/version/version.go                |     2 +-
 .../opa/internal/wasm/instruction/control.go       |    16 +-
 .../opa/internal/wasm/instruction/instruction.go   |     4 +-
 .../opa/internal/wasm/instruction/memory.go        |     8 +-
 .../opa/internal/wasm/instruction/numeric.go       |    16 +-
 .../opa/internal/wasm/instruction/variable.go      |    12 +-
 .../open-policy-agent/opa/v1/ast/annotations.go    |    82 +-
 .../open-policy-agent/opa/v1/ast/builtins.go       |     9 +-
 .../open-policy-agent/opa/v1/ast/check.go          |    20 +-
 .../open-policy-agent/opa/v1/ast/compare.go        |    29 +-
 .../open-policy-agent/opa/v1/ast/compile.go        |   103 +-
 .../github.com/open-policy-agent/opa/v1/ast/env.go |     2 +-
 .../open-policy-agent/opa/v1/ast/errors.go         |     2 +-
 .../open-policy-agent/opa/v1/ast/index.go          |     8 +-
 .../open-policy-agent/opa/v1/ast/interning.go      |   248 +-
 .../opa/v1/ast/location/location.go                |     6 +-
 .../github.com/open-policy-agent/opa/v1/ast/map.go |     4 +-
 .../open-policy-agent/opa/v1/ast/parser.go         |   232 +-
 .../open-policy-agent/opa/v1/ast/parser_ext.go     |    13 +-
 .../open-policy-agent/opa/v1/ast/policy.go         |    44 +-
 .../open-policy-agent/opa/v1/ast/pretty.go         |    14 +-
 .../open-policy-agent/opa/v1/ast/rego_v1.go        |    16 +-
 .../open-policy-agent/opa/v1/ast/strings.go        |     2 +-
 .../open-policy-agent/opa/v1/ast/term.go           |   175 +-
 .../open-policy-agent/opa/v1/ast/transform.go      |    22 +-
 .../open-policy-agent/opa/v1/ast/visit.go          |    66 +-
 .../open-policy-agent/opa/v1/bundle/bundle.go      |    65 +-
 .../open-policy-agent/opa/v1/bundle/hash.go        |    12 +-
 .../open-policy-agent/opa/v1/bundle/keys.go        |     6 +-
 .../open-policy-agent/opa/v1/bundle/sign.go        |     7 +-
 .../open-policy-agent/opa/v1/bundle/store.go       |    59 +-
 .../open-policy-agent/opa/v1/bundle/verify.go      |     2 +-
 .../open-policy-agent/opa/v1/config/config.go      |    18 +-
 .../open-policy-agent/opa/v1/format/format.go      |    67 +-
 .../open-policy-agent/opa/v1/ir/pretty.go          |    10 +-
 .../github.com/open-policy-agent/opa/v1/ir/walk.go |    10 +-
 .../open-policy-agent/opa/v1/loader/loader.go      |    28 +-
 .../open-policy-agent/opa/v1/logging/logging.go    |    47 +-
 .../open-policy-agent/opa/v1/metrics/metrics.go    |    32 +-
 .../open-policy-agent/opa/v1/plugins/plugins.go    |    25 +-
 .../open-policy-agent/opa/v1/plugins/rest/auth.go  |   353 +-
 .../open-policy-agent/opa/v1/plugins/rest/aws.go   |   332 -
 .../open-policy-agent/opa/v1/plugins/rest/azure.go |   119 +-
 .../open-policy-agent/opa/v1/plugins/rest/rest.go  |    10 +-
 .../open-policy-agent/opa/v1/rego/rego.go          |    46 +-
 .../open-policy-agent/opa/v1/rego/resultset.go     |    10 +-
 .../open-policy-agent/opa/v1/resolver/wasm/wasm.go |    12 +-
 .../open-policy-agent/opa/v1/storage/inmem/ast.go  |    16 +-
 .../opa/v1/storage/inmem/inmem.go                  |    34 +-
 .../open-policy-agent/opa/v1/storage/inmem/txn.go  |    54 +-
 .../open-policy-agent/opa/v1/storage/interface.go  |    16 +-
 .../opa/v1/storage/internal/errors/errors.go       |     2 +-
 .../opa/v1/storage/internal/ptr/ptr.go             |    14 +-
 .../open-policy-agent/opa/v1/storage/storage.go    |    10 +-
 .../open-policy-agent/opa/v1/topdown/aggregates.go |    31 -
 .../open-policy-agent/opa/v1/topdown/arithmetic.go |    36 +-
 .../open-policy-agent/opa/v1/topdown/binary.go     |     7 +-
 .../open-policy-agent/opa/v1/topdown/bindings.go   |    12 +-
 .../opa/v1/topdown/builtins/builtins.go            |    12 +-
 .../open-policy-agent/opa/v1/topdown/cache.go      |    15 +-
 .../open-policy-agent/opa/v1/topdown/cidr.go       |     3 +-
 .../v1/topdown/copypropagation/copypropagation.go  |     6 +-
 .../opa/v1/topdown/copypropagation/unionfind.go    |     4 +-
 .../open-policy-agent/opa/v1/topdown/crypto.go     |    37 +-
 .../open-policy-agent/opa/v1/topdown/encoding.go   |    16 +-
 .../open-policy-agent/opa/v1/topdown/eval.go       |    77 +-
 .../open-policy-agent/opa/v1/topdown/graphql.go    |    59 +-
 .../open-policy-agent/opa/v1/topdown/http.go       |    54 +-
 .../open-policy-agent/opa/v1/topdown/json.go       |     3 +-
 .../open-policy-agent/opa/v1/topdown/jsonschema.go |     2 +-
 .../open-policy-agent/opa/v1/topdown/object.go     |     7 +-
 .../open-policy-agent/opa/v1/topdown/query.go      |    12 +-
 .../open-policy-agent/opa/v1/topdown/regex.go      |    10 +-
 .../open-policy-agent/opa/v1/topdown/resolver.go   |     4 -
 .../open-policy-agent/opa/v1/topdown/runtime.go    |    26 +-
 .../open-policy-agent/opa/v1/topdown/save.go       |    73 +-
 .../open-policy-agent/opa/v1/topdown/sets.go       |     2 +-
 .../open-policy-agent/opa/v1/topdown/strings.go    |    67 +-
 .../open-policy-agent/opa/v1/topdown/template.go   |     2 +-
 .../open-policy-agent/opa/v1/topdown/time.go       |     4 +-
 .../open-policy-agent/opa/v1/topdown/tokens.go     |    97 +-
 .../open-policy-agent/opa/v1/topdown/trace.go      |    19 +-
 .../open-policy-agent/opa/v1/topdown/type_name.go  |    24 +-
 .../open-policy-agent/opa/v1/topdown/uuid.go       |     2 +-
 .../open-policy-agent/opa/v1/topdown/walk.go       |    30 +-
 .../open-policy-agent/opa/v1/tracing/tracing.go    |     4 +-
 .../open-policy-agent/opa/v1/types/decode.go       |     2 +-
 .../open-policy-agent/opa/v1/types/types.go        |    89 +-
 .../open-policy-agent/opa/v1/util/compare.go       |    28 +-
 .../open-policy-agent/opa/v1/util/hashmap.go       |     4 +-
 .../open-policy-agent/opa/v1/util/json.go          |    18 +-
 .../opa/v1/util/read_gzip_body.go                  |     2 +-
 .../open-policy-agent/opa/v1/version/version.go    |    23 +-
 .../versioned/fake/clientset_generated.go          |    69 -
 .../security/clientset/versioned/fake/doc.go       |     4 -
 .../security/clientset/versioned/fake/register.go  |    40 -
 .../versioned/typed/security/v1/fake/doc.go        |     4 -
 .../v1/fake/fake_podsecuritypolicyreview.go        |    32 -
 .../fake_podsecuritypolicyselfsubjectreview.go     |    32 -
 .../v1/fake/fake_podsecuritypolicysubjectreview.go |    32 -
 .../typed/security/v1/fake/fake_rangeallocation.go |   129 -
 .../typed/security/v1/fake/fake_security_client.go |    40 -
 .../v1/fake/fake_securitycontextconstraints.go     |   129 -
 .../pelletier/go-toml/v2/.goreleaser.yaml          |     2 +-
 .../github.com/pelletier/go-toml/v2/unmarshaler.go |     2 +-
 vendor/github.com/rivo/uniseg/README.md            |    30 +-
 vendor/github.com/rivo/uniseg/eastasianwidth.go    |    78 +-
 vendor/github.com/rivo/uniseg/emojipresentation.go |    18 +-
 vendor/github.com/rivo/uniseg/gen_breaktest.go     |    10 +-
 vendor/github.com/rivo/uniseg/gen_properties.go    |    13 +-
 vendor/github.com/rivo/uniseg/grapheme.go          |    31 +-
 .../github.com/rivo/uniseg/graphemeproperties.go   |    58 +-
 vendor/github.com/rivo/uniseg/graphemerules.go     |   176 +-
 vendor/github.com/rivo/uniseg/line.go              |    10 +-
 vendor/github.com/rivo/uniseg/lineproperties.go    |   109 +-
 vendor/github.com/rivo/uniseg/linerules.go         |   522 +-
 vendor/github.com/rivo/uniseg/properties.go        |    48 +-
 .../github.com/rivo/uniseg/sentenceproperties.go   |    54 +-
 vendor/github.com/rivo/uniseg/sentencerules.go     |   265 +-
 vendor/github.com/rivo/uniseg/step.go              |    24 +-
 vendor/github.com/rivo/uniseg/width.go             |     9 +-
 vendor/github.com/rivo/uniseg/wordproperties.go    |    71 +-
 vendor/github.com/rivo/uniseg/wordrules.go         |   160 +-
 .../cli/fulcio/fulcioverifier/fulcioverifier.go    |    26 +-
 .../v2/cmd/cosign/cli/options/annotations.go       |     3 +-
 .../cosign/v2/cmd/cosign/cli/options/attach.go     |     3 +-
 .../cosign/v2/cmd/cosign/cli/options/attest.go     |     7 +-
 .../cosign/v2/cmd/cosign/cli/options/files.go      |     3 +-
 .../cosign/v2/cmd/cosign/cli/options/key.go        |     8 +-
 .../cosign/v2/cmd/cosign/cli/options/predicate.go  |     6 +-
 .../v2/cmd/cosign/cli/options/signature_digest.go  |     5 +-
 .../v2/cmd/cosign/cli/options/trustedroot.go       |    20 +-
 .../sigstore/cosign/v2/cmd/cosign/cli/sign/sign.go |    24 +-
 .../cosign/v2/cmd/cosign/cli/sign/sign_blob.go     |     6 +-
 .../cosign/v2/cmd/cosign/cli/verify/verify.go      |    47 +-
 .../v2/cmd/cosign/cli/verify/verify_attestation.go |    72 +-
 .../cosign/v2/cmd/cosign/cli/verify/verify_blob.go |    49 +-
 .../cosign/cli/verify/verify_blob_attestation.go   |    41 +-
 .../v2/internal/pkg/cosign/tsa/client/client.go    |     5 +-
 .../sigstore/cosign/v2/pkg/cosign/env/env.go       |    23 -
 .../cosign/v2/pkg/cosign/git/github/github.go      |     2 +-
 .../sigstore/cosign/v2/pkg/cosign/tlog.go          |    38 +-
 .../sigstore/cosign/v2/pkg/cosign/tuf.go           |   111 -
 .../sigstore/cosign/v2/pkg/cosign/verify.go        |   165 +-
 .../sigstore/cosign/v2/pkg/cosign/verify_bundle.go |     2 +-
 .../sigstore/cosign/v2/pkg/cosign/verify_sct.go    |    11 +-
 .../cosign/v2/pkg/providers/github/github.go       |     2 +-
 .../gen/pb-go/bundle/v1/sigstore_bundle.pb.go      |     2 +-
 .../gen/pb-go/common/v1/sigstore_common.pb.go      |    76 +-
 .../protobuf-specs/gen/pb-go/dsse/envelope.pb.go   |     2 +-
 .../gen/pb-go/rekor/v1/sigstore_rekor.pb.go        |     2 +-
 .../pb-go/trustroot/v1/sigstore_trustroot.pb.go    |   337 +-
 vendor/github.com/sigstore/rekor/pkg/tle/tle.go    |     5 +-
 .../sigstore/rekor/pkg/util/checkpoint.go          |     6 +-
 .../sigstore/sigstore-go/pkg/bundle/bundle.go      |     8 +-
 .../sigstore-go/pkg/root/signing_config.go         |   137 +-
 .../sigstore/sigstore-go/pkg/root/trusted_root.go  |     3 +-
 .../sigstore/sigstore-go/pkg/tlog/entry.go         |     4 +-
 .../sigstore/sigstore-go/pkg/tuf/client.go         |     9 +-
 .../sigstore/sigstore-go/pkg/tuf/options.go        |     1 -
 .../sigstore/sigstore-go/pkg/verify/interface.go   |     9 -
 .../sigstore/sigstore-go/pkg/verify/signature.go   |   123 +-
 .../sigstore-go/pkg/verify/signed_entity.go        |    83 +-
 .../sigstore/sigstore-go/pkg/verify/tlog.go        |    11 +-
 .../sigstore/sigstore-go/pkg/verify/tsa.go         |    69 +-
 .../sigstore/sigstore/pkg/signature/kms/kms.go     |    12 +-
 .../timestamp-authority/pkg/verification/verify.go |    42 +-
 .../pkg/verification/verify_request.go             |    17 +-
 .../pkg/apis/pipeline/v1/container_validation.go   |   308 +-
 .../pipeline/pkg/apis/pipeline/v1/task_types.go    |     6 -
 .../pkg/apis/pipeline/v1/task_validation.go        |   344 +-
 .../pkg/apis/pipeline/v1/zz_generated.deepcopy.go  |    44 -
 .../pkg/apis/pipeline/v1beta1/task_validation.go   |     4 +-
 .../go-tuf/v2/metadata/config/config.go            |    67 +-
 .../go-tuf/v2/metadata/fetcher/fetcher.go          |   131 +-
 .../go-tuf/v2/metadata/metadata.go                 |    32 +-
 .../go-tuf/v2/metadata/updater/updater.go          |    60 +-
 .../vbatts/tar-split/archive/tar/format.go         |     4 -
 .../vbatts/tar-split/archive/tar/reader.go         |    14 +-
 .../vbatts/tar-split/archive/tar/writer.go         |     3 -
 .../github.com/vektah/gqlparser/v2/ast/comment.go  |    31 -
 .../v2/validator/imported/prelude.graphql          |   250 -
 .../v2/validator/rules/known_argument_names.go     |    88 -
 .../v2/validator/rules/known_fragment_names.go     |    26 -
 .../v2/validator/rules/known_type_names.go         |    84 -
 .../v2/validator/rules/lone_anonymous_operation.go |    26 -
 .../v2/validator/rules/max_introspection_depth.go  |    90 -
 .../v2/validator/rules/no_unused_fragments.go      |    36 -
 .../v2/validator/rules/no_unused_variables.go      |    37 -
 .../v2/validator/rules/unique_argument_names.go    |    40 -
 .../rules/unique_directives_per_location.go        |    31 -
 .../v2/validator/rules/unique_fragment_names.go    |    29 -
 .../v2/validator/rules/unique_input_field_names.go |    34 -
 .../v2/validator/rules/unique_operation_names.go   |    29 -
 .../v2/validator/rules/unique_variable_names.go    |    31 -
 .../v2/validator/rules/values_of_correct_type.go   |   250 -
 .../validator/rules/variables_are_input_types.go   |    35 -
 .../vektah/gqlparser/v2/validator/validator.go     |    93 -
 .../gitlab-org/api/client-go/.gitlab-ci.yml        |    63 +-
 .../gitlab-org/api/client-go/.tool-versions        |     3 +-
 .../gitlab-org/api/client-go/CHANGELOG.md          |    26 -
 .../gitlab.com/gitlab-org/api/client-go/README.md  |    38 +-
 .../gitlab-org/api/client-go/access_requests.go    |    32 +-
 .../gitlab-org/api/client-go/alert_management.go   |    16 +-
 .../gitlab-org/api/client-go/audit_events.go       |    52 +-
 .../gitlab-org/api/client-go/award_emojis.go       |   114 +-
 .../gitlab.com/gitlab-org/api/client-go/boards.go  |    40 +-
 .../gitlab-org/api/client-go/branches.go           |    91 +-
 .../gitlab-org/api/client-go/cluster_agents.go     |    32 +-
 .../gitlab-org/api/client-go/commitlint.config.mjs |     3 -
 .../gitlab.com/gitlab-org/api/client-go/commits.go |    54 +-
 .../gitlab-org/api/client-go/container_registry.go |    32 +-
 .../container_registry_protection_rules.go         |    16 +-
 .../gitlab.com/gitlab-org/api/client-go/context.go |    33 -
 .../gitlab-org/api/client-go/custom_attributes.go  |     6 +-
 .../gitlab-org/api/client-go/dependencies.go       |     4 +-
 .../gitlab-org/api/client-go/dependency_proxy.go   |     4 +-
 .../gitlab-org/api/client-go/deploy_keys.go        |   106 +-
 .../gitlab-org/api/client-go/deploy_tokens.go      |    32 +-
 .../gitlab-org/api/client-go/deployments.go        |    24 +-
 .../api/client-go/deployments_merge_requests.go    |     4 +-
 .../gitlab-org/api/client-go/discussions.go        |   128 +-
 .../gitlab-org/api/client-go/dora_metrics.go       |    11 +-
 .../gitlab-org/api/client-go/draft_notes.go        |    28 +-
 .../gitlab-org/api/client-go/enterprise_users.go   |    12 +-
 .../gitlab-org/api/client-go/environments.go       |    31 +-
 .../gitlab-org/api/client-go/epic_issues.go        |    50 +-
 .../gitlab.com/gitlab-org/api/client-go/epics.go   |    66 +-
 .../gitlab-org/api/client-go/error_tracking.go     |    20 +-
 .../gitlab-org/api/client-go/event_parsing.go      |     8 +-
 .../api/client-go/event_webhook_types.go           |     3 +-
 .../gitlab.com/gitlab-org/api/client-go/events.go  |     6 +-
 .../api/client-go/external_status_checks.go        |    28 +-
 .../api/client-go/feature_flag_user_lists.go       |    22 +-
 .../gitlab-org/api/client-go/feature_flags.go      |    92 +-
 .../gitlab-org/api/client-go/freeze_periods.go     |    20 +-
 .../gitlab-org/api/client-go/generic_packages.go   |    12 +-
 .../gitlab.com/gitlab-org/api/client-go/gitlab.go  |   319 +-
 .../gitlab.com/gitlab-org/api/client-go/graphql.go |     9 +-
 .../api/client-go/group_access_token

@github-actions github-actions bot force-pushed the actions/update/sources-next branch 2 times, most recently from ce0afa7 to 3c72717 Compare May 28, 2025 02:47
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 41fd64f439c5cea5a4c34661f86f56394085ec48 [bot] Update next from tektoncd/operator to b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711 May 28, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 7 times, most recently from b5fb09f to e500150 Compare June 4, 2025 02:49
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711 [bot] Update next from tektoncd/operator to 20111b3237785fc3d78a3a2b82ec0db70e0347a0 Jun 4, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 6 times, most recently from 1510b8b to 463132a Compare June 10, 2025 02:51
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 20111b3237785fc3d78a3a2b82ec0db70e0347a0 [bot] Update next from tektoncd/operator to da8e8ad9d541a4abe6922b3b8ce5fc884133a27c Jun 10, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch from 463132a to ca825bf Compare June 11, 2025 02:50
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to da8e8ad9d541a4abe6922b3b8ce5fc884133a27c [bot] Update next from tektoncd/operator to 37d039578f5c08ea40a58b7ed71660e4cf0f32f1 Jun 11, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch from ca825bf to 8812a3a Compare June 12, 2025 02:49
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 37d039578f5c08ea40a58b7ed71660e4cf0f32f1 [bot] Update next from tektoncd/operator to a97000a7c52bee405090efe2911700b25211a971 Jun 12, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 4 times, most recently from a302626 to 87f23ff Compare June 16, 2025 02:54
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 2 times, most recently from 67f09c5 to 43fa09f Compare June 18, 2025 02:49
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to a97000a7c52bee405090efe2911700b25211a971 [bot] Update next from tektoncd/operator to 888ea6cd562ba22c4729d9c5b858bdb767c693b4 Jun 18, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 3 times, most recently from 5097186 to dff8cc9 Compare June 21, 2025 02:45
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 888ea6cd562ba22c4729d9c5b858bdb767c693b4 [bot] Update next from tektoncd/operator to 40cadbc581a2f634c89163f525215bc94e4de5e6 Jun 21, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch 4 times, most recently from b89f84e to 4449d39 Compare June 25, 2025 02:52
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 40cadbc581a2f634c89163f525215bc94e4de5e6 [bot] Update next from tektoncd/operator to 53021f144486f045f66c56944521fa6bc980bad2 Jun 25, 2025
@github-actions github-actions bot force-pushed the actions/update/sources-next branch from 4449d39 to d7f2ab5 Compare June 26, 2025 02:51
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 53021f144486f045f66c56944521fa6bc980bad2 [bot] Update next from tektoncd/operator to 4d106754faaf397df9c70115c8ff7d9024633db5 Jun 26, 2025
…0fce4389685d953

    $ git diff --stat 6490b593680dda92f11b49d6e0fce4389685d953..da8e8ad9d541a4abe6922b3b8ce5fc884133a27c
     components.yaml                                    |     4 +-
     .../config/all/operator_v1alpha1_config_cr.yaml    |     2 -
     docs/TektonConfig.md                               |     7 +-
     go.mod                                             |   128 +-
     go.sum                                             |   365 +-
     hack/openshift/fetch-tektoncd-catalog-tasks.sh     |    20 +-
     ...operator-rh.clusterserviceversion.template.yaml |     2 +-
     .../operator/v1alpha1/performance_validation.go    |     4 +-
     pkg/common/scc.go                                  |     6 +-
     pkg/reconciler/common/common.go                    |     2 +-
     pkg/reconciler/common/releases.go                  |    22 +-
     pkg/reconciler/common/releases_test.go             |    30 +-
     .../kubernetes/tektonpipeline/transform.go         |     1 -
     .../kubernetes/tektonresult/tektonresult.go        |     5 -
     pkg/reconciler/openshift/common/cabundle.go        |    44 -
     pkg/reconciler/openshift/common/cabundle_test.go   |   135 -
     .../test-cabundle-statefulset-expected.yaml        |    38 -
     .../common/testdata/test-cabundle-statefulset.yaml |    24 -
     .../test-remove-fsgroup-statefulset-expected.yaml  |    24 -
     .../testdata/test-remove-fsgroup-statefulset.yaml  |    25 -
     ...est-remove-runasgroup-statefulset-expected.yaml |    23 -
     .../test-remove-runasgroup-statefulset.yaml        |    24 -
     ...test-remove-runasuser-statefulset-expected.yaml |    23 -
     .../test-remove-runasuser-statefulset.yaml         |    24 -
     pkg/reconciler/openshift/common/transformer.go     |    84 -
     .../openshift/common/transformer_test.go           |    87 -
     pkg/reconciler/openshift/tektonchain/extension.go  |     7 -
     pkg/reconciler/openshift/tektonconfig/extension.go |    17 +-
     pkg/reconciler/openshift/tektonconfig/rbac.go      |   347 +-
     pkg/reconciler/openshift/tektonconfig/rbac_test.go |   562 -
     .../00-prereconcile/openshift-pipelines-scc.yaml   |    42 -
     .../openshift/tektonpipeline/extension.go          |     7 -
     pkg/reconciler/openshift/tektonresult/extension.go |     4 -
     vendor/cloud.google.com/go/auth/CHANGES.md         |     8 -
     .../go/auth/internal/transport/cba.go              |    24 +
     .../go/compute/metadata/CHANGES.md                 |     7 -
     .../go/compute/metadata/metadata.go                |   160 +-
     .../go/compute/metadata/syscheck.go                |     4 +-
     .../go/compute/metadata/syscheck_linux.go          |     4 +-
     .../go/compute/metadata/syscheck_windows.go        |     3 +-
     vendor/github.com/ProtonMail/go-crypto/AUTHORS     |     3 +
     .../github.com/ProtonMail/go-crypto/CONTRIBUTORS   |     3 +
     vendor/github.com/ProtonMail/go-crypto/LICENSE     |    27 +
     vendor/github.com/ProtonMail/go-crypto/PATENTS     |    22 +
     .../ProtonMail/go-crypto/bitcurves/bitcurve.go     |   381 +
     .../ProtonMail/go-crypto/brainpool/brainpool.go    |   134 +
     .../ProtonMail/go-crypto/brainpool/rcurve.go       |    83 +
     vendor/github.com/ProtonMail/go-crypto/eax/eax.go  |   162 +
     .../ProtonMail/go-crypto/eax/eax_test_vectors.go   |    58 +
     .../ProtonMail/go-crypto/eax/random_vectors.go     |   131 +
     .../go-crypto/internal/byteutil/byteutil.go        |    90 +
     vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go  |   313 +
     .../ProtonMail/go-crypto/ocb/random_vectors.go     |   136 +
     .../go-crypto/ocb/rfc7253_test_vectors_suite_a.go  |    78 +
     .../go-crypto/ocb/rfc7253_test_vectors_suite_b.go  |    25 +
     .../go-crypto/openpgp/aes/keywrap/keywrap.go       |   153 +
     .../ProtonMail/go-crypto/openpgp/armor/armor.go    |   183 +
     .../ProtonMail/go-crypto/openpgp/armor/encode.go   |   206 +
     .../ProtonMail/go-crypto/openpgp/canonical_text.go |    71 +
     .../ProtonMail/go-crypto/openpgp/ecdh/ecdh.go      |   206 +
     .../ProtonMail/go-crypto/openpgp/ecdsa/ecdsa.go    |    80 +
     .../go-crypto/openpgp/ed25519/ed25519.go           |   115 +
     .../ProtonMail/go-crypto/openpgp/ed448/ed448.go    |   119 +
     .../ProtonMail/go-crypto/openpgp/eddsa/eddsa.go    |    91 +
     .../go-crypto/openpgp/elgamal/elgamal.go           |   124 +
     .../ProtonMail/go-crypto/openpgp/errors/errors.go  |   180 +
     .../ProtonMail/go-crypto/openpgp/hash.go           |    24 +
     .../go-crypto/openpgp/internal/algorithm/aead.go   |    65 +
     .../go-crypto/openpgp/internal/algorithm/cipher.go |    97 +
     .../go-crypto/openpgp/internal/algorithm/hash.go   |   143 +
     .../go-crypto/openpgp/internal/ecc/curve25519.go   |   171 +
     .../go-crypto/openpgp/internal/ecc/curve_info.go   |   143 +
     .../go-crypto/openpgp/internal/ecc/curves.go       |    48 +
     .../go-crypto/openpgp/internal/ecc/ed25519.go      |   120 +
     .../go-crypto/openpgp/internal/ecc/ed448.go        |   119 +
     .../go-crypto/openpgp/internal/ecc/generic.go      |   149 +
     .../go-crypto/openpgp/internal/ecc/x448.go         |   107 +
     .../openpgp/internal/encoding/encoding.go          |    27 +
     .../go-crypto/openpgp/internal/encoding/mpi.go     |    91 +
     .../go-crypto/openpgp/internal/encoding/oid.go     |    88 +
     .../ProtonMail/go-crypto/openpgp/key_generation.go |   456 +
     .../ProtonMail/go-crypto/openpgp/keys.go           |   901 +
     .../ProtonMail/go-crypto/openpgp/keys_test_data.go |   538 +
     .../go-crypto/openpgp/packet/aead_config.go        |    67 +
     .../go-crypto/openpgp/packet/aead_crypter.go       |   250 +
     .../go-crypto/openpgp/packet/aead_encrypted.go     |   100 +
     .../go-crypto/openpgp/packet/compressed.go         |   161 +
     .../ProtonMail/go-crypto/openpgp/packet/config.go  |   410 +
     .../go-crypto/openpgp/packet/config_v5.go          |     7 +
     .../go-crypto/openpgp/packet/encrypted_key.go      |   584 +
     .../ProtonMail/go-crypto/openpgp/packet/literal.go |    91 +
     .../ProtonMail/go-crypto/openpgp/packet/marker.go  |    33 +
     .../go-crypto/openpgp/packet/notation.go           |    29 +
     .../ProtonMail/go-crypto/openpgp/packet/ocfb.go    |   137 +
     .../go-crypto/openpgp/packet/one_pass_signature.go |   157 +
     .../ProtonMail/go-crypto/openpgp/packet/opaque.go  |   170 +
     .../ProtonMail/go-crypto/openpgp/packet/packet.go  |   675 +
     .../go-crypto/openpgp/packet/packet_sequence.go    |   222 +
     .../go-crypto/openpgp/packet/packet_unsupported.go |    24 +
     .../ProtonMail/go-crypto/openpgp/packet/padding.go |    26 +
     .../go-crypto/openpgp/packet/private_key.go        |  1191 +
     .../openpgp/packet/private_key_test_data.go        |    12 +
     .../go-crypto/openpgp/packet/public_key.go         |  1120 +
     .../openpgp/packet/public_key_test_data.go         |    24 +
     .../ProtonMail/go-crypto/openpgp/packet/reader.go  |   209 +
     .../go-crypto/openpgp/packet/recipient.go          |    15 +
     .../go-crypto/openpgp/packet/signature.go          |  1509 +
     .../openpgp/packet/symmetric_key_encrypted.go      |   331 +
     .../openpgp/packet/symmetrically_encrypted.go      |    94 +
     .../openpgp/packet/symmetrically_encrypted_aead.go |   168 +
     .../openpgp/packet/symmetrically_encrypted_mdc.go  |   256 +
     .../go-crypto/openpgp/packet/userattribute.go      |   100 +
     .../ProtonMail/go-crypto/openpgp/packet/userid.go  |   166 +
     .../ProtonMail/go-crypto/openpgp/read.go           |   619 +
     .../go-crypto/openpgp/read_write_test_data.go      |   457 +
     .../ProtonMail/go-crypto/openpgp/s2k/s2k.go        |   436 +
     .../ProtonMail/go-crypto/openpgp/s2k/s2k_cache.go  |    26 +
     .../ProtonMail/go-crypto/openpgp/s2k/s2k_config.go |   129 +
     .../ProtonMail/go-crypto/openpgp/write.go          |   620 +
     .../ProtonMail/go-crypto/openpgp/x25519/x25519.go  |   221 +
     .../ProtonMail/go-crypto/openpgp/x448/x448.go      |   229 +
     .../aws/aws-sdk-go-v2/aws/go_module_metadata.go    |     2 +-
     .../aws/aws-sdk-go-v2/aws/signer/v4/stream.go      |     2 +-
     .../aws/aws-sdk-go-v2/config/CHANGELOG.md          |    24 -
     .../aws/aws-sdk-go-v2/config/go_module_metadata.go |     2 +-
     .../aws/aws-sdk-go-v2/credentials/CHANGELOG.md     |    24 -
     .../credentials/go_module_metadata.go              |     2 +-
     .../aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md    |     4 -
     .../feature/ec2/imds/go_module_metadata.go         |     2 +-
     .../internal/configsources/CHANGELOG.md            |     4 -
     .../internal/configsources/go_module_metadata.go   |     2 +-
     .../internal/endpoints/awsrulesfn/partitions.json  |    19 -
     .../internal/endpoints/v2/CHANGELOG.md             |     4 -
     .../internal/endpoints/v2/go_module_metadata.go    |     2 +-
     .../service/internal/presigned-url/CHANGELOG.md    |     4 -
     .../internal/presigned-url/go_module_metadata.go   |     2 +-
     .../aws/aws-sdk-go-v2/service/sso/CHANGELOG.md     |    12 -
     .../service/sso/go_module_metadata.go              |     2 +-
     .../service/sso/internal/endpoints/endpoints.go    |    31 -
     .../aws/aws-sdk-go-v2/service/ssooidc/CHANGELOG.md |    12 -
     .../service/ssooidc/api_op_CreateTokenWithIAM.go   |     6 -
     .../aws-sdk-go-v2/service/ssooidc/deserializers.go |    45 -
     .../service/ssooidc/go_module_metadata.go          |     2 +-
     .../ssooidc/internal/endpoints/endpoints.go        |    23 -
     .../aws-sdk-go-v2/service/ssooidc/types/types.go   |    13 -
     .../aws/aws-sdk-go-v2/service/sts/CHANGELOG.md     |    16 -
     .../service/sts/go_module_metadata.go              |     2 +-
     .../service/sts/internal/endpoints/endpoints.go    |    31 -
     vendor/github.com/aws/smithy-go/CHANGELOG.md       |    10 -
     .../github.com/aws/smithy-go/go_module_metadata.go |     2 +-
     vendor/github.com/buildkite/agent/v3/api/agents.go |    57 +-
     vendor/github.com/buildkite/agent/v3/api/client.go |   116 +-
     vendor/github.com/buildkite/agent/v3/api/jobs.go   |    28 +-
     vendor/github.com/buildkite/agent/v3/api/pings.go  |    12 +-
     .../github.com/buildkite/agent/v3/version/VERSION  |     2 +-
     vendor/github.com/cenkalti/backoff/v5/.gitignore   |    25 -
     vendor/github.com/cenkalti/backoff/v5/CHANGELOG.md |    29 -
     vendor/github.com/cenkalti/backoff/v5/LICENSE      |    20 -
     vendor/github.com/cenkalti/backoff/v5/README.md    |    31 -
     vendor/github.com/cenkalti/backoff/v5/backoff.go   |    66 -
     vendor/github.com/cenkalti/backoff/v5/error.go     |    46 -
     .../github.com/cenkalti/backoff/v5/exponential.go  |   125 -
     vendor/github.com/cenkalti/backoff/v5/retry.go     |   139 -
     vendor/github.com/cenkalti/backoff/v5/ticker.go    |    83 -
     vendor/github.com/cenkalti/backoff/v5/timer.go     |    35 -
     vendor/github.com/cloudflare/circl/LICENSE         |    57 +
     .../github.com/cloudflare/circl/dh/x25519/curve.go |    96 +
     .../cloudflare/circl/dh/x25519/curve_amd64.go      |    30 +
     .../cloudflare/circl/dh/x25519/curve_amd64.h       |   111 +
     .../cloudflare/circl/dh/x25519/curve_amd64.s       |   156 +
     .../cloudflare/circl/dh/x25519/curve_generic.go    |    85 +
     .../cloudflare/circl/dh/x25519/curve_noasm.go      |    11 +
     .../github.com/cloudflare/circl/dh/x25519/doc.go   |    19 +
     .../github.com/cloudflare/circl/dh/x25519/key.go   |    47 +
     .../github.com/cloudflare/circl/dh/x25519/table.go |   268 +
     .../github.com/cloudflare/circl/dh/x448/curve.go   |   104 +
     .../cloudflare/circl/dh/x448/curve_amd64.go        |    30 +
     .../cloudflare/circl/dh/x448/curve_amd64.h         |   111 +
     .../cloudflare/circl/dh/x448/curve_amd64.s         |   193 +
     .../cloudflare/circl/dh/x448/curve_generic.go      |   100 +
     .../cloudflare/circl/dh/x448/curve_noasm.go        |    11 +
     vendor/github.com/cloudflare/circl/dh/x448/doc.go  |    19 +
     vendor/github.com/cloudflare/circl/dh/x448/key.go  |    46 +
     .../github.com/cloudflare/circl/dh/x448/table.go   |   460 +
     .../cloudflare/circl/ecc/goldilocks/constants.go   |    71 +
     .../cloudflare/circl/ecc/goldilocks/curve.go       |    80 +
     .../cloudflare/circl/ecc/goldilocks/isogeny.go     |    52 +
     .../cloudflare/circl/ecc/goldilocks/point.go       |   171 +
     .../cloudflare/circl/ecc/goldilocks/scalar.go      |   203 +
     .../cloudflare/circl/ecc/goldilocks/twist.go       |   138 +
     .../cloudflare/circl/ecc/goldilocks/twistPoint.go  |   135 +
     .../cloudflare/circl/ecc/goldilocks/twistTables.go |   216 +
     .../circl/ecc/goldilocks/twist_basemult.go         |    62 +
     .../cloudflare/circl/internal/conv/conv.go         |   140 +
     .../cloudflare/circl/internal/sha3/doc.go          |    62 +
     .../cloudflare/circl/internal/sha3/hashes.go       |    69 +
     .../cloudflare/circl/internal/sha3/keccakf.go      |   391 +
     .../cloudflare/circl/internal/sha3/rc.go           |    29 +
     .../cloudflare/circl/internal/sha3/sha3.go         |   200 +
     .../cloudflare/circl/internal/sha3/sha3_s390x.s    |    33 +
     .../cloudflare/circl/internal/sha3/shake.go        |   119 +
     .../cloudflare/circl/internal/sha3/xor.go          |    15 +
     .../cloudflare/circl/internal/sha3/xor_generic.go  |    33 +
     .../circl/internal/sha3/xor_unaligned.go           |    61 +
     .../github.com/cloudflare/circl/math/fp25519/fp.go |   205 +
     .../cloudflare/circl/math/fp25519/fp_amd64.go      |    45 +
     .../cloudflare/circl/math/fp25519/fp_amd64.h       |   351 +
     .../cloudflare/circl/math/fp25519/fp_amd64.s       |   111 +
     .../cloudflare/circl/math/fp25519/fp_generic.go    |   317 +
     .../cloudflare/circl/math/fp25519/fp_noasm.go      |    13 +
     .../github.com/cloudflare/circl/math/fp448/fp.go   |   164 +
     .../cloudflare/circl/math/fp448/fp_amd64.go        |    43 +
     .../cloudflare/circl/math/fp448/fp_amd64.h         |   591 +
     .../cloudflare/circl/math/fp448/fp_amd64.s         |    74 +
     .../cloudflare/circl/math/fp448/fp_generic.go      |   339 +
     .../cloudflare/circl/math/fp448/fp_noasm.go        |    12 +
     .../cloudflare/circl/math/fp448/fuzzer.go          |    75 +
     .../cloudflare/circl/math/mlsbset/mlsbset.go       |   122 +
     .../cloudflare/circl/math/mlsbset/power.go         |    64 +
     vendor/github.com/cloudflare/circl/math/primes.go  |    34 +
     vendor/github.com/cloudflare/circl/math/wnaf.go    |    84 +
     .../cloudflare/circl/sign/ed25519/ed25519.go       |   453 +
     .../cloudflare/circl/sign/ed25519/modular.go       |   175 +
     .../cloudflare/circl/sign/ed25519/mult.go          |   180 +
     .../cloudflare/circl/sign/ed25519/point.go         |   195 +
     .../cloudflare/circl/sign/ed25519/pubkey.go        |     9 +
     .../cloudflare/circl/sign/ed25519/pubkey112.go     |     7 +
     .../cloudflare/circl/sign/ed25519/signapi.go       |    87 +
     .../cloudflare/circl/sign/ed25519/tables.go        |   213 +
     .../cloudflare/circl/sign/ed448/ed448.go           |   411 +
     .../cloudflare/circl/sign/ed448/signapi.go         |    87 +
     vendor/github.com/cloudflare/circl/sign/sign.go    |   110 +
     vendor/github.com/docker/cli/AUTHORS               |    31 +-
     vendor/github.com/docker/cli/cli/config/config.go  |     9 +-
     .../docker/cli/cli/config/configfile/file.go       |    17 +-
     .../cli/cli/config/credentials/file_store.go       |    36 +-
     .../docker-credential-helpers/client/command.go    |    25 +-
     vendor/github.com/fsnotify/fsnotify/.cirrus.yml    |     2 +-
     vendor/github.com/fsnotify/fsnotify/CHANGELOG.md   |    35 +-
     .../github.com/fsnotify/fsnotify/CONTRIBUTING.md   |     1 -
     vendor/github.com/fsnotify/fsnotify/README.md      |     2 +
     vendor/github.com/fsnotify/fsnotify/backend_fen.go |   107 +-
     .../fsnotify/fsnotify/backend_inotify.go           |   421 +-
     .../github.com/fsnotify/fsnotify/backend_kqueue.go |   112 +-
     .../github.com/fsnotify/fsnotify/backend_other.go  |     5 +-
     .../fsnotify/fsnotify/backend_windows.go           |    24 +-
     vendor/github.com/fsnotify/fsnotify/fsnotify.go    |    10 +-
     .../fsnotify/fsnotify/internal/darwin.go           |     6 +-
     .../fsnotify/fsnotify/internal/freebsd.go          |     4 +-
     .../github.com/fsnotify/fsnotify/internal/unix.go  |     6 +-
     .../fsnotify/fsnotify/internal/windows.go          |     4 +-
     vendor/github.com/fsnotify/fsnotify/shared.go      |    64 -
     .../github.com/fsnotify/fsnotify/staticcheck.conf  |     3 -
     vendor/github.com/go-logr/logr/.golangci.yaml      |    16 +-
     vendor/github.com/go-logr/logr/funcr/funcr.go      |     8 +-
     .../certificate-transparency-go/.golangci.yaml     |    67 +-
     .../certificate-transparency-go/CHANGELOG.md       |    71 -
     .../google/certificate-transparency-go/README.md   |     4 +-
     .../client/logclient.go                            |     1 -
     .../jsonclient/client.go                           |    93 +-
     .../loglist3/logfilter.go                          |     4 +-
     .../certificate-transparency-go/x509/pkix/pkix.go  |     1 -
     .../certificate-transparency-go/x509/x509.go       |    92 +-
     .../x509util/pem_cert_pool.go                      |     2 +
     .../google/go-containerregistry/pkg/name/digest.go |    21 +-
     .../go-containerregistry/pkg/name/registry.go      |    37 -
     .../go-containerregistry/pkg/name/repository.go    |    37 -
     .../google/go-containerregistry/pkg/name/tag.go    |    40 +-
     .../go-containerregistry/pkg/v1/google/list.go     |     4 +-
     .../google/go-containerregistry/pkg/v1/hash.go     |    23 +-
     .../go-containerregistry/pkg/v1/layout/write.go    |     6 +-
     .../go-containerregistry/pkg/v1/mutate/index.go    |    28 +-
     .../go-containerregistry/pkg/v1/mutate/mutate.go   |    14 +-
     .../go-containerregistry/pkg/v1/remote/pusher.go   |     2 +-
     .../go-containerregistry/pkg/v1/remote/write.go    |     4 +-
     .../google/go-github/{v72 => v55}/AUTHORS          |    61 -
     .../google/go-github/{v72 => v55}/LICENSE          |     0
     .../go-github/{v72 => v55}/github/actions.go       |     2 +-
     .../{v72 => v55}/github/actions_artifacts.go       |    72 +-
     .../go-github/{v72 => v55}/github/actions_cache.go |    44 +-
     .../go-github/{v72 => v55}/github/actions_oidc.go  |    16 +-
     .../v55/github/actions_required_workflows.go       |   247 +
     .../{v72 => v55}/github/actions_runner_groups.go   |    52 +-
     .../{v72 => v55}/github/actions_runners.go         |   181 +-
     .../{v72 => v55}/github/actions_secrets.go         |    91 +-
     .../{v72 => v55}/github/actions_variables.go       |   106 +-
     .../{v72 => v55}/github/actions_workflow_jobs.go   |    72 +-
     .../go-github/v55/github/actions_workflow_runs.go  |   373 +
     .../{v72 => v55}/github/actions_workflows.go       |    44 +-
     .../go-github/{v72 => v55}/github/activity.go      |     6 +-
     .../{v72 => v55}/github/activity_events.go         |    38 +-
     .../{v72 => v55}/github/activity_notifications.go  |    55 +-
     .../go-github/{v72 => v55}/github/activity_star.go |    23 +-
     .../{v72 => v55}/github/activity_watching.go       |    23 +-
     .../google/go-github/{v72 => v55}/github/admin.go  |    10 +-
     .../go-github/{v72 => v55}/github/admin_orgs.go    |    12 +-
     .../go-github/{v72 => v55}/github/admin_stats.go   |    14 +-
     .../go-github/{v72 => v55}/github/admin_users.go   |    34 +-
     .../github.com/google/go-github/v55/github/apps.go |   359 +
     .../go-github/{v72 => v55}/github/apps_hooks.go    |     8 +-
     .../{v72 => v55}/github/apps_hooks_deliveries.go   |    12 +-
     .../{v72 => v55}/github/apps_installation.go       |    20 +-
     .../go-github/{v72 => v55}/github/apps_manifest.go |     4 +-
     .../{v72 => v55}/github/apps_marketplace.go        |    29 +-
     .../{v72 => v55}/github/authorizations.go          |    32 +-
     .../go-github/{v72 => v55}/github/billing.go       |    37 +-
     .../google/go-github/{v72 => v55}/github/checks.go |    59 +-
     .../github/code-scanning.go}                       |    97 +-
     .../go-github/{v72 => v55}/github/codespaces.go    |    30 +-
     .../{v72 => v55}/github/codespaces_secrets.go      |    92 +-
     .../go-github/{v72 => v55}/github/dependabot.go    |     2 +-
     .../{v72 => v55}/github/dependabot_alerts.go       |    58 +-
     .../{v72 => v55}/github/dependabot_secrets.go      |    56 +-
     .../{v72 => v55}/github/dependency_graph.go        |     4 +-
     .../google/go-github/{v72 => v55}/github/doc.go    |    30 +-
     .../go-github/{v72 => v55}/github/enterprise.go    |     2 +-
     .../v55/github/enterprise_actions_runners.go       |    88 +
     .../{v72 => v55}/github/enterprise_audit_log.go    |     4 +-
     .../enterprise_code_security_and_analysis.go       |    13 +-
     .../google/go-github/{v72 => v55}/github/event.go  |     0
     .../go-github/{v72 => v55}/github/event_types.go   |   669 +-
     .../google/go-github/{v72 => v55}/github/gists.go  |    63 +-
     .../{v72 => v55}/github/gists_comments.go          |    20 +-
     .../google/go-github/{v72 => v55}/github/git.go    |     2 +-
     .../go-github/{v72 => v55}/github/git_blobs.go     |    12 +-
     .../go-github/{v72 => v55}/github/git_commits.go   |    69 +-
     .../go-github/{v72 => v55}/github/git_refs.go      |    22 +-
     .../go-github/{v72 => v55}/github/git_tags.go      |     8 +-
     .../go-github/{v72 => v55}/github/git_trees.go     |     8 +-
     .../{v72 => v55}/github/github-accessors.go        | 15740 +++------
     .../google/go-github/{v72 => v55}/github/github.go |   545 +-
     .../go-github/{v72 => v55}/github/gitignore.go     |    10 +-
     .../go-github/{v72 => v55}/github/interactions.go  |     2 +-
     .../{v72 => v55}/github/interactions_orgs.go       |    14 +-
     .../{v72 => v55}/github/interactions_repos.go      |    14 +-
     .../go-github/{v72 => v55}/github/issue_import.go  |    12 +-
     .../google/go-github/{v72 => v55}/github/issues.go |    77 +-
     .../{v72 => v55}/github/issues_assignees.go        |    16 +-
     .../{v72 => v55}/github/issues_comments.go         |    23 +-
     .../go-github/{v72 => v55}/github/issues_events.go |    41 +-
     .../go-github/{v72 => v55}/github/issues_labels.go |    46 +-
     .../{v72 => v55}/github/issues_milestones.go       |    20 +-
     .../{v72 => v55}/github/issues_timeline.go         |    19 +-
     .../go-github/{v72 => v55}/github/licenses.go      |    10 +-
     .../go-github/{v72 => v55}/github/messages.go      |   145 +-
     .../go-github/{v72 => v55}/github/migrations.go    |    30 +-
     .../github/migrations_source_import.go             |    38 +-
     .../{v72 => v55}/github/migrations_user.go         |    28 +-
     .../github.com/google/go-github/v55/github/misc.go |   279 +
     .../google/go-github/{v72 => v55}/github/orgs.go   |    35 +-
     .../go-github/v55/github/orgs_actions_allowed.go   |    63 +
     .../v55/github/orgs_actions_permissions.go         |    63 +
     .../google/go-github/v55/github/orgs_audit_log.go  |   156 +
     .../github/orgs_credential_authorizations.go       |    20 +-
     .../github/orgs_custom_roles.go}                   |    68 +-
     .../go-github/{v72 => v55}/github/orgs_hooks.go    |    24 +-
     .../github/orgs_hooks_configuration.go             |     8 +-
     .../{v72 => v55}/github/orgs_hooks_deliveries.go   |    12 +-
     .../go-github/{v72 => v55}/github/orgs_members.go  |    81 +-
     .../github/orgs_outside_collaborators.go           |    12 +-
     .../go-github/{v72 => v55}/github/orgs_packages.go |    77 +-
     .../v55/github/orgs_personal_access_tokens.go      |    34 +
     .../google/go-github/v55/github/orgs_projects.go   |    60 +
     .../google/go-github/v55/github/orgs_rules.go      |   105 +
     .../{v72 => v55}/github/orgs_security_managers.go  |    18 +-
     .../{v72 => v55}/github/orgs_users_blocking.go     |    16 +-
     .../google/go-github/v55/github/packages.go        |   143 +
     .../google/go-github/v55/github/projects.go        |   596 +
     .../google/go-github/{v72 => v55}/github/pulls.go  |   160 +-
     .../{v72 => v55}/github/pulls_comments.go          |    29 +-
     .../{v72 => v55}/github/pulls_reviewers.go         |    31 +-
     .../go-github/{v72 => v55}/github/pulls_reviews.go |    34 +-
     .../go-github/{v72 => v55}/github/pulls_threads.go |     0
     .../go-github/{v72 => v55}/github/reactions.go     |   189 +-
     .../google/go-github/{v72 => v55}/github/repos.go  |   715 +-
     .../{v72 => v55}/github/repos_actions_access.go    |    10 +-
     .../{v72 => v55}/github/repos_actions_allowed.go   |     8 +-
     .../v55/github/repos_actions_permissions.go        |    62 +
     .../{v72 => v55}/github/repos_autolinks.go         |    16 +-
     .../{v72 => v55}/github/repos_codeowners.go        |    19 +-
     .../{v72 => v55}/github/repos_collaborators.go     |    24 +-
     .../{v72 => v55}/github/repos_comments.go          |    24 +-
     .../go-github/{v72 => v55}/github/repos_commits.go |    29 +-
     .../{v72 => v55}/github/repos_community_health.go  |     4 +-
     .../{v72 => v55}/github/repos_contents.go          |    91 +-
     .../github/repos_deployment_branch_policies.go     |    22 +-
     .../{v72 => v55}/github/repos_deployments.go       |    34 +-
     .../{v72 => v55}/github/repos_environments.go      |    34 +-
     .../go-github/{v72 => v55}/github/repos_forks.go   |     8 +-
     .../go-github/{v72 => v55}/github/repos_hooks.go   |    50 +-
     .../github/repos_hooks_configuration.go            |    23 +-
     .../{v72 => v55}/github/repos_hooks_deliveries.go  |    37 +-
     .../{v72 => v55}/github/repos_invitations.go       |    13 +-
     .../go-github/{v72 => v55}/github/repos_keys.go    |    16 +-
     .../go-github/{v72 => v55}/github/repos_lfs.go     |     8 +-
     .../go-github/{v72 => v55}/github/repos_merging.go |     8 +-
     .../go-github/{v72 => v55}/github/repos_pages.go   |    67 +-
     .../{v72 => v55}/github/repos_prereceive_hooks.go  |    16 +-
     .../google/go-github/v55/github/repos_projects.go  |    69 +
     .../{v72 => v55}/github/repos_releases.go          |    69 +-
     .../google/go-github/v55/github/repos_rules.go     |   464 +
     .../go-github/{v72 => v55}/github/repos_stats.go   |    30 +-
     .../{v72 => v55}/github/repos_statuses.go          |    12 +-
     .../go-github/{v72 => v55}/github/repos_tags.go    |    21 +-
     .../go-github/{v72 => v55}/github/repos_traffic.go |    16 +-
     .../google/go-github/{v72 => v55}/github/scim.go   |    97 +-
     .../google/go-github/{v72 => v55}/github/search.go |    36 +-
     .../{v72 => v55}/github/secret_scanning.go         |   131 +-
     .../go-github/v55/github/security_advisories.go    |    37 +
     .../go-github/{v72 => v55}/github/strings.go       |    24 +-
     .../google/go-github/{v72 => v55}/github/teams.go  |   289 +-
     .../github/teams_discussion_comments.go            |    50 +-
     .../{v72 => v55}/github/teams_discussions.go       |    42 +-
     .../go-github/{v72 => v55}/github/teams_members.go |    40 +-
     .../go-github/{v72 => v55}/github/timestamp.go     |     4 +-
     .../google/go-github/{v72 => v55}/github/users.go  |    47 +-
     .../{v72 => v55}/github/users_administration.go    |    16 +-
     .../{v72 => v55}/github/users_blocking.go          |    16 +-
     .../go-github/{v72 => v55}/github/users_emails.go  |    22 +-
     .../{v72 => v55}/github/users_followers.go         |    29 +-
     .../{v72 => v55}/github/users_gpg_keys.go          |    21 +-
     .../go-github/{v72 => v55}/github/users_keys.go    |    19 +-
     .../{v72 => v55}/github/users_packages.go          |    77 +-
     .../google/go-github/v55/github/users_projects.go  |    68 +
     .../{v72 => v55}/github/users_ssh_signing_keys.go  |    21 +-
     .../{v72 => v55}/github/with_appengine.go          |     1 +
     .../{v72 => v55}/github/without_appengine.go       |     1 +
     .../go-github/v72/github/actions_hosted_runners.go |   376 -
     .../v72/github/actions_permissions_enterprise.go   |   258 -
     .../v72/github/actions_permissions_orgs.go         |   271 -
     .../go-github/v72/github/actions_workflow_runs.go  |   546 -
     .../github.com/google/go-github/v72/github/apps.go |   495 -
     .../google/go-github/v72/github/attestations.go    |    27 -
     .../google/go-github/v72/github/codesofconduct.go  |    87 -
     .../google/go-github/v72/github/copilot.go         |   570 -
     .../v72/github/dependency_graph_snapshots.go       |   113 -
     .../google/go-github/v72/github/emojis.go          |    40 -
     .../github/enterprise_actions_hosted_runners.go    |   234 -
     .../v72/github/enterprise_actions_runner_groups.go |   336 -
     .../v72/github/enterprise_actions_runners.go       |   139 -
     .../go-github/v72/github/enterprise_manage_ghes.go |   163 -
     .../v72/github/enterprise_manage_ghes_config.go    |   516 -
     .../github/enterprise_manage_ghes_maintenance.go   |    94 -
     .../v72/github/enterprise_manage_ghes_ssh.go       |    99 -
     .../github/enterprise_network_configurations.go    |   139 -
     .../go-github/v72/github/enterprise_properties.go  |   121 -
     .../go-github/v72/github/enterprise_rules.go       |   118 -
     .../google/go-github/v72/github/markdown.go        |    69 -
     .../github.com/google/go-github/v72/github/meta.go |   188 -
     .../go-github/v72/github/orgs_actions_allowed.go   |    34 -
     .../v72/github/orgs_actions_permissions.go         |    34 -
     .../go-github/v72/github/orgs_attestations.go      |    40 -
     .../google/go-github/v72/github/orgs_audit_log.go  |   142 -
     .../v72/github/orgs_codesecurity_configurations.go |   284 -
     .../go-github/v72/github/orgs_issue_types.go       |    99 -
     .../v72/github/orgs_network_configurations.go      |   236 -
     .../v72/github/orgs_organization_roles.go          |   295 -
     .../v72/github/orgs_personal_access_tokens.go      |   173 -
     .../google/go-github/v72/github/orgs_properties.go |   243 -
     .../google/go-github/v72/github/orgs_rules.go      |   145 -
     .../google/go-github/v72/github/packages.go        |   319 -
     .../google/go-github/v72/github/rate_limit.go      |   133 -
     .../v72/github/repos_actions_permissions.go        |   118 -
     .../go-github/v72/github/repos_attestations.go     |    39 -
     .../github/repos_deployment_protection_rules.go    |   148 -
     .../go-github/v72/github/repos_properties.go       |    60 -
     .../google/go-github/v72/github/repos_rules.go     |   246 -
     .../google/go-github/v72/github/rules.go           |  1228 -
     .../go-github/v72/github/security_advisories.go    |   279 -
     .../go-github/v72/github/users_attestations.go     |    40 -
     vendor/github.com/mattn/go-runewidth/.travis.yml   |    16 +
     vendor/github.com/mattn/go-runewidth/README.md     |     2 +-
     vendor/github.com/mattn/go-runewidth/go.test.sh    |    12 +
     vendor/github.com/mattn/go-runewidth/runewidth.go  |    93 +-
     .../mattn/go-runewidth/runewidth_appengine.go      |     1 -
     .../github.com/mattn/go-runewidth/runewidth_js.go  |     4 +-
     .../mattn/go-runewidth/runewidth_posix.go          |     5 +-
     .../mattn/go-runewidth/runewidth_table.go          |   323 +-
     .../mattn/go-runewidth/runewidth_windows.go        |     4 +-
     .../open-policy-agent/opa/capabilities/v1.4.1.json |  4849 ---
     .../open-policy-agent/opa/capabilities/v1.4.2.json |  4849 ---
     .../open-policy-agent/opa/capabilities/v1.5.0.json |  4849 ---
     .../open-policy-agent/opa/capabilities/v1.5.1.json |  4849 ---
     .../opa/internal/config/config.go                  |    12 +-
     .../open-policy-agent/opa/internal/debug/debug.go  |     2 +-
     .../opa/internal/deepcopy/deepcopy.go              |    16 +-
     .../opa/internal/edittree/bitvector/bitvector.go   |     2 +-
     .../opa/internal/edittree/edittree.go              |     8 +-
     .../opa/internal/future/filter_imports.go          |     8 +-
     .../opa/internal/gojsonschema/draft.go             |     4 +-
     .../opa/internal/gojsonschema/errors.go            |     2 +-
     .../opa/internal/gojsonschema/format_checkers.go   |    32 +-
     .../opa/internal/gojsonschema/internalLog.go       |     2 +-
     .../opa/internal/gojsonschema/jsonLoader.go        |    48 +-
     .../opa/internal/gojsonschema/result.go            |    14 +-
     .../opa/internal/gojsonschema/schema.go            |    62 +-
     .../opa/internal/gojsonschema/schemaLoader.go      |     4 +-
     .../opa/internal/gojsonschema/schemaPool.go        |    12 +-
     .../opa/internal/gojsonschema/schemaType.go        |     9 +-
     .../opa/internal/gojsonschema/subSchema.go         |     6 +-
     .../opa/internal/gojsonschema/utils.go             |    32 +-
     .../opa/internal/gojsonschema/validation.go        |    30 +-
     .../opa/internal/gqlparser}/LICENSE                |     0
     .../opa/internal/gqlparser}/ast/argmap.go          |     0
     .../opa/internal/gqlparser}/ast/collections.go     |     0
     .../opa/internal/gqlparser}/ast/decode.go          |     2 +-
     .../opa/internal/gqlparser}/ast/definition.go      |    16 -
     .../opa/internal/gqlparser}/ast/directive.go       |     0
     .../opa/internal/gqlparser}/ast/document.go        |    16 +-
     .../opa/internal/gqlparser}/ast/dumper.go          |    18 +-
     .../opa/internal/gqlparser}/ast/fragment.go        |     3 -
     .../opa/internal/gqlparser}/ast/operation.go       |     2 -
     .../opa/internal/gqlparser}/ast/path.go            |     9 +-
     .../opa/internal/gqlparser}/ast/selection.go       |    10 +-
     .../opa/internal/gqlparser}/ast/source.go          |     0
     .../opa/internal/gqlparser}/ast/type.go            |     0
     .../opa/internal/gqlparser}/ast/value.go           |     2 -
     .../opa/internal/gqlparser}/gqlerror/error.go      |    61 +-
     .../opa/internal/gqlparser}/lexer/blockstring.go   |     0
     .../opa/internal/gqlparser}/lexer/lexer.go         |    62 +-
     .../opa/internal/gqlparser}/lexer/lexer_test.yml   |    84 +-
     .../opa/internal/gqlparser}/lexer/token.go         |     2 +-
     .../opa/internal/gqlparser}/parser/parser.go       |    89 +-
     .../opa/internal/gqlparser}/parser/query.go        |    47 +-
     .../opa/internal/gqlparser}/parser/query_test.yml  |     1 -
     .../opa/internal/gqlparser}/parser/schema.go       |   274 +-
     .../opa/internal/gqlparser}/parser/schema_test.yml |   114 -
     .../opa/internal/gqlparser}/validator/error.go     |     4 +-
     .../opa/internal/gqlparser}/validator/messaging.go |     0
     .../opa/internal/gqlparser}/validator/prelude.go   |     4 +-
     .../internal/gqlparser/validator/prelude.graphql   |   121 +
     .../validator/rules/fields_on_correct_type.go      |    68 +-
     .../rules/fragments_on_composite_types.go          |    25 +-
     .../validator/rules/known_argument_names.go        |    59 +
     .../gqlparser}/validator/rules/known_directives.go |    23 +-
     .../validator/rules/known_fragment_names.go        |    21 +
     .../gqlparser}/validator/rules/known_root_type.go  |    19 +-
     .../gqlparser/validator/rules/known_type_names.go  |    61 +
     .../validator/rules/lone_anonymous_operation.go    |    21 +
     .../validator/rules/no_fragment_cycles.go          |    21 +-
     .../validator/rules/no_undefined_variables.go      |    19 +-
     .../validator/rules/no_unused_fragments.go         |    32 +
     .../validator/rules/no_unused_variables.go         |    32 +
     .../rules/overlapping_fields_can_be_merged.go      |    22 +-
     .../validator/rules/possible_fragment_spreads.go   |    20 +-
     .../validator/rules/provided_required_arguments.go |    24 +-
     .../gqlparser}/validator/rules/scalar_leafs.go     |    19 +-
     .../validator/rules/single_field_subscriptions.go  |    19 +-
     .../validator/rules/unique_argument_names.go       |    35 +
     .../rules/unique_directives_per_location.go        |    26 +
     .../validator/rules/unique_fragment_names.go       |    24 +
     .../validator/rules/unique_input_field_names.go    |    29 +
     .../validator/rules/unique_operation_names.go      |    24 +
     .../validator/rules/unique_variable_names.go       |    26 +
     .../validator/rules/values_of_correct_type.go      |   168 +
     .../validator/rules/variables_are_input_types.go   |    30 +
     .../rules/variables_in_allowed_position.go         |    19 +-
     .../opa/internal/gqlparser}/validator/schema.go    |    73 +-
     .../internal/gqlparser}/validator/schema_test.yml  |    55 +-
     .../gqlparser}/validator/suggestionList.go         |     0
     .../opa/internal/gqlparser/validator/validator.go  |    45 +
     .../opa/internal/gqlparser}/validator/vars.go      |    18 +-
     .../opa/internal/gqlparser}/validator/walk.go      |    12 +-
     .../opa/internal/jwx/jwa/key_type.go               |     2 +-
     .../opa/internal/jwx/jwa/signature.go              |     2 +-
     .../opa/internal/jwx/jwk/ecdsa.go                  |     4 +-
     .../opa/internal/jwx/jwk/headers.go                |    20 +-
     .../opa/internal/jwx/jwk/interface.go              |     2 +-
     .../open-policy-agent/opa/internal/jwx/jwk/jwk.go  |     8 +-
     .../opa/internal/jwx/jwk/key_ops.go                |     2 +-
     .../open-policy-agent/opa/internal/jwx/jwk/rsa.go  |     4 +-
     .../opa/internal/jwx/jwk/symmetric.go              |     2 +-
     .../opa/internal/jwx/jws/headers.go                |    12 +-
     .../open-policy-agent/opa/internal/jwx/jws/jws.go  |     6 +-
     .../opa/internal/jwx/jws/sign/ecdsa.go             |     4 +-
     .../opa/internal/jwx/jws/sign/hmac.go              |     2 +-
     .../opa/internal/jwx/jws/sign/interface.go         |     2 +-
     .../opa/internal/jwx/jws/sign/rsa.go               |     2 +-
     .../opa/internal/jwx/jws/sign/sign.go              |     2 +-
     .../opa/internal/jwx/jws/verify/ecdsa.go           |     2 +-
     .../opa/internal/jwx/jws/verify/hmac.go            |     2 +-
     .../opa/internal/jwx/jws/verify/interface.go       |     2 +-
     .../opa/internal/jwx/jws/verify/rsa.go             |     2 +-
     .../opa/internal/jwx/jws/verify/verify.go          |     2 +-
     .../open-policy-agent/opa/internal/merge/merge.go  |    14 +-
     .../opa/internal/planner/planner.go                |    79 +-
     .../opa/internal/planner/rules.go                  |    41 +-
     .../opa/internal/providers/aws/crypto/compare.go   |     2 +-
     .../opa/internal/providers/aws/util.go             |     2 +-
     .../open-policy-agent/opa/internal/ref/ref.go      |     7 +-
     .../opa/internal/rego/opa/engine.go                |     6 +-
     .../opa/internal/rego/opa/options.go               |     2 +-
     .../opa/internal/report/report.go                  |     4 +-
     .../opa/internal/strvals/parser.go                 |    64 +-
     .../open-policy-agent/opa/internal/uuid/uuid.go    |     6 +-
     .../opa/internal/version/version.go                |     2 +-
     .../opa/internal/wasm/instruction/control.go       |    16 +-
     .../opa/internal/wasm/instruction/instruction.go   |     4 +-
     .../opa/internal/wasm/instruction/memory.go        |     8 +-
     .../opa/internal/wasm/instruction/numeric.go       |    16 +-
     .../opa/internal/wasm/instruction/variable.go      |    12 +-
     .../open-policy-agent/opa/v1/ast/annotations.go    |    82 +-
     .../open-policy-agent/opa/v1/ast/builtins.go       |     9 +-
     .../open-policy-agent/opa/v1/ast/check.go          |    20 +-
     .../open-policy-agent/opa/v1/ast/compare.go        |    29 +-
     .../open-policy-agent/opa/v1/ast/compile.go        |   103 +-
     .../github.com/open-policy-agent/opa/v1/ast/env.go |     2 +-
     .../open-policy-agent/opa/v1/ast/errors.go         |     2 +-
     .../open-policy-agent/opa/v1/ast/index.go          |     8 +-
     .../open-policy-agent/opa/v1/ast/interning.go      |   248 +-
     .../opa/v1/ast/location/location.go                |     6 +-
     .../github.com/open-policy-agent/opa/v1/ast/map.go |     4 +-
     .../open-policy-agent/opa/v1/ast/parser.go         |   232 +-
     .../open-policy-agent/opa/v1/ast/parser_ext.go     |    13 +-
     .../open-policy-agent/opa/v1/ast/policy.go         |    44 +-
     .../open-policy-agent/opa/v1/ast/pretty.go         |    14 +-
     .../open-policy-agent/opa/v1/ast/rego_v1.go        |    16 +-
     .../open-policy-agent/opa/v1/ast/strings.go        |     2 +-
     .../open-policy-agent/opa/v1/ast/term.go           |   175 +-
     .../open-policy-agent/opa/v1/ast/transform.go      |    22 +-
     .../open-policy-agent/opa/v1/ast/visit.go          |    66 +-
     .../open-policy-agent/opa/v1/bundle/bundle.go      |    65 +-
     .../open-policy-agent/opa/v1/bundle/hash.go        |    12 +-
     .../open-policy-agent/opa/v1/bundle/keys.go        |     6 +-
     .../open-policy-agent/opa/v1/bundle/sign.go        |     7 +-
     .../open-policy-agent/opa/v1/bundle/store.go       |    59 +-
     .../open-policy-agent/opa/v1/bundle/verify.go      |     2 +-
     .../open-policy-agent/opa/v1/config/config.go      |    18 +-
     .../open-policy-agent/opa/v1/format/format.go      |    67 +-
     .../open-policy-agent/opa/v1/ir/pretty.go          |    10 +-
     .../github.com/open-policy-agent/opa/v1/ir/walk.go |    10 +-
     .../open-policy-agent/opa/v1/loader/loader.go      |    28 +-
     .../open-policy-agent/opa/v1/logging/logging.go    |    47 +-
     .../open-policy-agent/opa/v1/metrics/metrics.go    |    32 +-
     .../open-policy-agent/opa/v1/plugins/plugins.go    |    25 +-
     .../open-policy-agent/opa/v1/plugins/rest/auth.go  |   353 +-
     .../open-policy-agent/opa/v1/plugins/rest/aws.go   |   332 -
     .../open-policy-agent/opa/v1/plugins/rest/azure.go |   119 +-
     .../open-policy-agent/opa/v1/plugins/rest/rest.go  |    10 +-
     .../open-policy-agent/opa/v1/rego/rego.go          |    46 +-
     .../open-policy-agent/opa/v1/rego/resultset.go     |    10 +-
     .../open-policy-agent/opa/v1/resolver/wasm/wasm.go |    12 +-
     .../open-policy-agent/opa/v1/storage/inmem/ast.go  |    16 +-
     .../opa/v1/storage/inmem/inmem.go                  |    34 +-
     .../open-policy-agent/opa/v1/storage/inmem/txn.go  |    54 +-
     .../open-policy-agent/opa/v1/storage/interface.go  |    16 +-
     .../opa/v1/storage/internal/errors/errors.go       |     2 +-
     .../opa/v1/storage/internal/ptr/ptr.go             |    14 +-
     .../open-policy-agent/opa/v1/storage/storage.go    |    10 +-
     .../open-policy-agent/opa/v1/topdown/aggregates.go |    31 -
     .../open-policy-agent/opa/v1/topdown/arithmetic.go |    36 +-
     .../open-policy-agent/opa/v1/topdown/binary.go     |     7 +-
     .../open-policy-agent/opa/v1/topdown/bindings.go   |    12 +-
     .../opa/v1/topdown/builtins/builtins.go            |    12 +-
     .../open-policy-agent/opa/v1/topdown/cache.go      |    15 +-
     .../open-policy-agent/opa/v1/topdown/cidr.go       |     3 +-
     .../v1/topdown/copypropagation/copypropagation.go  |     6 +-
     .../opa/v1/topdown/copypropagation/unionfind.go    |     4 +-
     .../open-policy-agent/opa/v1/topdown/crypto.go     |    37 +-
     .../open-policy-agent/opa/v1/topdown/encoding.go   |    16 +-
     .../open-policy-agent/opa/v1/topdown/eval.go       |    77 +-
     .../open-policy-agent/opa/v1/topdown/graphql.go    |    59 +-
     .../open-policy-agent/opa/v1/topdown/http.go       |    54 +-
     .../open-policy-agent/opa/v1/topdown/json.go       |     3 +-
     .../open-policy-agent/opa/v1/topdown/jsonschema.go |     2 +-
     .../open-policy-agent/opa/v1/topdown/object.go     |     7 +-
     .../open-policy-agent/opa/v1/topdown/query.go      |    12 +-
     .../open-policy-agent/opa/v1/topdown/regex.go      |    10 +-
     .../open-policy-agent/opa/v1/topdown/resolver.go   |     4 -
     .../open-policy-agent/opa/v1/topdown/runtime.go    |    26 +-
     .../open-policy-agent/opa/v1/topdown/save.go       |    73 +-
     .../open-policy-agent/opa/v1/topdown/sets.go       |     2 +-
     .../open-policy-agent/opa/v1/topdown/strings.go    |    67 +-
     .../open-policy-agent/opa/v1/topdown/template.go   |     2 +-
     .../open-policy-agent/opa/v1/topdown/time.go       |     4 +-
     .../open-policy-agent/opa/v1/topdown/tokens.go     |    97 +-
     .../open-policy-agent/opa/v1/topdown/trace.go      |    19 +-
     .../open-policy-agent/opa/v1/topdown/type_name.go  |    24 +-
     .../open-policy-agent/opa/v1/topdown/uuid.go       |     2 +-
     .../open-policy-agent/opa/v1/topdown/walk.go       |    30 +-
     .../open-policy-agent/opa/v1/tracing/tracing.go    |     4 +-
     .../open-policy-agent/opa/v1/types/decode.go       |     2 +-
     .../open-policy-agent/opa/v1/types/types.go        |    89 +-
     .../open-policy-agent/opa/v1/util/compare.go       |    28 +-
     .../open-policy-agent/opa/v1/util/hashmap.go       |     4 +-
     .../open-policy-agent/opa/v1/util/json.go          |    18 +-
     .../opa/v1/util/read_gzip_body.go                  |     2 +-
     .../open-policy-agent/opa/v1/version/version.go    |    23 +-
     .../versioned/fake/clientset_generated.go          |    69 -
     .../security/clientset/versioned/fake/doc.go       |     4 -
     .../security/clientset/versioned/fake/register.go  |    40 -
     .../versioned/typed/security/v1/fake/doc.go        |     4 -
     .../v1/fake/fake_podsecuritypolicyreview.go        |    32 -
     .../fake_podsecuritypolicyselfsubjectreview.go     |    32 -
     .../v1/fake/fake_podsecuritypolicysubjectreview.go |    32 -
     .../typed/security/v1/fake/fake_rangeallocation.go |   129 -
     .../typed/security/v1/fake/fake_security_client.go |    40 -
     .../v1/fake/fake_securitycontextconstraints.go     |   129 -
     .../pelletier/go-toml/v2/.goreleaser.yaml          |     2 +-
     .../github.com/pelletier/go-toml/v2/unmarshaler.go |     2 +-
     vendor/github.com/rivo/uniseg/README.md            |    30 +-
     vendor/github.com/rivo/uniseg/eastasianwidth.go    |    78 +-
     vendor/github.com/rivo/uniseg/emojipresentation.go |    18 +-
     vendor/github.com/rivo/uniseg/gen_breaktest.go     |    10 +-
     vendor/github.com/rivo/uniseg/gen_properties.go    |    13 +-
     vendor/github.com/rivo/uniseg/grapheme.go          |    31 +-
     .../github.com/rivo/uniseg/graphemeproperties.go   |    58 +-
     vendor/github.com/rivo/uniseg/graphemerules.go     |   176 +-
     vendor/github.com/rivo/uniseg/line.go              |    10 +-
     vendor/github.com/rivo/uniseg/lineproperties.go    |   109 +-
     vendor/github.com/rivo/uniseg/linerules.go         |   522 +-
     vendor/github.com/rivo/uniseg/properties.go        |    48 +-
     .../github.com/rivo/uniseg/sentenceproperties.go   |    54 +-
     vendor/github.com/rivo/uniseg/sentencerules.go     |   265 +-
     vendor/github.com/rivo/uniseg/step.go              |    24 +-
     vendor/github.com/rivo/uniseg/width.go             |     9 +-
     vendor/github.com/rivo/uniseg/wordproperties.go    |    71 +-
     vendor/github.com/rivo/uniseg/wordrules.go         |   160 +-
     .../cli/fulcio/fulcioverifier/fulcioverifier.go    |    26 +-
     .../v2/cmd/cosign/cli/options/annotations.go       |     3 +-
     .../cosign/v2/cmd/cosign/cli/options/attach.go     |     3 +-
     .../cosign/v2/cmd/cosign/cli/options/attest.go     |     7 +-
     .../cosign/v2/cmd/cosign/cli/options/files.go      |     3 +-
     .../cosign/v2/cmd/cosign/cli/options/key.go        |     8 +-
     .../cosign/v2/cmd/cosign/cli/options/predicate.go  |     6 +-
     .../v2/cmd/cosign/cli/options/signature_digest.go  |     5 +-
     .../v2/cmd/cosign/cli/options/trustedroot.go       |    20 +-
     .../sigstore/cosign/v2/cmd/cosign/cli/sign/sign.go |    24 +-
     .../cosign/v2/cmd/cosign/cli/sign/sign_blob.go     |     6 +-
     .../cosign/v2/cmd/cosign/cli/verify/verify.go      |    47 +-
     .../v2/cmd/cosign/cli/verify/verify_attestation.go |    72 +-
     .../cosign/v2/cmd/cosign/cli/verify/verify_blob.go |    49 +-
     .../cosign/cli/verify/verify_blob_attestation.go   |    41 +-
     .../v2/internal/pkg/cosign/tsa/client/client.go    |     5 +-
     .../sigstore/cosign/v2/pkg/cosign/env/env.go       |    23 -
     .../cosign/v2/pkg/cosign/git/github/github.go      |     2 +-
     .../sigstore/cosign/v2/pkg/cosign/tlog.go          |    38 +-
     .../sigstore/cosign/v2/pkg/cosign/tuf.go           |   111 -
     .../sigstore/cosign/v2/pkg/cosign/verify.go        |   165 +-
     .../sigstore/cosign/v2/pkg/cosign/verify_bundle.go |     2 +-
     .../sigstore/cosign/v2/pkg/cosign/verify_sct.go    |    11 +-
     .../cosign/v2/pkg/providers/github/github.go       |     2 +-
     .../gen/pb-go/bundle/v1/sigstore_bundle.pb.go      |     2 +-
     .../gen/pb-go/common/v1/sigstore_common.pb.go      |    76 +-
     .../protobuf-specs/gen/pb-go/dsse/envelope.pb.go   |     2 +-
     .../gen/pb-go/rekor/v1/sigstore_rekor.pb.go        |     2 +-
     .../pb-go/trustroot/v1/sigstore_trustroot.pb.go    |   337 +-
     vendor/github.com/sigstore/rekor/pkg/tle/tle.go    |     5 +-
     .../sigstore/rekor/pkg/util/checkpoint.go          |     6 +-
     .../sigstore/sigstore-go/pkg/bundle/bundle.go      |     8 +-
     .../sigstore-go/pkg/root/signing_config.go         |   137 +-
     .../sigstore/sigstore-go/pkg/root/trusted_root.go  |     3 +-
     .../sigstore/sigstore-go/pkg/tlog/entry.go         |     4 +-
     .../sigstore/sigstore-go/pkg/tuf/client.go         |     9 +-
     .../sigstore/sigstore-go/pkg/tuf/options.go        |     1 -
     .../sigstore/sigstore-go/pkg/verify/interface.go   |     9 -
     .../sigstore/sigstore-go/pkg/verify/signature.go   |   123 +-
     .../sigstore-go/pkg/verify/signed_entity.go        |    83 +-
     .../sigstore/sigstore-go/pkg/verify/tlog.go        |    11 +-
     .../sigstore/sigstore-go/pkg/verify/tsa.go         |    69 +-
     .../sigstore/sigstore/pkg/signature/kms/kms.go     |    12 +-
     .../timestamp-authority/pkg/verification/verify.go |    42 +-
     .../pkg/verification/verify_request.go             |    17 +-
     .../pkg/apis/pipeline/v1/container_validation.go   |   308 +-
     .../pipeline/pkg/apis/pipeline/v1/task_types.go    |     6 -
     .../pkg/apis/pipeline/v1/task_validation.go        |   344 +-
     .../pkg/apis/pipeline/v1/zz_generated.deepcopy.go  |    44 -
     .../pkg/apis/pipeline/v1beta1/task_validation.go   |     4 +-
     .../go-tuf/v2/metadata/config/config.go            |    67 +-
     .../go-tuf/v2/metadata/fetcher/fetcher.go          |   131 +-
     .../go-tuf/v2/metadata/metadata.go                 |    32 +-
     .../go-tuf/v2/metadata/updater/updater.go          |    60 +-
     .../vbatts/tar-split/archive/tar/format.go         |     4 -
     .../vbatts/tar-split/archive/tar/reader.go         |    14 +-
     .../vbatts/tar-split/archive/tar/writer.go         |     3 -
     .../github.com/vektah/gqlparser/v2/ast/comment.go  |    31 -
     .../v2/validator/imported/prelude.graphql          |   250 -
     .../v2/validator/rules/known_argument_names.go     |    88 -
     .../v2/validator/rules/known_fragment_names.go     |    26 -
     .../v2/validator/rules/known_type_names.go         |    84 -
     .../v2/validator/rules/lone_anonymous_operation.go |    26 -
     .../v2/validator/rules/max_introspection_depth.go  |    90 -
     .../v2/validator/rules/no_unused_fragments.go      |    36 -
     .../v2/validator/rules/no_unused_variables.go      |    37 -
     .../v2/validator/rules/unique_argument_names.go    |    40 -
     .../rules/unique_directives_per_location.go        |    31 -
     .../v2/validator/rules/unique_fragment_names.go    |    29 -
     .../v2/validator/rules/unique_input_field_names.go |    34 -
     .../v2/validator/rules/unique_operation_names.go   |    29 -
     .../v2/validator/rules/unique_variable_names.go    |    31 -
     .../v2/validator/rules/values_of_correct_type.go   |   250 -
     .../validator/rules/variables_are_input_types.go   |    35 -
     .../vektah/gqlparser/v2/validator/validator.go     |    93 -
     .../gitlab-org/api/client-go/.gitlab-ci.yml        |    63 +-
     .../gitlab-org/api/client-go/.tool-versions        |     3 +-
     .../gitlab-org/api/client-go/CHANGELOG.md          |    26 -
     .../gitlab.com/gitlab-org/api/client-go/README.md  |    38 +-
     .../gitlab-org/api/client-go/access_requests.go    |    32 +-
     .../gitlab-org/api/client-go/alert_management.go   |    16 +-
     .../gitlab-org/api/client-go/audit_events.go       |    52 +-
     .../gitlab-org/api/client-go/award_emojis.go       |   114 +-
     .../gitlab.com/gitlab-org/api/client-go/boards.go  |    40 +-
     .../gitlab-org/api/client-go/branches.go           |    91 +-
     .../gitlab-org/api/client-go/cluster_agents.go     |    32 +-
     .../gitlab-org/api/client-go/commitlint.config.mjs |     3 -
     .../gitlab.com/gitlab-org/api/client-go/commits.go |    54 +-
     .../gitlab-org/api/client-go/container_registry.go |    32 +-
     .../container_registry_protection_rules.go         |    16 +-
     .../gitlab.com/gitlab-org/api/client-go/context.go |    33 -
     .../gitlab-org/api/client-go/custom_attributes.go  |     6 +-
     .../gitlab-org/api/client-go/dependencies.go       |     4 +-
     .../gitlab-org/api/client-go/dependency_proxy.go   |     4 +-
     .../gitlab-org/api/client-go/deploy_keys.go        |   106 +-
     .../gitlab-org/api/client-go/deploy_tokens.go      |    32 +-
     .../gitlab-org/api/client-go/deployments.go        |    24 +-
     .../api/client-go/deployments_merge_requests.go    |     4 +-
     .../gitlab-org/api/client-go/discussions.go        |   128 +-
     .../gitlab-org/api/client-go/dora_metrics.go       |    11 +-
     .../gitlab-org/api/client-go/draft_notes.go        |    28 +-
     .../gitlab-org/api/client-go/enterprise_users.go   |    12 +-
     .../gitlab-org/api/client-go/environments.go       |    31 +-
     .../gitlab-org/api/client-go/epic_issues.go        |    50 +-
     .../gitlab.com/gitlab-org/api/client-go/epics.go   |    66 +-
     .../gitlab-org/api/client-go/error_tracking.go     |    20 +-
     .../gitlab-org/api/client-go/event_parsing.go      |     8 +-
     .../api/client-go/event_webhook_types.go           |     3 +-
     .../gitlab.com/gitlab-org/api/client-go/events.go  |     6 +-
     .../api/client-go/external_status_checks.go        |    28 +-
     .../api/client-go/feature_flag_user_lists.go       |    22 +-
     .../gitlab-org/api/client-go/feature_flags.go      |    92 +-
     .../gitlab-org/api/client-go/freeze_periods.go     |    20 +-
     .../gitlab-org/api/client-go/generic_packages.go   |    12 +-
     .../gitlab.com/gitlab-org/api/client-go/gitlab.go  |   319 +-
     .../gitlab.com/gitlab-org/api/client-go/graphql.go |     9 +-
     .../api/client-go/group_access_token

https://github.com/tektoncd/operator/compare/6490b593680dda92f11b49d6e0fce4389685d953..da8e8ad9d541a4abe6922b3b8ce5fc884133a27c
@github-actions github-actions bot force-pushed the actions/update/sources-next branch from d7f2ab5 to e898b7e Compare June 27, 2025 02:52
@github-actions github-actions bot changed the title [bot] Update next from tektoncd/operator to 4d106754faaf397df9c70115c8ff7d9024633db5 [bot] Update next from tektoncd/operator to 6490b593680dda92f11b49d6e0fce4389685d953 Jun 27, 2025
@pramodbindal pramodbindal force-pushed the next branch 3 times, most recently from a47e9ae to 2e3caa1 Compare July 18, 2025 09:56
@pramodbindal pramodbindal force-pushed the next branch 4 times, most recently from f4fe686 to 012ea45 Compare September 30, 2025 07:33
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