File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323
2424 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
2525 with :
4141 if : github.ref != 'refs/heads/main'
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
44+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4545
4646 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
4747 with :
6363 # only create a release on main builds:
6464 steps :
6565 - name : checkout code with full history (unshallow)
66- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
66+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
6767 with :
6868 fetch-depth : 0
6969 fetch-tags : true
Original file line number Diff line number Diff line change 1414 licensing :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1212 timeout-minutes : 10
1313
1414 steps :
15- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1616
1717 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1818 with :
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
2- FROM pscale.dev/wolfi-prod/git:2.44.0@sha256:fc09a064116357822d5e43cf306374b7c91b64bc3714b042934494396298016c
1+ # syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
2+ FROM pscale.dev/wolfi-prod/git:2.44.0@sha256:713af3be1b94865d3c914786fe999ec1e78354a4b1410520a78a72ed78f29c8e
33
44COPY ghcommit /ghcommit
55
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.2
44
55require (
66 github.com/jessevdk/go-flags v1.5.0
7- github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
7+ github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
88 golang.org/x/oauth2 v0.19.0
99)
1010
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LF
44github.com/jessevdk/go-flags v1.5.0 /go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4 =
55github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc h1:vH0NQbIDk+mJLvBliNGfcQgUmhlniWBDXC79oRxfZA0 =
66github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc /go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8 =
7+ github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 h1:RCQBSFx5JrsbHltqTtJ+kN3U0Y3a/N/GlVdmRSoxzyE =
8+ github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 /go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8 =
79github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 h1:B1PEwpArrNp4dkQrfxh/abbBAOZBVp0ds+fBEOUOqOc =
810github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 /go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg =
911golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
You can’t perform that action at this time.
0 commit comments