Skip to content

Commit c8ba250

Browse files
authored
Merge pull request #61 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents b662a9d + 717ddb0 commit c8ba250

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event_name == 'push' && !contains(toJson(github.event.commits), '[ci skip]') && !contains(toJson(github.event.commits), '[skip ci]')
1212
steps:
13-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1414
- run: make lint
1515
- run: make test
1616

@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout code with full history (unshallow)
24-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
24+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2525
with:
2626
fetch-depth: 0
2727
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
with:
1919
fetch-depth: 0
2020
- run: sudo gem install license_finder

.github/workflows/self-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1414

1515
- name: modify some files
1616
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/planetscale/ghcommit:v0.1.43@sha256:1120c818f3a7abf23dfd2214f06dd57c71f3d3e1f74611867d917bfc4acdbd33 AS ghcommit
1+
FROM ghcr.io/planetscale/ghcommit:v0.1.44@sha256:a72c9694799b82443f712716b2e41e5ad6ac058f9f05ebdb0bd76023f3d48e5b AS ghcommit
22

33
FROM pscale.dev/wolfi-prod/base:latest AS base
44

0 commit comments

Comments
 (0)