Skip to content

Commit 529f758

Browse files
chore(deps): update all non-major dependencies (#587)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7ada01 commit 529f758

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
check-latest: true
2323

2424
- name: golangci-lint
25-
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2.6.1
25+
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828
golangci_lint_flags: "--config=.golangci.yml --verbose --timeout=5m"
@@ -45,7 +45,7 @@ jobs:
4545
check-latest: true
4646

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as certs
3+
FROM alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as certs
44

55
RUN apk add --update --no-cache ca-certificates
66

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
3+
FROM alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
44

55
RUN apk add --update --no-cache ca-certificates
66

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/docker/go-units v0.5.0
1212
github.com/gin-gonic/gin v1.10.0
1313
github.com/go-vela/sdk-go v0.24.0-rc2
14-
github.com/go-vela/server v0.24.0-rc2
15-
github.com/go-vela/types v0.24.0-rc2
14+
github.com/go-vela/server v0.24.0-rc3
15+
github.com/go-vela/types v0.24.0
1616
github.com/golang-jwt/jwt/v5 v5.2.1
1717
github.com/google/go-cmp v0.6.0
1818
github.com/joho/godotenv v1.5.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe
105105
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
106106
github.com/go-vela/sdk-go v0.24.0-rc2 h1:PKumiT2abXcJ66NZJfKa0FpxlUlQJTlNxQiRp3QS2LM=
107107
github.com/go-vela/sdk-go v0.24.0-rc2/go.mod h1:D6FIaZ4b1tt4SGPcJhOxwZHbtitv1mDt9tsci41pAdw=
108-
github.com/go-vela/server v0.24.0-rc2 h1:bM319+e+xZDwtEfsyUcVVVev583bLvS0+jxSLpd4R/k=
109-
github.com/go-vela/server v0.24.0-rc2/go.mod h1:yIaa48hyyzsb62JWriHT9CWyo7OC02JXXzKV0ilTcD0=
110-
github.com/go-vela/types v0.24.0-rc2 h1:sdOtUL+pBjgD+4hFDrHN/8ZFXSICTnl+eYcRP2IZ0Wk=
111-
github.com/go-vela/types v0.24.0-rc2/go.mod h1:YWj6BIapl9Kbj4yHq/fp8jltXdGiwD/gTy1ez32Rzag=
108+
github.com/go-vela/server v0.24.0-rc3 h1:n4YTJb4jb/dvnD8fOCgL8dQ4/hHxRA+xOCZnFNN/jU8=
109+
github.com/go-vela/server v0.24.0-rc3/go.mod h1:yIaa48hyyzsb62JWriHT9CWyo7OC02JXXzKV0ilTcD0=
110+
github.com/go-vela/types v0.24.0 h1:KkkiXxw3uHckh/foyadmLY1YnLw6vhZbz9XwqONCj6o=
111+
github.com/go-vela/types v0.24.0/go.mod h1:YWj6BIapl9Kbj4yHq/fp8jltXdGiwD/gTy1ez32Rzag=
112112
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
113113
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
114114
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=

0 commit comments

Comments
 (0)