File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323
24- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
24+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2525 with :
2626 go-version-file : go.mod
2727
28- - uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5
28+ - uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5
2929
3030 # installed here to run lint on the .goreleaser.yml file:
3131 - name : Install GoReleaser
@@ -43,11 +43,11 @@ jobs:
4343 steps :
4444 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4545
46- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
46+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4747 with :
4848 go-version-file : go.mod
4949
50- - uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5
50+ - uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5
5151
5252 - name : Install GoReleaser
5353 uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
6868 fetch-depth : 0
6969 fetch-tags : true
7070
71- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
71+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
7272 with :
7373 go-version-file : go.mod
7474
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
21+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2222 with :
2323 go-version-file : go.mod
2424
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
2- FROM pscale.dev/wolfi-prod/git:2.44 .0@sha256:713af3be1b94865d3c914786fe999ec1e78354a4b1410520a78a72ed78f29c8e
2+ FROM pscale.dev/wolfi-prod/git:2.45 .0@sha256:4715a72888cf4a361d89db7dc0265e62744ee556a23f27cc6c59fba669dde9a6
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.5.0
77 github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
8- golang.org/x/oauth2 v0.19 .0
8+ golang.org/x/oauth2 v0.20 .0
99)
1010
1111require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
1212golang.org/x/net v0.23.0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
1313golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg =
1414golang.org/x/oauth2 v0.19.0 /go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8 =
15+ golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo =
16+ golang.org/x/oauth2 v0.20.0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
1517golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
1618golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
1719golang.org/x/sys v0.18.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments