Skip to content

Commit 85d664f

Browse files
authored
Merge pull request #73 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents 9ff7c2c + 9c8633b commit 85d664f

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -41,7 +41,7 @@ jobs:
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:
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

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: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

44
COPY ghcommit /ghcommit
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.2
44

55
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LF
44
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
55
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc h1:vH0NQbIDk+mJLvBliNGfcQgUmhlniWBDXC79oRxfZA0=
66
github.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=
79
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 h1:B1PEwpArrNp4dkQrfxh/abbBAOZBVp0ds+fBEOUOqOc=
810
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
911
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=

0 commit comments

Comments
 (0)