Skip to content

Commit 4a45e56

Browse files
chore(deps): update all non-major dependencies
1 parent c70003d commit 4a45e56

10 files changed

+68
-67
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: install go
1919
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
42+
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4343
with:
4444
languages: ${{ matrix.language }}
4545
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,7 +50,7 @@ jobs:
5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
53+
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
6464
# make release
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
67+
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: clone
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818

1919
- name: install go
2020
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: install go
1919
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

.github/workflows/reviewdog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: clone
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616

1717
- name: install go
1818
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: clone
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3939

4040
- name: install go
4141
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: install go
1919
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: install go
1919
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
## docker build --no-cache --target certs -t secret-vault:certs . ##
55
##############################################################################
66

7-
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 as certs
7+
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as certs
88

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

1111
###############################################################
1212
## docker build --no-cache -t secret-vault:local . ##
1313
###############################################################
1414

15-
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
15+
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
1616

1717
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1818

go.mod

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-vela/secret-vault
33
go 1.23.0
44

55
require (
6-
github.com/hashicorp/vault/api v1.14.0
6+
github.com/hashicorp/vault/api v1.15.0
77
github.com/joho/godotenv v1.5.1
88
github.com/sirupsen/logrus v1.9.3
99
github.com/spf13/afero v1.11.0
@@ -12,16 +12,18 @@ require (
1212

1313
require (
1414
github.com/Microsoft/go-winio v0.6.1 // indirect
15+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1516
github.com/containerd/containerd v1.7.12 // indirect
1617
github.com/containerd/log v0.1.0 // indirect
1718
github.com/distribution/reference v0.6.0 // indirect
18-
github.com/docker/docker v25.0.6+incompatible // indirect
19+
github.com/docker/docker v26.1.5+incompatible // indirect
1920
github.com/docker/go-connections v0.4.0 // indirect
2021
github.com/docker/go-units v0.5.0 // indirect
2122
github.com/felixge/httpsnoop v1.0.4 // indirect
2223
github.com/frankban/quicktest v1.14.6 // indirect
2324
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
2425
github.com/go-logr/stdr v1.2.2 // indirect
26+
github.com/moby/docker-image-spec v1.3.1 // indirect
2527
github.com/moby/patternmatcher v0.5.0 // indirect
2628
github.com/moby/sys/sequential v0.5.0 // indirect
2729
github.com/moby/sys/user v0.1.0 // indirect
@@ -30,12 +32,12 @@ require (
3032
github.com/opencontainers/go-digest v1.0.0 // indirect
3133
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
3234
github.com/rogpeppe/go-internal v1.12.0 // indirect
33-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
34-
go.opentelemetry.io/otel v1.24.0 // indirect
35+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
36+
go.opentelemetry.io/otel v1.28.0 // indirect
3537
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
36-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
38+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
3739
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
38-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
40+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
3941
golang.org/x/mod v0.17.0 // indirect
4042
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
4143
gotest.tools/v3 v3.5.0 // indirect
@@ -45,7 +47,7 @@ require (
4547
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
4648
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
4749
github.com/fatih/color v1.16.0 // indirect
48-
github.com/go-logr/logr v1.4.1 // indirect
50+
github.com/go-logr/logr v1.4.2 // indirect
4951
github.com/go-vela/types v0.24.0
5052
github.com/gogo/protobuf v1.3.2 // indirect
5153
github.com/golang/snappy v0.0.4 // indirect
@@ -60,7 +62,7 @@ require (
6062
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
6163
github.com/hashicorp/go-uuid v1.0.3 // indirect
6264
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
63-
github.com/hashicorp/vault/sdk v0.13.0
65+
github.com/hashicorp/vault/sdk v0.14.0
6466
github.com/klauspost/compress v1.16.7 // indirect
6567
github.com/mattn/go-colorable v0.1.13 // indirect
6668
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -72,13 +74,11 @@ require (
7274
github.com/ryanuber/go-glob v1.0.0 // indirect
7375
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
7476
go.uber.org/atomic v1.11.0 // indirect
75-
golang.org/x/crypto v0.24.0 // indirect
76-
golang.org/x/net v0.26.0 // indirect
77-
golang.org/x/sync v0.7.0 // indirect
78-
golang.org/x/sys v0.21.0 // indirect
79-
golang.org/x/text v0.16.0 // indirect
77+
golang.org/x/crypto v0.26.0 // indirect
78+
golang.org/x/net v0.28.0 // indirect
79+
golang.org/x/sync v0.8.0 // indirect
80+
golang.org/x/sys v0.24.0 // indirect
81+
golang.org/x/text v0.17.0 // indirect
8082
golang.org/x/time v0.5.0 // indirect
81-
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
82-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
83-
google.golang.org/grpc v1.61.1 // indirect
83+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
8484
)

0 commit comments

Comments
 (0)