Skip to content

Commit 463bb4e

Browse files
chore(deps): update all non-major dependencies
1 parent e1599c5 commit 463bb4e

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
13+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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.47@sha256:5c3e3964fcb8ecbc34fd7cfdf8e652f08a7f0c5529617d382d57368b17ed0628 AS ghcommit
1+
FROM ghcr.io/planetscale/ghcommit:v0.1.48@sha256:9ebf836e2bdbb88e536984312a9083af8c95487ad2b59a1d830672bf4d9053ea AS ghcommit
22

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

0 commit comments

Comments
 (0)