Skip to content

Commit aec529e

Browse files
ecrupperrenovate[bot]KellyMerrick
authored
chore(deps): upgrade minor deps and major workflow actions (#381)
* fix(deps): update all non-major dependencies * chore(deps): upgrade minor deps and major workflow actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kelly Merrick <kelly.merrick@target.com>
1 parent aa5ce93 commit aec529e

File tree

10 files changed

+107
-93
lines changed

10 files changed

+107
-93
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747

4848
- name: install go
49-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
49+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5050
with:
5151
# use version from go.mod file
5252
go-version-file: "go.mod"
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
58+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
69+
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
# make release
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
83+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4

.github/workflows/reviewdog.yml

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

2020
steps:
2121
- name: clone
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: install go
25-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
25+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2626
with:
2727
# use version from go.mod file
2828
go-version-file: "go.mod"
@@ -47,10 +47,10 @@ jobs:
4747

4848
steps:
4949
- name: clone
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151

5252
- name: install go
53-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
53+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5454
with:
5555
# use version from go.mod file
5656
go-version-file: "go.mod"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: clone
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: install go
25-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
25+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2626
with:
2727
# use version from go.mod file
2828
go-version-file: "go.mod"
@@ -34,7 +34,7 @@ jobs:
3434
make test
3535
3636
- name: coverage
37-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
37+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
3838
with:
3939
use_oidc: true
4040
files: coverage.out

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: clone
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: install go
21-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
21+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2222
with:
2323
# use version from go.mod file
2424
go-version-file: "go.mod"

.github/workflows/version_increment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: clone
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323

@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Create Pull Request
5757
if: env.skip == 'false'
58-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
58+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5959
with:
6060
script: |
6161
const { owner, repo } = context.repo

go.mod

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,67 +4,73 @@ go 1.25.7
44

55
require (
66
github.com/coreos/go-semver v0.3.1
7-
github.com/gin-gonic/gin v1.10.1
8-
github.com/go-vela/server v0.27.3-0.20260224173750-65953f2b1a54
9-
github.com/golang-jwt/jwt/v5 v5.3.0
7+
github.com/gin-gonic/gin v1.11.0
8+
github.com/go-vela/server v0.28.0-rc1
9+
github.com/golang-jwt/jwt/v5 v5.3.1
1010
github.com/google/go-cmp v0.7.0
11-
github.com/google/go-querystring v1.1.0
12-
github.com/sirupsen/logrus v1.9.3
11+
github.com/google/go-querystring v1.2.0
12+
github.com/sirupsen/logrus v1.9.4
1313
go.yaml.in/yaml/v3 v3.0.4
1414
)
1515

1616
require (
1717
github.com/bahlo/generic-list-go v0.2.0 // indirect
1818
github.com/buger/jsonparser v1.1.1 // indirect
1919
github.com/bytedance/gopkg v0.1.3 // indirect
20-
github.com/bytedance/sonic v1.14.2 // indirect
21-
github.com/bytedance/sonic/loader v0.4.0 // indirect
20+
github.com/bytedance/sonic v1.15.0 // indirect
21+
github.com/bytedance/sonic/loader v0.5.0 // indirect
2222
github.com/cloudwego/base64x v0.1.6 // indirect
2323
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
2424
github.com/drone/envsubst v1.0.3 // indirect
2525
github.com/dustin/go-humanize v1.0.1 // indirect
26-
github.com/expr-lang/expr v1.17.7 // indirect
27-
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
26+
github.com/expr-lang/expr v1.17.8 // indirect
27+
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
2828
github.com/ghodss/yaml v1.0.0 // indirect
2929
github.com/gin-contrib/sse v1.1.0 // indirect
3030
github.com/go-ini/ini v1.67.0 // indirect
3131
github.com/go-playground/locales v0.14.1 // indirect
3232
github.com/go-playground/universal-translator v0.18.1 // indirect
33-
github.com/go-playground/validator/v10 v10.29.0 // indirect
33+
github.com/go-playground/validator/v10 v10.30.1 // indirect
3434
github.com/goccy/go-json v0.10.5 // indirect
35+
github.com/goccy/go-yaml v1.19.2 // indirect
3536
github.com/google/uuid v1.6.0 // indirect
3637
github.com/invopop/jsonschema v0.13.0 // indirect
3738
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/klauspost/compress v1.18.0 // indirect
39+
github.com/klauspost/compress v1.18.2 // indirect
3940
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
40-
github.com/kr/pretty v0.3.1 // indirect
41+
github.com/klauspost/crc32 v1.3.0 // indirect
42+
github.com/kr/text v0.2.0 // indirect
4143
github.com/leodido/go-urn v1.4.0 // indirect
4244
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
4345
github.com/lestrrat-go/httpcc v1.0.1 // indirect
4446
github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect
45-
github.com/lestrrat-go/jwx/v3 v3.0.12 // indirect
47+
github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect
4648
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
4749
github.com/mailru/easyjson v0.9.1 // indirect
4850
github.com/mattn/go-isatty v0.0.20 // indirect
51+
github.com/minio/crc64nvme v1.1.1 // indirect
4952
github.com/minio/md5-simd v1.1.2 // indirect
50-
github.com/minio/minio-go/v7 v7.0.83 // indirect
53+
github.com/minio/minio-go/v7 v7.0.98 // indirect
5154
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5255
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5356
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
57+
github.com/philhofer/fwd v1.2.0 // indirect
58+
github.com/quic-go/qpack v0.6.0 // indirect
59+
github.com/quic-go/quic-go v0.59.0 // indirect
5460
github.com/rogpeppe/go-internal v1.11.0 // indirect
5561
github.com/rs/xid v1.6.0 // indirect
5662
github.com/segmentio/asm v1.2.1 // indirect
63+
github.com/tinylib/msgp v1.6.1 // indirect
5764
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5865
github.com/ugorji/go/codec v1.3.1 // indirect
59-
github.com/urfave/cli/v3 v3.6.1 // indirect
66+
github.com/urfave/cli/v3 v3.6.2 // indirect
6067
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
6168
golang.org/x/arch v0.23.0 // indirect
62-
golang.org/x/crypto v0.46.0 // indirect
63-
golang.org/x/net v0.48.0 // indirect
64-
golang.org/x/sys v0.39.0 // indirect
65-
golang.org/x/text v0.32.0 // indirect
69+
golang.org/x/crypto v0.48.0 // indirect
70+
golang.org/x/net v0.49.0 // indirect
71+
golang.org/x/sys v0.41.0 // indirect
72+
golang.org/x/text v0.34.0 // indirect
6673
google.golang.org/protobuf v1.36.11 // indirect
67-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6874
gopkg.in/yaml.v2 v2.4.0 // indirect
6975
gopkg.in/yaml.v3 v3.0.1 // indirect
7076
)

0 commit comments

Comments
 (0)