Skip to content

Commit f75f92c

Browse files
fix(deps): update all non-major dependencies
1 parent c3ce490 commit f75f92c

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

Diff for: .github/workflows/ci.yaml

+4-4
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

Diff for: .github/workflows/licensing.yaml

+1-1
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

Diff for: .github/workflows/release.yaml

+4-4
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

Diff for: Dockerfile

+2-2
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

Diff for: go.mod

+1-1
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 (

Diff for: go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
1616
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1717
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
1818
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
19+
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
20+
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1921
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
2022
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
2123
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)