Skip to content

Commit 03c4a23

Browse files
fix(deps): update all non-major dependencies
1 parent f8ba6b8 commit 03c4a23

File tree

8 files changed

+123
-50
lines changed

8 files changed

+123
-50
lines changed

.github/workflows/ci.yaml

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

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

25-
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
25+
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
2626
with:
2727
args: --timeout=10m
2828

2929
test:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
with:
3434
persist-credentials: false
3535

36-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
36+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3737
with:
3838
go-version-file: go.mod
3939

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
steps:
2323
- name: login to ghcr.io
24-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
24+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

30-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3131
with:
3232
fetch-depth: 0
3333
persist-credentials: false

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616
with:
1717
persist-credentials: false
1818

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121
with:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7
25+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # 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@fe4161a26a8629af62121b670040955b330f9af2 # 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.17@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
2-
FROM --platform=$BUILDPLATFORM pscale.dev/wolfi-prod/go:1.24 AS builder
1+
# syntax=docker/dockerfile:1.20@sha256:26147acbda4f14c5add9946e2fd2ed543fc402884fd75146bd342a7f6271dc1d
2+
FROM --platform=$BUILDPLATFORM pscale.dev/wolfi-prod/go:1.25 AS builder
33
WORKDIR /work
44

55
RUN \

go.mod

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,36 @@ module github.com/planetscale/k8s-node-tagger
22

33
go 1.24.0
44

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

77
require (
8-
github.com/aws/aws-sdk-go-v2 v1.36.5
9-
github.com/aws/aws-sdk-go-v2/config v1.29.17
10-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.233.0
11-
github.com/stretchr/testify v1.10.0
12-
google.golang.org/api v0.242.0
8+
github.com/aws/aws-sdk-go-v2 v1.40.0
9+
github.com/aws/aws-sdk-go-v2/config v1.32.2
10+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.275.0
11+
github.com/stretchr/testify v1.11.1
12+
google.golang.org/api v0.256.0
1313
k8s.io/api v0.33.0
1414
k8s.io/apimachinery v0.33.0
1515
k8s.io/client-go v0.33.0
1616
sigs.k8s.io/controller-runtime v0.21.0
1717
)
1818

1919
require (
20-
cloud.google.com/go/auth v0.16.2 // indirect
20+
cloud.google.com/go/auth v0.17.0 // indirect
2121
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
22-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
23-
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
24-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
25-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
26-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
27-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
28-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
29-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
30-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
31-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
32-
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
33-
github.com/aws/smithy-go v1.22.4 // indirect
22+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
23+
github.com/aws/aws-sdk-go-v2/credentials v1.19.2 // indirect
24+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.14 // indirect
25+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.14 // indirect
26+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.14 // indirect
27+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
28+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect
29+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.14 // indirect
30+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.2 // indirect
31+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.5 // indirect
32+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.10 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.2 // indirect
34+
github.com/aws/smithy-go v1.23.2 // indirect
3435
github.com/beorn7/perks v1.0.1 // indirect
3536
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3637
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -39,7 +40,7 @@ require (
3940
github.com/felixge/httpsnoop v1.0.4 // indirect
4041
github.com/fsnotify/fsnotify v1.7.0 // indirect
4142
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
42-
github.com/go-logr/logr v1.4.2 // indirect
43+
github.com/go-logr/logr v1.4.3 // indirect
4344
github.com/go-logr/stdr v1.2.2 // indirect
4445
github.com/go-logr/zapr v1.3.0 // indirect
4546
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -51,8 +52,8 @@ require (
5152
github.com/google/go-cmp v0.7.0 // indirect
5253
github.com/google/s2a-go v0.1.9 // indirect
5354
github.com/google/uuid v1.6.0 // indirect
54-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
55-
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
55+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
56+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
5657
github.com/josharian/intern v1.0.0 // indirect
5758
github.com/json-iterator/go v1.1.12 // indirect
5859
github.com/mailru/easyjson v0.7.7 // indirect
@@ -69,23 +70,23 @@ require (
6970
github.com/x448/float16 v0.8.4 // indirect
7071
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7172
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
72-
go.opentelemetry.io/otel v1.36.0 // indirect
73-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
74-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
73+
go.opentelemetry.io/otel v1.37.0 // indirect
74+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
75+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7576
go.uber.org/multierr v1.11.0 // indirect
7677
go.uber.org/zap v1.27.0 // indirect
77-
golang.org/x/crypto v0.39.0 // indirect
78-
golang.org/x/net v0.41.0 // indirect
79-
golang.org/x/oauth2 v0.30.0 // indirect
80-
golang.org/x/sync v0.15.0 // indirect
81-
golang.org/x/sys v0.33.0 // indirect
82-
golang.org/x/term v0.32.0 // indirect
83-
golang.org/x/text v0.26.0 // indirect
84-
golang.org/x/time v0.12.0 // indirect
78+
golang.org/x/crypto v0.43.0 // indirect
79+
golang.org/x/net v0.46.0 // indirect
80+
golang.org/x/oauth2 v0.33.0 // indirect
81+
golang.org/x/sync v0.18.0 // indirect
82+
golang.org/x/sys v0.37.0 // indirect
83+
golang.org/x/term v0.36.0 // indirect
84+
golang.org/x/text v0.30.0 // indirect
85+
golang.org/x/time v0.14.0 // indirect
8586
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
86-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
87-
google.golang.org/grpc v1.73.0 // indirect
88-
google.golang.org/protobuf v1.36.6 // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
88+
google.golang.org/grpc v1.76.0 // indirect
89+
google.golang.org/protobuf v1.36.10 // indirect
8990
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9091
gopkg.in/inf.v0 v0.9.1 // indirect
9192
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)