Skip to content

Commit 740d069

Browse files
chore(deps): update all non-major dependencies
1 parent 141d866 commit 740d069

File tree

11 files changed

+34
-34
lines changed

11 files changed

+34
-34
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # 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

Lines changed: 4 additions & 4 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
steps:
1616
- name: clone
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
with:
1919
# ensures we fetch tag history for the repository
2020
fetch-depth: 0
2121

2222
- name: install go
23-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
23+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2424
with:
2525
# use version from go.mod file
2626
go-version-file: 'go.mod'

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1717
with:
1818
# ensures we fetch tag history for the repository
1919
fetch-depth: 0
2020

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

.github/workflows/reviewdog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: clone
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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'
@@ -36,10 +36,10 @@ jobs:
3636

3737
steps:
3838
- name: clone
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4040

4141
- name: install go
42-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
42+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4343
with:
4444
# use version from go.mod file
4545
go-version-file: 'go.mod'

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # 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'
@@ -28,7 +28,7 @@ jobs:
2828
go test -covermode=atomic -coverprofile=coverage.out ./...
2929
3030
- name: coverage
31-
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4
31+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
file: coverage.out
@@ -40,10 +40,10 @@ jobs:
4040

4141
steps:
4242
- name: checkout
43-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4444

4545
- name: install go
46-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
46+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4747
with:
4848
# use version from go.mod file
4949
go-version-file: 'go.mod'
@@ -64,13 +64,13 @@ jobs:
6464

6565
steps:
6666
- name: clone
67-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
67+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
6868
with:
6969
# ensures we fetch tag history for the repository
7070
fetch-depth: 0
7171

7272
- name: install go
73-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
73+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
7474
with:
7575
# use version from go.mod file
7676
go-version-file: 'go.mod'

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # 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.scp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## docker build --no-cache -t vela-scp:local . ##
55
###############################################################
66

7-
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
7+
FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
88

99
# Build args to be used from the Makefile
1010
ARG OPENSSH_VERSION

Dockerfile.ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## docker build --no-cache -t vela-ssh:local . ##
55
###############################################################
66

7-
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
7+
FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
88

99
# Build args to be used from the Makefile
1010
ARG OPENSSH_VERSION

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.20
55
require (
66
github.com/sirupsen/logrus v1.9.3
77
github.com/spf13/afero v1.11.0
8-
github.com/urfave/cli/v2 v2.27.1
8+
github.com/urfave/cli/v2 v2.27.2
99
)
1010

1111
require (
12-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
12+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
1313
github.com/russross/blackfriday/v2 v2.1.0 // indirect
14-
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
14+
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
1515
golang.org/x/sys v0.15.0 // indirect
1616
golang.org/x/text v0.14.0 // indirect
1717
)

0 commit comments

Comments
 (0)