Skip to content

Commit 0c8f9c2

Browse files
fix(deps): update all non-major dependencies
1 parent 3088062 commit 0c8f9c2

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

19-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
19+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2020
with:
2121
go-version-file: go.mod
2222

2323
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
2424

2525
# installed here to run lint on the .goreleaser.yml file:
2626
- name: Install GoReleaser
27-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
27+
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
2828
with:
2929
install-only: true
3030

@@ -36,14 +36,14 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838

39-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
39+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
4040
with:
4141
go-version-file: go.mod
4242

4343
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
4444

4545
- name: Install GoReleaser
46-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
46+
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
4747
with:
4848
install-only: true
4949

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
21+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2222
with:
2323
go-version-file: go.mod
2424

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626

27-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
27+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2828
with:
2929
go-version-file: go.mod
3030

3131
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
3232

3333
# installed here to run lint on the .goreleaser.yml file:
3434
- name: Install GoReleaser
35-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
35+
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
3636
with:
3737
install-only: true
3838

@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
fetch-tags: true
5656

57-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
57+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
5858
with:
5959
go-version-file: go.mod
6060

@@ -63,7 +63,7 @@ jobs:
6363
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
6464
6565
- name: Install GoReleaser
66-
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
66+
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
6767
with:
6868
install-only: true
6969

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2-
FROM pscale.dev/wolfi-prod/git:2.47.0
1+
# syntax=docker/dockerfile:1.12@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
2+
FROM pscale.dev/wolfi-prod/git:2.47.1
33

44
COPY ghcommit /ghcommit
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.2
55
require (
66
github.com/jessevdk/go-flags v1.6.1
77
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
8-
golang.org/x/oauth2 v0.23.0
8+
golang.org/x/oauth2 v0.24.0
99
)
1010

1111
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
1010
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
1111
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
1212
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
13+
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
14+
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1315
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
1416
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)