Skip to content

Commit 1729c70

Browse files
authored
Merge pull request #112 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents 79d8320 + 597fe9a commit 1729c70

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

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

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

25-
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
25+
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
2626

2727
# installed here to run lint on the .goreleaser.yml file:
2828
- name: Install GoReleaser
@@ -40,11 +40,11 @@ jobs:
4040
with:
4141
persist-credentials: false
4242

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

47-
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
47+
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
4848

4949
- name: Install GoReleaser
5050
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6

.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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
22+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2323
with:
2424
go-version-file: go.mod
2525

.github/workflows/release.yaml

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

29-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
29+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3030
with:
3131
go-version-file: go.mod
3232
cache: false
3333

34-
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
34+
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
3535

3636
# installed here to run lint on the .goreleaser.yml file:
3737
- name: Install GoReleaser
@@ -58,7 +58,7 @@ jobs:
5858
fetch-tags: true
5959
persist-credentials: false
6060

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

.github/workflows/zizmor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5
25+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
2626

2727
- name: Run zizmor 🌈
2828
run: uvx zizmor --format sarif . > results.sarif
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
33+
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # 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,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb
2-
FROM pscale.dev/wolfi-prod/git:2.48.1
2+
FROM pscale.dev/wolfi-prod/git:2.49.0
33

44
COPY ghcommit /ghcommit
55

0 commit comments

Comments
 (0)