Skip to content

Commit b6b4cb2

Browse files
authored
Merge pull request #82 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents bf895d1 + 64c3a29 commit b6b4cb2

File tree

7 files changed

+28
-20
lines changed

7 files changed

+28
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323

24-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
24+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2525
with:
2626
go-version-file: go.mod
2727

28-
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
28+
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
2929

3030
# installed here to run lint on the .goreleaser.yml file:
3131
- name: Install GoReleaser
@@ -41,13 +41,13 @@ jobs:
4141
if: github.ref != 'refs/heads/main'
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
44+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4545

46-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
46+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
4747
with:
4848
go-version-file: go.mod
4949

50-
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
50+
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
5151

5252
- name: Install GoReleaser
5353
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
@@ -63,12 +63,12 @@ jobs:
6363
# only create a release on main builds:
6464
steps:
6565
- name: checkout code with full history (unshallow)
66-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
66+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
6767
with:
6868
fetch-depth: 0
6969
fetch-tags: true
7070

71-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
71+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
7272
with:
7373
go-version-file: go.mod
7474

@@ -82,7 +82,7 @@ jobs:
8282
install-only: true
8383

8484
- name: login to ghcr.io
85-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
85+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

.github/workflows/licensing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
21+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2222
with:
2323
go-version-file: go.mod
2424

.github/workflows/validate-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616

17-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
17+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1818
with:
1919
node-version: 20
2020

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ checksum:
4747
name_template: "checksums.txt"
4848

4949
snapshot:
50-
name_template: "{{ .Tag }}-next"
50+
version_template: "{{ .Tag }}-next"
5151

5252
changelog:
5353
sort: asc

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
2-
FROM pscale.dev/wolfi-prod/git:2.45.2@sha256:03cef6284e997316bbecd524e24a818b2c2de2b6f51d514a6b3817e5a9141c08
1+
# syntax=docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2+
FROM pscale.dev/wolfi-prod/git:2.46.0@sha256:d02c5f6a17bbf4269577962d9acbed45e818acb524661ea9accb7c3c2198dfe5
33

44
COPY ghcommit /ghcommit
55

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/planetscale/ghcommit
33
go 1.22.2
44

55
require (
6-
github.com/jessevdk/go-flags v1.5.0
7-
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
8-
golang.org/x/oauth2 v0.21.0
6+
github.com/jessevdk/go-flags v1.6.1
7+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
8+
golang.org/x/oauth2 v0.23.0
99
)
1010

1111
require (
1212
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
1313
golang.org/x/net v0.23.0 // indirect
14-
golang.org/x/sys v0.18.0 // indirect
14+
golang.org/x/sys v0.21.0 // indirect
1515
)

go.sum

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
22
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
33
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
44
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
5+
github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=
6+
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
57
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 h1:RCQBSFx5JrsbHltqTtJ+kN3U0Y3a/N/GlVdmRSoxzyE=
68
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
9+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=
10+
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
711
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 h1:B1PEwpArrNp4dkQrfxh/abbBAOZBVp0ds+fBEOUOqOc=
812
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
913
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
1014
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
1115
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
1216
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
17+
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
18+
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1319
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
1420
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
1521
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
22+
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
23+
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)