Skip to content

Commit caba379

Browse files
fix(deps): update all non-major dependencies
1 parent 3220a25 commit caba379

9 files changed

Lines changed: 180 additions & 185 deletions

File tree

.github/workflows/codeql-analysis.yml

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

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
58+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
69+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
# make release
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
83+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
}
8282
8383
- name: login to dockerhub
84-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
84+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8585
with:
8686
username: ${{ secrets.DOCKER_USERNAME }}
8787
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: build and push image
9999
id: push
100-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
100+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
101101
with:
102102
context: .
103103
file: ./Dockerfile

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./release.sh
3434

3535
- name: login to dockerhub
36-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
36+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: build and push image
5151
id: push
52-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
52+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
5353
with:
5454
context: .
5555
file: ./Dockerfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
make test
3838
3939
- name: coverage
40-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
40+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
4141
with:
4242
use_oidc: true
4343
files: coverage.out

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# docker build -t target/vela-cli:latest . #
55
#################################################
66

7-
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
7+
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
88

99
RUN apk add --update --no-cache ca-certificates
1010

command/pipeline/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var CommandExec = &cli.Command{
185185
Sources: cli.EnvVars("VELA_OUTPUTS_IMAGE", "EXECUTOR_OUTPUTS_IMAGE"),
186186
Name: "outputs-image",
187187
Usage: "the outputs image to use for the build",
188-
Value: "docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659", // renovate: container
188+
Value: "docker.io/library/alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11", // renovate: container
189189
},
190190

191191
// Environment Flags

command/pipeline/testdata/.vela.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ version: "1"
22

33
steps:
44
- name: hello
5-
image: alpine@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
5+
image: alpine@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
66
commands:
77
- echo "Hello, world!"

go.mod

Lines changed: 53 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/go-vela/cli
22

3-
go 1.26.1
3+
go 1.26.3
44

55
require (
6-
github.com/Masterminds/semver/v3 v3.4.0
7-
github.com/alecthomas/chroma/v2 v2.23.1
6+
github.com/Masterminds/semver/v3 v3.5.0
7+
github.com/alecthomas/chroma/v2 v2.24.1
88
github.com/chainguard-dev/git-urls v1.0.2
99
github.com/cli/browser v1.3.0
1010
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1111
github.com/dustin/go-humanize v1.0.1
1212
github.com/gin-gonic/gin v1.12.0
1313
github.com/go-git/go-git/v5 v5.17.2
1414
github.com/go-vela/sdk-go v0.28.0
15-
github.com/go-vela/server v0.28.0
16-
github.com/go-vela/worker v0.28.0
15+
github.com/go-vela/server v0.28.6
16+
github.com/go-vela/worker v0.28.1
1717
github.com/golang-jwt/jwt/v5 v5.3.1
1818
github.com/gosuri/uitable v0.0.4
1919
github.com/joho/godotenv v1.5.1
@@ -22,9 +22,9 @@ require (
2222
github.com/sirupsen/logrus v1.9.4
2323
github.com/spf13/afero v1.15.0
2424
github.com/urfave/cli-docs/v3 v3.1.0
25-
github.com/urfave/cli/v3 v3.8.0
25+
github.com/urfave/cli/v3 v3.9.0
2626
go.yaml.in/yaml/v3 v3.0.4
27-
golang.org/x/term v0.41.0
27+
golang.org/x/term v0.43.0
2828
)
2929

3030
require (
@@ -34,15 +34,15 @@ require (
3434
github.com/Microsoft/go-winio v0.6.2 // indirect
3535
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3636
github.com/PuerkitoBio/purell v1.2.1 // indirect
37-
github.com/adhocore/gronx v1.19.6 // indirect
38-
github.com/alicebob/miniredis/v2 v2.37.0 // indirect
37+
github.com/adhocore/gronx v1.19.7 // indirect
38+
github.com/alicebob/miniredis/v2 v2.38.0 // indirect
3939
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4040
github.com/aymerick/douceur v0.2.0 // indirect
4141
github.com/bahlo/generic-list-go v0.2.0 // indirect
4242
github.com/buger/jsonparser v1.1.2 // indirect
43-
github.com/bytedance/gopkg v0.1.3 // indirect
43+
github.com/bytedance/gopkg v0.1.4 // indirect
4444
github.com/bytedance/sonic v1.15.0 // indirect
45-
github.com/bytedance/sonic/loader v0.5.0 // indirect
45+
github.com/bytedance/sonic/loader v0.5.1 // indirect
4646
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4747
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4848
github.com/chzyer/readline v1.5.1 // indirect
@@ -53,10 +53,9 @@ require (
5353
github.com/coreos/go-semver v0.3.1 // indirect
5454
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
5555
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
56-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
57-
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
5857
github.com/distribution/reference v0.6.0 // indirect
59-
github.com/dlclark/regexp2 v1.11.5 // indirect
58+
github.com/dlclark/regexp2 v1.12.0 // indirect
6059
github.com/docker/go-connections v0.6.0 // indirect
6160
github.com/docker/go-units v0.5.0 // indirect
6261
github.com/drone/envsubst v1.0.3 // indirect
@@ -68,7 +67,7 @@ require (
6867
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
6968
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
7069
github.com/ghodss/yaml v1.0.0 // indirect
71-
github.com/gin-contrib/sse v1.1.0 // indirect
70+
github.com/gin-contrib/sse v1.1.1 // indirect
7271
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
7372
github.com/go-git/go-billy/v5 v5.8.0 // indirect
7473
github.com/go-ini/ini v1.67.0 // indirect
@@ -79,12 +78,11 @@ require (
7978
github.com/go-openapi/swag v0.23.0 // indirect
8079
github.com/go-playground/locales v0.14.1 // indirect
8180
github.com/go-playground/universal-translator v0.18.1 // indirect
82-
github.com/go-playground/validator/v10 v10.30.1 // indirect
83-
github.com/goccy/go-json v0.10.5 // indirect
81+
github.com/go-playground/validator/v10 v10.30.2 // indirect
82+
github.com/goccy/go-json v0.10.6 // indirect
8483
github.com/goccy/go-yaml v1.19.2 // indirect
8584
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
8685
github.com/google/gnostic-models v0.7.0 // indirect
87-
github.com/google/go-cmp v0.7.0 // indirect
8886
github.com/google/go-github/v84 v84.0.0 // indirect
8987
github.com/google/go-querystring v1.2.0 // indirect
9088
github.com/google/uuid v1.6.0 // indirect
@@ -97,10 +95,10 @@ require (
9795
github.com/hashicorp/go-multierror v1.1.1 // indirect
9896
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
9997
github.com/huandu/xstrings v1.5.0 // indirect
100-
github.com/invopop/jsonschema v0.13.0 // indirect
98+
github.com/invopop/jsonschema v0.14.0 // indirect
10199
github.com/jackc/pgpassfile v1.0.0 // indirect
102100
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
103-
github.com/jackc/pgx/v5 v5.7.6 // indirect
101+
github.com/jackc/pgx/v5 v5.9.2 // indirect
104102
github.com/jackc/puddle/v2 v2.2.2 // indirect
105103
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
106104
github.com/jinzhu/inflection v1.0.0 // indirect
@@ -114,10 +112,10 @@ require (
114112
github.com/leodido/go-urn v1.4.0 // indirect
115113
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
116114
github.com/lestrrat-go/httpcc v1.0.1 // indirect
117-
github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect
118-
github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect
115+
github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
116+
github.com/lestrrat-go/jwx/v3 v3.1.1 // indirect
119117
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
120-
github.com/lib/pq v1.12.1 // indirect
118+
github.com/lib/pq v1.12.3 // indirect
121119
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
122120
github.com/mailru/easyjson v0.9.1 // indirect
123121
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -127,24 +125,25 @@ require (
127125
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
128126
github.com/minio/crc64nvme v1.1.1 // indirect
129127
github.com/minio/md5-simd v1.1.2 // indirect
130-
github.com/minio/minio-go/v7 v7.0.99 // indirect
128+
github.com/minio/minio-go/v7 v7.1.0 // indirect
131129
github.com/mitchellh/copystructure v1.2.0 // indirect
132130
github.com/mitchellh/reflectwalk v1.0.2 // indirect
133131
github.com/moby/docker-image-spec v1.3.1 // indirect
134-
github.com/moby/moby/api v1.54.0 // indirect
135-
github.com/moby/moby/client v0.3.0 // indirect
132+
github.com/moby/moby/api v1.54.1 // indirect
133+
github.com/moby/moby/client v0.4.0 // indirect
136134
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
137135
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
138136
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
139137
github.com/opencontainers/go-digest v1.0.0 // indirect
140138
github.com/opencontainers/image-spec v1.1.1 // indirect
141-
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
139+
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
140+
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
142141
github.com/philhofer/fwd v1.2.0 // indirect
143142
github.com/pjbgf/sha1cd v0.3.2 // indirect
144143
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
145144
github.com/quic-go/qpack v0.6.0 // indirect
146145
github.com/quic-go/quic-go v0.59.0 // indirect
147-
github.com/redis/go-redis/v9 v9.18.0 // indirect
146+
github.com/redis/go-redis/v9 v9.19.0 // indirect
148147
github.com/rivo/uniseg v0.4.7 // indirect
149148
github.com/rs/xid v1.6.0 // indirect
150149
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -159,36 +158,38 @@ require (
159158
github.com/ugorji/go/codec v1.3.1 // indirect
160159
github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2 // indirect
161160
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect
162-
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
161+
github.com/valyala/fastjson v1.6.10 // indirect
163162
github.com/x448/float16 v0.8.4 // indirect
164163
github.com/xanzy/ssh-agent v0.3.3 // indirect
165164
github.com/yuin/gopher-lua v1.1.1 // indirect
165+
github.com/zeebo/xxh3 v1.1.0 // indirect
166166
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
167167
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
168-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.67.0 // indirect
169-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
170-
go.opentelemetry.io/otel v1.42.0 // indirect
171-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
172-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42.0 // indirect
173-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
174-
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
175-
go.opentelemetry.io/otel/trace v1.42.0 // indirect
176-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
168+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.68.0 // indirect
169+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
170+
go.opentelemetry.io/otel v1.43.0 // indirect
171+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
172+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 // indirect
173+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
174+
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
175+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
176+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
177177
go.starlark.net v0.0.0-20260326113308-fadfc96def35 // indirect
178178
go.uber.org/atomic v1.11.0 // indirect
179179
go.yaml.in/yaml/v2 v2.4.3 // indirect
180-
golang.org/x/arch v0.24.0 // indirect
181-
golang.org/x/crypto v0.49.0 // indirect
182-
golang.org/x/net v0.51.0 // indirect
180+
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
181+
golang.org/x/arch v0.25.0 // indirect
182+
golang.org/x/crypto v0.51.0 // indirect
183+
golang.org/x/net v0.53.0 // indirect
183184
golang.org/x/oauth2 v0.36.0 // indirect
184185
golang.org/x/sync v0.20.0 // indirect
185-
golang.org/x/sys v0.42.0 // indirect
186-
golang.org/x/text v0.35.0 // indirect
186+
golang.org/x/sys v0.44.0 // indirect
187+
golang.org/x/text v0.37.0 // indirect
187188
golang.org/x/time v0.15.0 // indirect
188-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
189-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
190-
google.golang.org/grpc v1.79.3 // indirect
191-
google.golang.org/protobuf v1.36.11 // indirect
189+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
190+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
191+
google.golang.org/grpc v1.80.0 // indirect
192+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
192193
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
193194
gopkg.in/inf.v0 v0.9.1 // indirect
194195
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -198,13 +199,13 @@ require (
198199
gorm.io/driver/sqlite v1.6.0 // indirect
199200
gorm.io/gorm v1.31.1 // indirect
200201
k8s.io/api v0.35.3 // indirect
201-
k8s.io/apimachinery v0.35.3 // indirect
202+
k8s.io/apimachinery v0.36.1 // indirect
202203
k8s.io/client-go v0.35.3 // indirect
203-
k8s.io/klog/v2 v2.130.1 // indirect
204-
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
205-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
204+
k8s.io/klog/v2 v2.140.0 // indirect
205+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
206+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
206207
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
207208
sigs.k8s.io/randfill v1.0.0 // indirect
208-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
209+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
209210
sigs.k8s.io/yaml v1.6.0 // indirect
210211
)

0 commit comments

Comments
 (0)