Skip to content

Commit 12b0bbd

Browse files
fix(deps): update all non-major dependencies
1 parent c8b8069 commit 12b0bbd

8 files changed

Lines changed: 28 additions & 26 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1818
with:
1919
persist-credentials: false
2020

21-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
21+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2222
with:
2323
go-version-file: go.mod
2424

25-
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
25+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
2626

2727
# installed here to run lint on the .goreleaser.yml file:
2828
- name: Install GoReleaser
@@ -36,15 +36,15 @@ jobs:
3636
release-test:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
4040
with:
4141
persist-credentials: false
4242

43-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
43+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
4444
with:
4545
go-version-file: go.mod
4646

47-
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
47+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
4848

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

.github/workflows/licensing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false
2121

22-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
22+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2323
with:
2424
go-version-file: go.mod
2525

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
test:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
2626
with:
2727
persist-credentials: false
2828

29-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
29+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3030
with:
3131
go-version-file: go.mod
3232
cache: false
3333

34-
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
34+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
3535

3636
# installed here to run lint on the .goreleaser.yml file:
3737
- name: Install GoReleaser
@@ -52,13 +52,13 @@ jobs:
5252

5353
steps:
5454
- name: checkout code with full history (unshallow)
55-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
5656
with:
5757
fetch-depth: 0
5858
fetch-tags: true
5959
persist-credentials: false
6060

61-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
61+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
6262
with:
6363
go-version-file: go.mod
6464
cache: false
@@ -84,7 +84,7 @@ jobs:
8484
install-only: true
8585

8686
- name: login to ghcr.io
87-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
87+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}

.github/workflows/validate-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
timeout-minutes: 10
1414

1515
steps:
16-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1717
with:
1818
persist-credentials: false
1919

20-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
20+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
2121
with:
2222
node-version: lts/*
2323

.github/workflows/zizmor.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
actions: read
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
2121
with:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7
25+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
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@014f16e7ab1402f30e7c3329d33797e7948572db # v4
33+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4
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.20@sha256:26147acbda4f14c5add9946e2fd2ed543fc402884fd75146bd342a7f6271dc1d
2-
FROM pscale.dev/wolfi-prod/git:2.51.2
1+
# syntax=docker/dockerfile:1.25@sha256:0adf442eae370b6087e08edc7c50b552d80ddf261576f4ebd6421006b2461f12
2+
FROM pscale.dev/wolfi-prod/git:2.55.0
33

44
COPY ghcommit /ghcommit
55

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
module github.com/planetscale/ghcommit
22

3-
go 1.24.0
4-
5-
toolchain go1.25.10
3+
go 1.26.5
64

75
require (
86
github.com/jessevdk/go-flags v1.6.1
9-
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
10-
golang.org/x/oauth2 v0.33.0
7+
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed
8+
golang.org/x/oauth2 v0.36.0
119
)
1210

1311
require (

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bB
22
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
33
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=
44
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
5+
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed h1:KT7hI8vYXgU0s2qaMkrfq9tCA1w/iEPgfredVP+4Tzw=
6+
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
57
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 h1:B1PEwpArrNp4dkQrfxh/abbBAOZBVp0ds+fBEOUOqOc=
68
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29/go.mod h1:AuYgA5Kyo4c7HfUmvRGs/6rGlMMV/6B1bVnB9JxJEEg=
79
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
810
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
911
golang.org/x/oauth2 v0.33.0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo=
1012
golang.org/x/oauth2 v0.33.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
13+
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
14+
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
1115
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
1216
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

0 commit comments

Comments
 (0)