Skip to content

Commit c071524

Browse files
fix(deps): update all non-major dependencies
1 parent b29ebad commit c071524

File tree

5 files changed

+72
-76
lines changed

5 files changed

+72
-76
lines changed

.github/workflows/codeql-analysis.yml

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

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
50+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
61+
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 https://git.io/JvXDl
@@ -72,4 +72,4 @@ jobs:
7272
# make release
7373

7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
75+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go test -race -covermode=atomic -coverprofile=coverage.out ./...
3232
3333
- name: coverage
34-
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
34+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
file: 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.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
7+
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
88

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

go.mod

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ require (
1111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1212
github.com/dustin/go-humanize v1.0.1
1313
github.com/gin-gonic/gin v1.10.0
14-
github.com/go-git/go-git/v5 v5.13.2
15-
github.com/go-vela/sdk-go v0.26.0
16-
github.com/go-vela/server v0.26.0
14+
github.com/go-git/go-git/v5 v5.14.0
15+
github.com/go-vela/sdk-go v0.26.1
16+
github.com/go-vela/server v0.26.2
1717
github.com/go-vela/worker v0.26.0
1818
github.com/golang-jwt/jwt/v5 v5.2.1
1919
github.com/gosuri/uitable v0.0.4
2020
github.com/joho/godotenv v1.5.1
2121
github.com/manifoldco/promptui v0.9.0
2222
github.com/sirupsen/logrus v1.9.3
2323
github.com/spf13/afero v1.12.0
24-
github.com/urfave/cli/v2 v2.27.5
24+
github.com/urfave/cli/v2 v2.27.6
2525
gopkg.in/yaml.v3 v3.0.1
2626
)
2727

@@ -30,7 +30,7 @@ require (
3030
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
3131
github.com/Masterminds/goutils v1.1.1 // indirect
3232
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
33-
github.com/Microsoft/go-winio v0.6.1 // indirect
33+
github.com/Microsoft/go-winio v0.6.2 // indirect
3434
github.com/ProtonMail/go-crypto v1.1.5 // indirect
3535
github.com/PuerkitoBio/purell v1.1.1 // indirect
3636
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -42,13 +42,13 @@ require (
4242
github.com/bytedance/sonic/loader v0.2.3 // indirect
4343
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4444
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
45-
github.com/cloudflare/circl v1.3.7 // indirect
45+
github.com/cloudflare/circl v1.6.0 // indirect
4646
github.com/cloudwego/base64x v0.1.4 // indirect
4747
github.com/containerd/containerd v1.7.11 // indirect
4848
github.com/containerd/log v0.1.0 // indirect
4949
github.com/coreos/go-semver v0.3.1 // indirect
5050
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
51-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
51+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
5252
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
5353
github.com/distribution/reference v0.6.0 // indirect
5454
github.com/dlclark/regexp2 v1.11.4 // indirect
@@ -76,11 +76,11 @@ require (
7676
github.com/go-playground/validator/v10 v10.24.0 // indirect
7777
github.com/goccy/go-json v0.10.4 // indirect
7878
github.com/gogo/protobuf v1.3.2 // indirect
79-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
79+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
8080
github.com/golang/protobuf v1.5.4 // indirect
8181
github.com/google/gnostic-models v0.6.8 // indirect
82-
github.com/google/go-cmp v0.6.0 // indirect
83-
github.com/google/go-github/v68 v68.0.0 // indirect
82+
github.com/google/go-cmp v0.7.0 // indirect
83+
github.com/google/go-github/v69 v69.2.0 // indirect
8484
github.com/google/go-querystring v1.1.0 // indirect
8585
github.com/google/gofuzz v1.2.0 // indirect
8686
github.com/google/uuid v1.6.0 // indirect
@@ -135,7 +135,7 @@ require (
135135
github.com/segmentio/asm v1.2.0 // indirect
136136
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
137137
github.com/shopspring/decimal v1.4.0 // indirect
138-
github.com/skeema/knownhosts v1.3.0 // indirect
138+
github.com/skeema/knownhosts v1.3.1 // indirect
139139
github.com/spf13/cast v1.7.0 // indirect
140140
github.com/spf13/pflag v1.0.5 // indirect
141141
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
@@ -156,18 +156,16 @@ require (
156156
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
157157
go.opentelemetry.io/otel/trace v1.34.0 // indirect
158158
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
159-
go.starlark.net v0.0.0-20241226192728-8dfa5b98479f // indirect
159+
go.starlark.net v0.0.0-20250205221240-492d3672b3f4 // indirect
160160
golang.org/x/arch v0.13.0 // indirect
161-
golang.org/x/crypto v0.32.0 // indirect
162-
golang.org/x/mod v0.21.0 // indirect
163-
golang.org/x/net v0.34.0 // indirect
164-
golang.org/x/oauth2 v0.25.0 // indirect
165-
golang.org/x/sync v0.10.0 // indirect
166-
golang.org/x/sys v0.29.0 // indirect
167-
golang.org/x/term v0.28.0 // indirect
168-
golang.org/x/text v0.21.0 // indirect
169-
golang.org/x/time v0.9.0 // indirect
170-
golang.org/x/tools v0.26.0 // indirect
161+
golang.org/x/crypto v0.35.0 // indirect
162+
golang.org/x/net v0.35.0 // indirect
163+
golang.org/x/oauth2 v0.26.0 // indirect
164+
golang.org/x/sync v0.11.0 // indirect
165+
golang.org/x/sys v0.30.0 // indirect
166+
golang.org/x/term v0.29.0 // indirect
167+
golang.org/x/text v0.22.0 // indirect
168+
golang.org/x/time v0.10.0 // indirect
171169
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
172170
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
173171
google.golang.org/grpc v1.69.4 // indirect
@@ -180,7 +178,7 @@ require (
180178
gorm.io/driver/sqlite v1.5.7 // indirect
181179
gorm.io/gorm v1.25.12 // indirect
182180
k8s.io/api v0.32.1 // indirect
183-
k8s.io/apimachinery v0.32.1 // indirect
181+
k8s.io/apimachinery v0.32.2 // indirect
184182
k8s.io/client-go v0.32.1 // indirect
185183
k8s.io/klog/v2 v2.130.1 // indirect
186184
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect

0 commit comments

Comments
 (0)