Skip to content

Commit 584a8e5

Browse files
authored
Merge pull request #414 from matheuscscp/dependabot/project-30efbdc2af
Bump the "project" group with 3 updates across multiple ecosystems
2 parents f2ff548 + c2edaae commit 584a8e5

File tree

11 files changed

+47
-47
lines changed

11 files changed

+47
-47
lines changed

.github/actions/ci-checks/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525

2626
steps:
2727
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
28-
- uses: actions/setup-go@v5
28+
- uses: actions/setup-go@v6
2929
with:
3030
go-version: 1.24.0
3131
cache: false

.github/actions/ci-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
steps:
3232
- uses: cue-lang/[email protected]
3333
- uses: stefanprodan/timoni/actions/setup@main
34-
- uses: google-github-actions/auth@v2
34+
- uses: google-github-actions/auth@v3
3535
with:
3636
project_id: gke-metadata-server
3737
workload_identity_provider: projects/637293746831/locations/global/workloadIdentityPools/github-actions/providers/github-actions

.github/actions/comment-status/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
runs:
3030
using: composite
3131
steps:
32-
- uses: actions/github-script@v7
32+
- uses: actions/github-script@v8
3333
env:
3434
TITLE: ${{ inputs.title }}
3535
MESSAGE_FILE: ${{ inputs.message-file }}

.github/workflows/clean-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
id-token: write
3838
steps:
39-
- uses: google-github-actions/auth@v2
39+
- uses: google-github-actions/auth@v3
4040
with:
4141
project_id: gke-metadata-server
4242
workload_identity_provider: projects/637293746831/locations/global/workloadIdentityPools/github-actions/providers/github-actions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: ./.github/actions/ci-checks/
5757
if: steps.check-new-releases.outputs.new-releases == 'yes'
5858

59-
- uses: sigstore/cosign-installer@v3.9.2
59+
- uses: sigstore/cosign-installer@v3.10.0
6060
if: steps.check-new-releases.outputs.new-releases == 'yes'
6161

6262
- name: Release Container in GitHub Container Registry

.github/workflows/terraform-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id-token: write
3535
steps:
3636
- uses: actions/checkout@v5
37-
- uses: google-github-actions/auth@v2
37+
- uses: google-github-actions/auth@v3
3838
with:
3939
project_id: gke-metadata-server
4040
workload_identity_provider: projects/637293746831/locations/global/workloadIdentityPools/github-actions/providers/github-actions

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pull-requests: write
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: google-github-actions/auth@v2
35+
- uses: google-github-actions/auth@v3
3636
with:
3737
project_id: gke-metadata-server
3838
workload_identity_provider: projects/637293746831/locations/global/workloadIdentityPools/github-actions/providers/github-actions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM golang:1.25.0-alpine3.21 AS builder
23+
FROM golang:1.25.1-alpine3.21 AS builder
2424

2525
RUN apk add --no-cache clang llvm bpftool libbpf-dev
2626

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
# Build stage
24-
FROM golang:1.25.0-alpine3.21 AS builder
24+
FROM golang:1.25.1-alpine3.21 AS builder
2525

2626
RUN apk add --no-cache clang llvm bpftool libbpf-dev
2727

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/matheuscscp/gke-metadata-server
33
go 1.24.0
44

55
require (
6-
cloud.google.com/go/compute/metadata v0.8.4
6+
cloud.google.com/go/compute/metadata v0.9.0
77
cloud.google.com/go/storage v1.57.0
88
github.com/cilium/ebpf v0.19.0
99
github.com/coreos/go-oidc/v3 v3.15.0
@@ -16,7 +16,7 @@ require (
1616
github.com/stretchr/testify v1.11.1
1717
github.com/vishvananda/netlink v1.3.1
1818
golang.org/x/oauth2 v0.31.0
19-
google.golang.org/api v0.249.0
19+
google.golang.org/api v0.250.0
2020
k8s.io/api v0.34.1
2121
k8s.io/apimachinery v0.34.1
2222
k8s.io/client-go v0.34.1
@@ -85,19 +85,19 @@ require (
8585
go.opentelemetry.io/otel/trace v1.37.0 // indirect
8686
go.yaml.in/yaml/v2 v2.4.2 // indirect
8787
go.yaml.in/yaml/v3 v3.0.4 // indirect
88-
golang.org/x/crypto v0.41.0 // indirect
89-
golang.org/x/net v0.43.0 // indirect
90-
golang.org/x/sync v0.16.0 // indirect
91-
golang.org/x/sys v0.35.0 // indirect
92-
golang.org/x/term v0.34.0 // indirect
93-
golang.org/x/text v0.28.0 // indirect
94-
golang.org/x/time v0.12.0 // indirect
88+
golang.org/x/crypto v0.42.0 // indirect
89+
golang.org/x/net v0.44.0 // indirect
90+
golang.org/x/sync v0.17.0 // indirect
91+
golang.org/x/sys v0.36.0 // indirect
92+
golang.org/x/term v0.35.0 // indirect
93+
golang.org/x/text v0.29.0 // indirect
94+
golang.org/x/time v0.13.0 // indirect
9595
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
9696
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
9797
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
98-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
99-
google.golang.org/grpc v1.75.0 // indirect
100-
google.golang.org/protobuf v1.36.8 // indirect
98+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
99+
google.golang.org/grpc v1.75.1 // indirect
100+
google.golang.org/protobuf v1.36.9 // indirect
101101
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
102102
gopkg.in/inf.v0 v0.9.1 // indirect
103103
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)