Skip to content

Commit f4e9c43

Browse files
author
openshift-pipelines-bot
committed
[bot] Update nightly from tektoncd/pruner:main to 54412c210b87dc43df10a13e61fcfa20f1614735
$ git diff --stat 54412c210b87dc43df10a13e61fcfa20f1614735..ebc49cfb7551af3b43d671844af45dae37ffb301 .github/workflows/ci.yaml | 2 +- .github/workflows/codeql.yml | 6 +- .github/workflows/dependency-review.yaml | 5 +- .github/workflows/go-coverage.yaml | 2 +- .github/workflows/kind-e2e.yaml | 10 +- .github/workflows/reusable-e2e.yaml | 2 +- .github/workflows/scorecard.yaml | 4 +- .github/workflows/woke.yaml | 2 +- .github/workflows/zizmor.yaml | 2 +- .tekton/release-patch.yaml | 7 - .tekton/release.yaml | 7 - README.md | 1 - go.mod | 45 +- go.sum | 86 +- tekton/publish.yaml | 10 +- tekton/release-pipeline.yaml | 231 +- test/e2e_test.go | 3 - .../containerd/stargz-snapshotter/estargz/LICENSE | 202 + .../containerd/stargz-snapshotter/estargz/build.go | 756 + .../stargz-snapshotter/estargz/errorutil/errors.go | 40 + .../stargz-snapshotter/estargz/estargz.go | 1232 ++ .../containerd/stargz-snapshotter/estargz/gzip.go | 237 + .../stargz-snapshotter/estargz/testutil.go | 2403 +++ .../containerd/stargz-snapshotter/estargz/types.go | 342 + vendor/github.com/google/cel-go/cel/program.go | 2 +- vendor/github.com/google/cel-go/checker/cost.go | 5 - .../google/cel-go/common/env/BUILD.bazel | 4 - vendor/github.com/google/cel-go/common/env/env.go | 65 +- vendor/github.com/google/cel-go/common/env/io.go | 271 - .../google/cel-go/common/overloads/overloads.go | 1 + .../google/cel-go/common/stdlib/standard.go | 2 + .../internal/estargz/estargz.go | 54 + .../go-containerregistry/pkg/authn/keychain.go | 3 +- .../go-containerregistry/pkg/name/registry.go | 4 +- .../google/go-containerregistry/pkg/v1/manifest.go | 2 - .../go-containerregistry/pkg/v1/mutate/image.go | 141 +- .../go-containerregistry/pkg/v1/mutate/mutate.go | 123 +- .../go-containerregistry/pkg/v1/partial/with.go | 13 +- .../go-containerregistry/pkg/v1/remote/fetcher.go | 128 +- .../go-containerregistry/pkg/v1/remote/image.go | 40 +- .../go-containerregistry/pkg/v1/remote/index.go | 8 +- .../go-containerregistry/pkg/v1/remote/limiter.go | 55 - .../go-containerregistry/pkg/v1/remote/options.go | 3 - .../go-containerregistry/pkg/v1/remote/pusher.go | 8 +- .../pkg/v1/remote/referrers.go | 2 +- .../pkg/v1/remote/transport/bearer.go | 42 +- .../pkg/v1/remote/transport/error.go | 15 +- .../pkg/v1/remote/transport/scope.go | 6 +- .../go-containerregistry/pkg/v1/remote/write.go | 63 +- .../go-containerregistry/pkg/v1/tarball/layer.go | 57 +- .../github.com/klauspost/compress/.gitattributes | 1 - vendor/github.com/klauspost/compress/README.md | 1400 +- vendor/github.com/klauspost/compress/fse/README.md | 156 +- .../github.com/klauspost/compress/huff0/README.md | 178 +- vendor/github.com/mitchellh/go-homedir/LICENSE | 21 + vendor/github.com/mitchellh/go-homedir/README.md | 14 + vendor/github.com/mitchellh/go-homedir/homedir.go | 167 + .../tektoncd/pipeline/pkg/apis/config/events.go | 2 +- .../pipeline/pkg/apis/config/feature_flags.go | 33 +- .../pkg/apis/pipeline/v1/pipelinerun_types.go | 3 - .../pkg/apis/pipeline/v1beta1/stepaction_types.go | 4 +- vendor/github.com/vbatts/tar-split/LICENSE | 28 + .../vbatts/tar-split/archive/tar/common.go | 724 + .../vbatts/tar-split/archive/tar/format.go | 307 + .../vbatts/tar-split/archive/tar/reader.go | 944 + .../vbatts/tar-split/archive/tar/stat_actime1.go | 20 + .../vbatts/tar-split/archive/tar/stat_actime2.go | 20 + .../vbatts/tar-split/archive/tar/stat_unix.go | 96 + .../vbatts/tar-split/archive/tar/strconv.go | 326 + .../vbatts/tar-split/archive/tar/writer.go | 656 + vendor/go.opentelemetry.io/otel/.golangci.yml | 18 +- vendor/go.opentelemetry.io/otel/AGENTS.md | 109 - vendor/go.opentelemetry.io/otel/CHANGELOG.md | 97 +- vendor/go.opentelemetry.io/otel/CLAUDE.md | 3 - vendor/go.opentelemetry.io/otel/CONTRIBUTING.md | 101 +- vendor/go.opentelemetry.io/otel/Makefile | 10 +- .../go.opentelemetry.io/otel/attribute/encoder.go | 4 +- vendor/go.opentelemetry.io/otel/attribute/hash.go | 58 +- vendor/go.opentelemetry.io/otel/attribute/key.go | 22 - vendor/go.opentelemetry.io/otel/attribute/kv.go | 10 - vendor/go.opentelemetry.io/otel/attribute/set.go | 4 +- .../otel/attribute/type_string.go | 6 +- vendor/go.opentelemetry.io/otel/attribute/value.go | 742 - vendor/go.opentelemetry.io/otel/baggage/baggage.go | 30 +- .../otel/dependencies.Dockerfile | 2 +- .../otel/metric/asyncfloat64.go | 9 - .../go.opentelemetry.io/otel/metric/asyncint64.go | 9 - vendor/go.opentelemetry.io/otel/metric/config.go | 7 - vendor/go.opentelemetry.io/otel/metric/doc.go | 51 +- .../go.opentelemetry.io/otel/metric/instrument.go | 39 +- .../go.opentelemetry.io/otel/metric/syncfloat64.go | 12 - .../go.opentelemetry.io/otel/metric/syncint64.go | 12 - .../otel/propagation/baggage.go | 72 +- .../otel/semconv/v1.37.0/attribute_group.go | 12 +- .../otel/semconv/v1.40.0/attribute_group.go | 12 +- .../otel/semconv/v1.40.0/error_type.go | 19 +- .../otel/semconv/v1.40.0/goconv/metric.go | 6 - .../otel/semconv/v1.40.0/httpconv/metric.go | 74 +- .../otel/semconv/v1.40.0/otelconv/metric.go | 86 +- .../otel/semconv/v1.41.0/MIGRATION.md | 17 - .../otel/semconv/v1.41.0/README.md | 3 - .../otel/semconv/v1.41.0/attribute_group.go | 17285 ------------------- .../otel/semconv/v1.41.0/doc.go | 11 - .../otel/semconv/v1.41.0/error_type.go | 83 - .../otel/semconv/v1.41.0/exception.go | 11 - .../otel/semconv/v1.41.0/schema.go | 11 - vendor/go.opentelemetry.io/otel/trace/auto.go | 20 +- vendor/go.opentelemetry.io/otel/trace/config.go | 16 - .../otel/trace/internal/telemetry/span.go | 8 +- vendor/go.opentelemetry.io/otel/version.go | 2 +- vendor/go.opentelemetry.io/otel/versions.yaml | 12 +- vendor/golang.org/x/net/http2/README.md | 19 - vendor/golang.org/x/net/http2/client_conn_pool.go | 14 +- vendor/golang.org/x/net/http2/clientconn.go | 57 - vendor/golang.org/x/net/http2/config.go | 2 - vendor/golang.org/x/net/http2/h2c/h2c.go | 28 +- vendor/golang.org/x/net/http2/hpack/tables.go | 13 +- vendor/golang.org/x/net/http2/http2.go | 2 +- vendor/golang.org/x/net/http2/server.go | 193 +- vendor/golang.org/x/net/http2/server_common.go | 199 - vendor/golang.org/x/net/http2/server_wrap.go | 161 - vendor/golang.org/x/net/http2/transport.go | 419 +- vendor/golang.org/x/net/http2/transport_common.go | 413 - vendor/golang.org/x/net/http2/transport_wrap.go | 381 - vendor/golang.org/x/net/http2/writesched.go | 46 +- vendor/golang.org/x/net/http2/writesched_common.go | 49 - .../x/net/http2/writesched_priority_rfc7540.go | 2 - .../x/net/http2/writesched_priority_rfc9218.go | 2 - vendor/golang.org/x/net/http2/writesched_random.go | 2 - .../x/net/http2/writesched_roundrobin.go | 2 - vendor/golang.org/x/net/idna/go118.go | 13 + .../x/net/idna/{idna.go => idna10.0.0.go} | 181 +- vendor/golang.org/x/net/idna/idna9.0.0.go | 717 + vendor/golang.org/x/net/idna/pre_go118.go | 11 + vendor/golang.org/x/net/idna/punycode.go | 5 +- vendor/golang.org/x/net/idna/tables10.0.0.go | 4559 +++++ vendor/golang.org/x/net/idna/tables11.0.0.go | 4653 +++++ vendor/golang.org/x/net/idna/tables12.0.0.go | 4733 +++++ vendor/golang.org/x/net/idna/tables13.0.0.go | 4959 ++++++ vendor/golang.org/x/net/idna/tables15.0.0.go | 2 +- vendor/golang.org/x/net/idna/tables17.0.0.go | 5302 ------ vendor/golang.org/x/net/idna/tables9.0.0.go | 4486 +++++ vendor/golang.org/x/net/idna/trie12.0.0.go | 30 + vendor/golang.org/x/net/idna/trie13.0.0.go | 30 + .../x/net/internal/httpcommon/request.go | 8 - vendor/golang.org/x/sys/unix/affinity_linux.go | 128 +- vendor/golang.org/x/sys/unix/mkall.sh | 2 +- vendor/golang.org/x/sys/unix/mkerrors.sh | 3 - vendor/golang.org/x/sys/unix/readv_unix.go | 103 - vendor/golang.org/x/sys/unix/syscall_darwin.go | 89 + vendor/golang.org/x/sys/unix/syscall_linux.go | 114 +- vendor/golang.org/x/sys/unix/syscall_linux_arm.go | 3 - .../golang.org/x/sys/unix/syscall_linux_arm64.go | 3 - .../golang.org/x/sys/unix/syscall_linux_loong64.go | 3 - .../golang.org/x/sys/unix/syscall_linux_riscv64.go | 3 - vendor/golang.org/x/sys/unix/syscall_openbsd.go | 4 - vendor/golang.org/x/sys/unix/zerrors_linux.go | 61 +- vendor/golang.org/x/sys/unix/zerrors_linux_386.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_amd64.go | 7 +- vendor/golang.org/x/sys/unix/zerrors_linux_arm.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_arm64.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_loong64.go | 7 +- vendor/golang.org/x/sys/unix/zerrors_linux_mips.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_mips64.go | 7 +- .../x/sys/unix/zerrors_linux_mips64le.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_mipsle.go | 7 +- vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_ppc64.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_riscv64.go | 1114 +- .../golang.org/x/sys/unix/zerrors_linux_s390x.go | 7 +- .../golang.org/x/sys/unix/zerrors_linux_sparc64.go | 7 +- vendor/golang.org/x/sys/unix/zsyscall_linux.go | 12 +- .../golang.org/x/sys/unix/zsyscall_openbsd_386.go | 84 - .../golang.org/x/sys/unix/zsyscall_openbsd_386.s | 20 - .../x/sys/unix/zsyscall_openbsd_amd64.go | 84 - .../golang.org/x/sys/unix/zsyscall_openbsd_amd64.s | 20 - .../golang.org/x/sys/unix/zsyscall_openbsd_arm.go | 84 - .../golang.org/x/sys/unix/zsyscall_openbsd_arm.s | 20 - .../x/sys/unix/zsyscall_openbsd_arm64.go | 84 - .../golang.org/x/sys/unix/zsyscall_openbsd_arm64.s | 20 - .../x/sys/unix/zsyscall_openbsd_mips64.go | 84 - .../x/sys/unix/zsyscall_openbsd_mips64.s | 20 - .../x/sys/unix/zsyscall_openbsd_ppc64.go | 84 - .../golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s | 24 - .../x/sys/unix/zsyscall_openbsd_riscv64.go | 84 - .../x/sys/unix/zsyscall_openbsd_riscv64.s | 20 - vendor/golang.org/x/sys/unix/zsysnum_linux_386.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 5 - vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 5 - vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 4 - .../x/sys/unix/zsysnum_linux_mips64le.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 4 - vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 4 - .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 5 - vendor/golang.org/x/sys/unix/ztypes_linux.go | 47 +- vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_loong64.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 8 - .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 8 - vendor/golang.org/x/sys/windows/syscall_windows.go | 16 +- vendor/golang.org/x/sys/windows/types_windows.go | 33 +- .../golang.org/x/sys/windows/zsyscall_windows.go | 71 - vendor/golang.org/x/tools/go/ast/edge/edge.go | 24 +- vendor/golang.org/x/tools/go/packages/golist.go | 17 +- vendor/golang.org/x/tools/go/packages/packages.go | 16 +- .../x/tools/go/types/objectpath/objectpath.go | 563 +- .../x/tools/internal/gcimporter/ureader.go | 42 +- .../x/tools/internal/gocommand/version.go | 5 +- vendor/golang.org/x/tools/internal/imports/fix.go | 6 +- vendor/golang.org/x/tools/internal/imports/mod.go | 6 +- vendor/google.golang.org/grpc/clientconn.go | 48 +- .../grpc/experimental/stats/metrics.go | 17 - .../grpc/internal/envconfig/envconfig.go | 10 - .../grpc/internal/envconfig/xds.go | 10 - .../grpc/internal/mem/buffer_pool.go | 27 +- .../grpc/internal/resolver/config_selector.go | 6 - .../grpc/internal/transport/http2_client.go | 18 +- .../grpc/internal/transport/http_util.go | 54 +- .../transport/readyreader/raw_conn_linux.go | 39 - .../transport/readyreader/raw_conn_nonlinux.go | 35 - .../internal/transport/readyreader/ready_reader.go | 253 - .../grpc/internal/transport/transport.go | 17 - vendor/google.golang.org/grpc/mem/buffer_slice.go | 2 +- vendor/google.golang.org/grpc/mem/buffers.go | 40 - vendor/google.golang.org/grpc/stream.go | 3 +- vendor/google.golang.org/grpc/version.go | 2 +- vendor/modules.txt | 57 +- 246 files changed, 35885 insertions(+), 30916 deletions(-) https://github.com/tektoncd/pruner/compare/54412c210b87dc43df10a13e61fcfa20f1614735..ebc49cfb7551af3b43d671844af45dae37ffb301
1 parent 1f29b41 commit f4e9c43

249 files changed

Lines changed: 31863 additions & 36888 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.konflux/rpms/rpms.lock.yaml

Lines changed: 945 additions & 1001 deletions
Large diffs are not rendered by default.

.konflux/rpms/ubi.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[ubi-9-for-$basearch-baseos-rpms]
1+
[ubi-9-for-$basearch-baseos-rpms]
22
name = Red Hat Universal Base Image 9 (RPMs) - BaseOS
33
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/os
44
enabled = 1

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ebc49cfb7551af3b43d671844af45dae37ffb301
1+
54412c210b87dc43df10a13e61fcfa20f1614735

upstream/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
echo "All Go files are properly formatted."
7171
- name: golangci-lint
72-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
72+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
7373
with:
7474
only-new-issues: true
7575
args: --timeout=10m

upstream/.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Harden Runner
52-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
52+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
5353
with:
5454
egress-policy: audit
5555

@@ -64,7 +64,7 @@ jobs:
6464

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
67+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
6868
with:
6969
languages: ${{ matrix.language }}
7070
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -98,4 +98,4 @@ jobs:
9898
make -j 4 all
9999
100100
- name: Perform CodeQL Analysis
101-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
101+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0

upstream/.github/workflows/dependency-review.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# Source repository: https://github.com/actions/dependency-review-action
99
name: 'Dependency Review'
1010
'on':
11-
pull_request: {}
12-
merge_group: {}
11+
workflow_dispatch: {}
1312

1413
permissions:
1514
contents: read
@@ -19,7 +18,7 @@ jobs:
1918
runs-on: ubuntu-latest
2019
steps:
2120
- name: Harden Runner
22-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
21+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2322
with:
2423
egress-policy: audit
2524

upstream/.github/workflows/go-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden runner
35-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
35+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3636
with:
3737
egress-policy: audit
3838

upstream/.github/workflows/kind-e2e.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
# Keep in sync with the list of supported releases: https://kubernetes.io/releases/
2424
k8s-version:
2525
- v1.28.x
26-
- v1.32.x
26+
- v1.34.x
2727
uses: ./.github/workflows/reusable-e2e.yaml
2828
with:
2929
k8s-version: ${{ matrix.k8s-version }}
30-
pipelines-release: v1.6.0
30+
pipelines-release: v1.12.0
3131
# This job is for testing the latest LTS version of Tekton Pipelines
3232
pipelines-lts:
3333
strategy:
3434
fail-fast: false # Keep running if one leg fails.
3535
matrix:
3636
pipelines-release:
3737
# This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
38-
- v1.9.0
39-
- v1.7.0
38+
- v1.9.3
39+
- v1.6.2
4040

4141
uses: ./.github/workflows/reusable-e2e.yaml
4242
with:
4343
k8s-version: v1.29.x
44-
pipelines-release: ${{ matrix.pipelines-release }}
44+
pipelines-release: ${{ matrix.pipelines-release }}

upstream/.github/workflows/reusable-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "Running Go e2e tests"
7777
set +e
7878
# Run tests with verbose output to show per-test results
79-
go test -v -timeout 35m ./test/... | tee test_output.log
79+
go test -v -tags=e2e -timeout 35m ./test/... | tee test_output.log
8080
test_exit_code=$?
8181
set -e
8282

upstream/.github/workflows/scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
32+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3333
with:
3434
egress-policy: audit
3535
- name: "Checkout code"
@@ -61,6 +61,6 @@ jobs:
6161

6262
# Upload the results to GitHub's code scanning dashboard.
6363
- name: "Upload to code-scanning"
64-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
64+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
6565
with:
6666
sarif_file: results.sarif

0 commit comments

Comments
 (0)