File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
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 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
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
1
+ # syntax=docker/dockerfile:1.11 @sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
2
2
FROM pscale.dev/wolfi-prod/git:2.47.0
3
3
4
4
COPY ghcommit /ghcommit
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