Skip to content

Commit 2ca2135

Browse files
fix(deps): update all non-major dependencies
1 parent d20793c commit 2ca2135

File tree

11 files changed

+89
-84
lines changed

11 files changed

+89
-84
lines changed

.github/workflows/build.yml

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

2121
steps:
2222
- name: clone
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424

2525
- name: install go
2626
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4747

4848
- name: install go
4949
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
58+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
69+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
83+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11

.github/workflows/prerelease.yml

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

2020
steps:
2121
- name: clone
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323
with:
2424
# ensures we fetch tag history for the repository
2525
fetch-depth: 0
@@ -81,14 +81,14 @@ jobs:
8181
}
8282
8383
- name: login to dockerhub
84-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
84+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8585
with:
8686
username: ${{ secrets.DOCKER_USERNAME }}
8787
password: ${{ secrets.DOCKER_PASSWORD }}
8888

8989
- name: extract metadata
9090
id: meta
91-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
91+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
9292
with:
9393
images: target/vela-cli
9494
tags: |

.github/workflows/publish.yml

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

1717
steps:
1818
- name: clone
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
with:
2121
# ensures we fetch tag history for the repository
2222
fetch-depth: 0
@@ -33,14 +33,14 @@ jobs:
3333
run: ./release.sh
3434

3535
- name: login to dockerhub
36-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
36+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}
4040

4141
- name: extract metadata
4242
id: meta
43-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
43+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
4444
with:
4545
images: target/vela-cli
4646
tags: |

.github/workflows/reviewdog.yml

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

2020
steps:
2121
- name: clone
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323

2424
- name: install go
2525
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: clone
50-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151

5252
- name: install go
5353
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

.github/workflows/test.yml

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

2121
steps:
2222
- name: clone
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424
- name: install go
2525
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626
with:
@@ -34,7 +34,7 @@ jobs:
3434
make test
3535
3636
- name: coverage
37-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
37+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
3838
with:
3939
use_oidc: true
4040
files: coverage.out

.github/workflows/validate.yml

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

1717
steps:
1818
- name: clone
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020

2121
- name: install go
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

command/pipeline/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var CommandExec = &cli.Command{
179179
Sources: cli.EnvVars("VELA_CLONE_IMAGE", "COMPILER_CLONE_IMAGE"),
180180
Name: "clone-image",
181181
Usage: "the clone image to use for the injected clone step",
182-
Value: "docker.io/target/vela-git-slim:v0.12.1@sha256:93cdb399e0a3150addac494198473c464c978ca055121593607097b75480192b", // renovate: container
182+
Value: "docker.io/target/vela-git-slim:v0.13.0@sha256:395bb1df81970117f4547c32f80632950f91e1bad38bc6a8e5015fbe3b1fae24", // renovate: container
183183
},
184184
&cli.StringFlag{
185185
Sources: cli.EnvVars("VELA_OUTPUTS_IMAGE", "EXECUTOR_OUTPUTS_IMAGE"),

command/pipeline/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var CommandValidate = &cli.Command{
178178
Sources: cli.EnvVars("VELA_CLONE_IMAGE", "COMPILER_CLONE_IMAGE"),
179179
Name: "clone-image",
180180
Usage: "the clone image to use for the injected clone step",
181-
Value: "docker.io/target/vela-git-slim:v0.12.1@sha256:93cdb399e0a3150addac494198473c464c978ca055121593607097b75480192b", // renovate: container
181+
Value: "docker.io/target/vela-git-slim:v0.13.0@sha256:395bb1df81970117f4547c32f80632950f91e1bad38bc6a8e5015fbe3b1fae24", // renovate: container
182182
Category: "4. Compiler:",
183183
},
184184
},

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.24.4
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0
7-
github.com/alecthomas/chroma/v2 v2.19.0
7+
github.com/alecthomas/chroma/v2 v2.20.0
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.10.1
1313
github.com/go-git/go-git/v5 v5.16.2
14-
github.com/go-vela/sdk-go v0.27.0
15-
github.com/go-vela/server v0.27.0
14+
github.com/go-vela/sdk-go v0.27.1
15+
github.com/go-vela/server v0.27.1
1616
github.com/go-vela/worker v0.27.1
1717
github.com/golang-jwt/jwt/v5 v5.3.0
1818
github.com/gosuri/uitable v0.0.4
@@ -21,9 +21,9 @@ require (
2121
github.com/sirupsen/logrus v1.9.3
2222
github.com/spf13/afero v1.14.0
2323
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
24-
github.com/urfave/cli/v3 v3.3.8
24+
github.com/urfave/cli/v3 v3.4.1
2525
go.yaml.in/yaml/v3 v3.0.4
26-
golang.org/x/term v0.33.0
26+
golang.org/x/term v0.34.0
2727
)
2828

2929
require (
@@ -61,10 +61,10 @@ require (
6161
github.com/drone/envsubst v1.0.3 // indirect
6262
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6363
github.com/emirpasic/gods v1.18.1 // indirect
64-
github.com/expr-lang/expr v1.17.5 // indirect
64+
github.com/expr-lang/expr v1.17.6 // indirect
6565
github.com/fatih/color v1.16.0 // indirect
6666
github.com/felixge/httpsnoop v1.0.4 // indirect
67-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
67+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
6868
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
6969
github.com/ghodss/yaml v1.0.0 // indirect
7070
github.com/gin-contrib/sse v1.1.0 // indirect
@@ -81,7 +81,7 @@ require (
8181
github.com/goccy/go-json v0.10.5 // indirect
8282
github.com/gogo/protobuf v1.3.2 // indirect
8383
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
84-
github.com/google/gnostic-models v0.6.9 // indirect
84+
github.com/google/gnostic-models v0.7.0 // indirect
8585
github.com/google/go-cmp v0.7.0 // indirect
8686
github.com/google/go-github/v74 v74.0.0 // indirect
8787
github.com/google/go-querystring v1.1.0 // indirect
@@ -111,7 +111,7 @@ require (
111111
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
112112
github.com/lestrrat-go/httpcc v1.0.1 // indirect
113113
github.com/lestrrat-go/httprc/v3 v3.0.0 // indirect
114-
github.com/lestrrat-go/jwx/v3 v3.0.8 // indirect
114+
github.com/lestrrat-go/jwx/v3 v3.0.10 // indirect
115115
github.com/lestrrat-go/option v1.0.1 // indirect
116116
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
117117
github.com/lib/pq v1.10.9 // indirect
@@ -125,21 +125,22 @@ require (
125125
github.com/mitchellh/reflectwalk v1.0.2 // indirect
126126
github.com/moby/docker-image-spec v1.3.1 // indirect
127127
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
128-
github.com/modern-go/reflect2 v1.0.2 // indirect
128+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
129129
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
130130
github.com/opencontainers/go-digest v1.0.0 // indirect
131131
github.com/opencontainers/image-spec v1.1.1 // indirect
132132
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
133133
github.com/pjbgf/sha1cd v0.3.2 // indirect
134134
github.com/pkg/errors v0.9.1 // indirect
135+
github.com/pmezard/go-difflib v1.0.0 // indirect
135136
github.com/rivo/uniseg v0.2.0 // indirect
136137
github.com/russross/blackfriday/v2 v2.1.0 // indirect
137138
github.com/segmentio/asm v1.2.0 // indirect
138139
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
139140
github.com/shopspring/decimal v1.4.0 // indirect
140141
github.com/skeema/knownhosts v1.3.1 // indirect
141142
github.com/spf13/cast v1.8.0 // indirect
142-
github.com/spf13/pflag v1.0.5 // indirect
143+
github.com/spf13/pflag v1.0.6 // indirect
143144
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
144145
github.com/ugorji/go/codec v1.3.0 // indirect
145146
github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2 // indirect
@@ -157,15 +158,15 @@ require (
157158
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
158159
go.opentelemetry.io/otel/trace v1.37.0 // indirect
159160
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
160-
go.starlark.net v0.0.0-20250717191651-336a4b3a6d1d // indirect
161+
go.starlark.net v0.0.0-20250826212936-2a4f36945129 // indirect
161162
go.yaml.in/yaml/v2 v2.4.2 // indirect
162163
golang.org/x/arch v0.18.0 // indirect
163-
golang.org/x/crypto v0.40.0 // indirect
164-
golang.org/x/net v0.41.0 // indirect
164+
golang.org/x/crypto v0.41.0 // indirect
165+
golang.org/x/net v0.42.0 // indirect
165166
golang.org/x/oauth2 v0.30.0 // indirect
166167
golang.org/x/sync v0.16.0 // indirect
167-
golang.org/x/sys v0.34.0 // indirect
168-
golang.org/x/text v0.27.0 // indirect
168+
golang.org/x/sys v0.35.0 // indirect
169+
golang.org/x/text v0.28.0 // indirect
169170
golang.org/x/time v0.12.0 // indirect
170171
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
171172
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
@@ -178,15 +179,16 @@ require (
178179
gopkg.in/yaml.v3 v3.0.1 // indirect
179180
gorm.io/driver/postgres v1.6.0 // indirect
180181
gorm.io/driver/sqlite v1.6.0 // indirect
181-
gorm.io/gorm v1.30.0 // indirect
182+
gorm.io/gorm v1.30.2 // indirect
182183
k8s.io/api v0.33.3 // indirect
183-
k8s.io/apimachinery v0.33.3 // indirect
184+
k8s.io/apimachinery v0.34.0 // indirect
184185
k8s.io/client-go v0.33.3 // indirect
185186
k8s.io/klog/v2 v2.130.1 // indirect
186-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
187-
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
188-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
187+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
188+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
189+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
189190
sigs.k8s.io/randfill v1.0.0 // indirect
190191
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
192+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
191193
sigs.k8s.io/yaml v1.6.0 // indirect
192194
)

0 commit comments

Comments
 (0)