Skip to content

Commit 8e7d936

Browse files
authored
Merge pull request #102 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents b3b7260 + d228d33 commit 8e7d936

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
21+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2222
with:
2323
go-version-file: go.mod
2424

@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242

43-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
43+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4444
with:
4545
go-version-file: go.mod
4646

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
persist-credentials: false
2121

22-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
22+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
go-version-file: go.mod
2525

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
29+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3030
with:
3131
go-version-file: go.mod
3232
cache: false
@@ -58,7 +58,7 @@ jobs:
5858
fetch-tags: true
5959
persist-credentials: false
6060

61-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
61+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
6262
with:
6363
go-version-file: go.mod
6464
cache: false

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
19+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2020
with:
2121
node-version: 20
2222

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
33+
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
3434
with:
3535
sarif_file: results.sarif
3636
category: zizmor

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.12@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
1+
# syntax=docker/dockerfile:1.13@sha256:426b85b823c113372f766a963f68cfd9cd4878e1bcc0fda58779127ee98a28eb
22
FROM pscale.dev/wolfi-prod/git:2.48.1
33

44
COPY ghcommit /ghcommit

0 commit comments

Comments
 (0)