Skip to content

Commit f3361fe

Browse files
chore(deps): update all non-major dependencies
1 parent 5b1ead3 commit f3361fe

10 files changed

+57
-55
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- name: install go
19-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
# use version from go.mod file
2222
go-version-file: 'go.mod'

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3
42+
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3
53+
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3
67+
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3

.github/workflows/prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: clone
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818

1919
- name: install go
20-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
20+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2121
with:
2222
# use version from go.mod file
2323
go-version-file: 'go.mod'

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- name: install go
19-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
# use version from go.mod file
2222
go-version-file: 'go.mod'

.github/workflows/reviewdog.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
steps:
1414
- name: clone
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616

1717
- name: install go
18-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
18+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
1919
with:
2020
# use version from go.mod file
2121
go-version-file: 'go.mod'
2222
cache: true
2323

2424
- name: golangci-lint
25-
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2
25+
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828
golangci_lint_flags: "--config=.golangci.yml"
@@ -35,17 +35,17 @@ jobs:
3535

3636
steps:
3737
- name: clone
38-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3939

4040
- name: install go
41-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
41+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4242
with:
4343
# use version from go.mod file
4444
go-version-file: 'go.mod'
4545
cache: true
4646

4747
- name: golangci-lint
48-
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2
48+
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2
4949
with:
5050
github_token: ${{ secrets.github_token }}
5151
golangci_lint_flags: "--config=.golangci.yml"

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- name: install go
19-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
# use version from go.mod file
2222
go-version-file: 'go.mod'
@@ -27,7 +27,7 @@ jobs:
2727
go test -race -covermode=atomic -coverprofile=coverage.out ./...
2828
2929
- name: coverage
30-
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4
30+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
file: coverage.out

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- name: install go
19-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
# use version from go.mod file
2222
go-version-file: 'go.mod'

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@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as certs
7+
FROM alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd 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:latest@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
15+
FROM alpine:latest@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
1616

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

go.mod

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.21
44

55
require (
66
github.com/hashicorp/vault v1.16.1
7-
github.com/hashicorp/vault/api v1.12.2
7+
github.com/hashicorp/vault/api v1.14.0
88
github.com/joho/godotenv v1.5.1
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/spf13/afero v1.11.0
11-
github.com/urfave/cli/v2 v2.27.1
11+
github.com/urfave/cli/v2 v2.27.2
1212
)
1313

1414
require (
@@ -34,6 +34,7 @@ require (
3434
github.com/felixge/httpsnoop v1.0.4 // indirect
3535
github.com/gammazero/deque v0.2.1 // indirect
3636
github.com/gammazero/workerpool v1.1.3 // indirect
37+
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
3738
github.com/go-logr/stdr v1.2.2 // indirect
3839
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
3940
github.com/google/gnostic-models v0.6.8 // indirect
@@ -112,7 +113,7 @@ require (
112113
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
113114
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
114115
github.com/cloudflare/circl v1.3.7 // indirect
115-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
116+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
116117
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
117118
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
118119
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
@@ -157,7 +158,7 @@ require (
157158
github.com/hashicorp/eventlogger v0.2.8 // indirect
158159
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
159160
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 // indirect
160-
github.com/hashicorp/go-hclog v1.6.2 // indirect
161+
github.com/hashicorp/go-hclog v1.6.3 // indirect
161162
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
162163
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1 // indirect
163164
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16 // indirect
@@ -172,7 +173,7 @@ require (
172173
github.com/hashicorp/go-multierror v1.1.1 // indirect
173174
github.com/hashicorp/go-plugin v1.6.0 // indirect
174175
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a // indirect
175-
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
176+
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
176177
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
177178
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
178179
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
@@ -256,19 +257,19 @@ require (
256257
github.com/tklauser/numcpus v0.4.0 // indirect
257258
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
258259
github.com/vmware/govmomi v0.18.0 // indirect
259-
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
260+
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
260261
github.com/yusufpapurcu/wmi v1.2.2 // indirect
261262
go.etcd.io/bbolt v1.3.7 // indirect
262263
go.mongodb.org/mongo-driver v1.13.1 // indirect
263264
go.opencensus.io v0.24.0 // indirect
264265
go.uber.org/atomic v1.11.0 // indirect
265-
golang.org/x/crypto v0.21.0 // indirect
266-
golang.org/x/net v0.22.0 // indirect
266+
golang.org/x/crypto v0.23.0 // indirect
267+
golang.org/x/net v0.25.0 // indirect
267268
golang.org/x/oauth2 v0.18.0 // indirect
268269
golang.org/x/sync v0.6.0 // indirect
269-
golang.org/x/sys v0.18.0 // indirect
270-
golang.org/x/term v0.18.0 // indirect
271-
golang.org/x/text v0.14.0 // indirect
270+
golang.org/x/sys v0.20.0 // indirect
271+
golang.org/x/term v0.20.0 // indirect
272+
golang.org/x/text v0.15.0 // indirect
272273
golang.org/x/time v0.5.0 // indirect
273274
google.golang.org/api v0.163.0 // indirect
274275
google.golang.org/appengine v1.6.8 // indirect

0 commit comments

Comments
 (0)