Skip to content

Commit 3a38bf5

Browse files
fix(deps): update all non-major dependencies
1 parent 35e9520 commit 3a38bf5

File tree

9 files changed

+78
-74
lines changed

9 files changed

+78
-74
lines changed

.github/workflows/build.yml

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

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: install go
1919
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3939

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

.github/workflows/prerelease.yml

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

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

.github/workflows/publish.yml

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

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

.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
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: install go
1919
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
@@ -28,7 +28,7 @@ jobs:
2828
go test -race -covermode=atomic -coverprofile=coverage.out ./...
2929
3030
- name: coverage
31-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
31+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
file: coverage.out

.github/workflows/validate.yml

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

1414
steps:
1515
- name: clone
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: install go
1919
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5

go.mod

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,21 @@ require (
66
github.com/Masterminds/semver/v3 v3.4.0
77
github.com/Masterminds/sprig/v3 v3.3.0
88
github.com/go-ldap/ldap/v3 v3.4.11
9-
github.com/go-vela/server v0.26.4
9+
github.com/go-vela/server v0.27.1
1010
github.com/joho/godotenv v1.5.1
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/slack-go/slack v0.17.3
13-
github.com/urfave/cli/v3 v3.3.8
13+
github.com/urfave/cli/v3 v3.4.1
1414
)
1515

1616
require (
17-
github.com/PuerkitoBio/purell v1.1.1 // indirect
18-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
17+
github.com/PuerkitoBio/purell v1.2.1 // indirect
1918
github.com/drone/envsubst v1.0.3 // indirect
2019
github.com/ghodss/yaml v1.0.0 // indirect
2120
github.com/google/go-querystring v1.1.0 // indirect
2221
github.com/goware/urlx v0.3.2 // indirect
23-
golang.org/x/net v0.41.0 // indirect
24-
golang.org/x/text v0.27.0 // indirect
22+
golang.org/x/net v0.42.0 // indirect
23+
golang.org/x/text v0.28.0 // indirect
2524
gopkg.in/yaml.v2 v2.4.0 // indirect
2625
)
2726

@@ -31,21 +30,23 @@ require (
3130
github.com/Masterminds/goutils v1.1.1 // indirect
3231
github.com/bahlo/generic-list-go v0.2.0 // indirect
3332
github.com/buger/jsonparser v1.1.1 // indirect
33+
github.com/expr-lang/expr v1.17.6 // indirect
3434
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
35-
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
36-
github.com/google/go-github/v69 v69.2.0 // indirect
35+
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
36+
github.com/google/go-github/v74 v74.0.0 // indirect
3737
github.com/google/uuid v1.6.0 // indirect
3838
github.com/gorilla/websocket v1.5.3 // indirect
3939
github.com/huandu/xstrings v1.5.0 // indirect
4040
github.com/invopop/jsonschema v0.13.0 // indirect
41-
github.com/mailru/easyjson v0.7.7 // indirect
41+
github.com/mailru/easyjson v0.9.0 // indirect
4242
github.com/mitchellh/copystructure v1.2.0 // indirect
4343
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4444
github.com/shopspring/decimal v1.4.0 // indirect
45-
github.com/spf13/cast v1.7.0 // indirect
45+
github.com/spf13/cast v1.8.0 // indirect
4646
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
47-
golang.org/x/crypto v0.40.0 // indirect
48-
golang.org/x/oauth2 v0.28.0 // indirect
49-
golang.org/x/sys v0.34.0 // indirect
47+
go.yaml.in/yaml/v3 v3.0.4 // indirect
48+
golang.org/x/crypto v0.41.0 // indirect
49+
golang.org/x/oauth2 v0.30.0 // indirect
50+
golang.org/x/sys v0.35.0 // indirect
5051
gopkg.in/yaml.v3 v3.0.1 // indirect
5152
)

0 commit comments

Comments
 (0)