File tree 6 files changed +14
-12
lines changed
6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
19
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
19
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
20
20
with :
21
21
go-version-file : go.mod
22
22
23
23
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
24
24
25
25
# installed here to run lint on the .goreleaser.yml file:
26
26
- name : Install GoReleaser
27
- uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
27
+ uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
28
28
with :
29
29
install-only : true
30
30
@@ -36,14 +36,14 @@ jobs:
36
36
steps :
37
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38
38
39
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
39
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
40
40
with :
41
41
go-version-file : go.mod
42
42
43
43
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
44
44
45
45
- name : Install GoReleaser
46
- uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
46
+ uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
47
47
with :
48
48
install-only : true
49
49
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
21
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
22
22
with :
23
23
go-version-file : go.mod
24
24
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
26
27
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
27
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
28
28
with :
29
29
go-version-file : go.mod
30
30
31
31
- uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
32
32
33
33
# installed here to run lint on the .goreleaser.yml file:
34
34
- name : Install GoReleaser
35
- uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
35
+ uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
36
36
with :
37
37
install-only : true
38
38
54
54
fetch-depth : 0
55
55
fetch-tags : true
56
56
57
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
57
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
58
58
with :
59
59
go-version-file : go.mod
60
60
63
63
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
64
64
65
65
- name : Install GoReleaser
66
- uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
66
+ uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
67
67
with :
68
68
install-only : true
69
69
Original file line number Diff line number Diff line change 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
3
3
4
4
COPY ghcommit /ghcommit
5
5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.2
5
5
require (
6
6
github.com/jessevdk/go-flags v1.6.1
7
7
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
9
9
)
10
10
11
11
require (
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
16
16
golang.org/x/oauth2 v0.21.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
17
17
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
18
18
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 =
19
21
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
20
22
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
21
23
golang.org/x/sys v0.18.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments