File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
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.11 @sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
2+ FROM pscale.dev/wolfi-prod/git:2.47.1
33
44COPY ghcommit /ghcommit
55
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.2
55require (
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
1111require (
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=
1616golang.org/x/oauth2 v0.21.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
1717golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
1818golang.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 =
1921golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
2022golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
2123golang.org/x/sys v0.18.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments