Skip to content

Commit f9dc340

Browse files
authored
Merge pull request #130 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents eabb9f7 + c24e71f commit f9dc340

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# installed here to run lint on the .goreleaser.yml file:
2828
- name: Install GoReleaser
29-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
29+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
3030
with:
3131
install-only: true
3232

@@ -47,7 +47,7 @@ jobs:
4747
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
4848

4949
- name: Install GoReleaser
50-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
50+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
5151
with:
5252
install-only: true
5353

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# installed here to run lint on the .goreleaser.yml file:
3737
- name: Install GoReleaser
38-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
38+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
3939
with:
4040
install-only: true
4141

@@ -69,12 +69,12 @@ jobs:
6969
echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
7070
7171
- name: Install GoReleaser
72-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
72+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
7373
with:
7474
install-only: true
7575

7676
- name: login to ghcr.io
77-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
77+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

.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@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
25+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
33+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
3434
with:
3535
sarif_file: results.sarif
3636
category: zizmor

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1.17@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
2-
FROM pscale.dev/wolfi-prod/git:2.50.1
1+
# syntax=docker/dockerfile:1.18@sha256:dabfc0969b935b2080555ace70ee69a5261af8a8f1b4df97b9e7fbcf6722eddf
2+
FROM pscale.dev/wolfi-prod/git:2.51.0
33

44
COPY ghcommit /ghcommit
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/planetscale/ghcommit
22

33
go 1.23.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.1
66

77
require (
88
github.com/jessevdk/go-flags v1.6.1

0 commit comments

Comments
 (0)