Skip to content

Commit a7108b4

Browse files
fix(deps): update all dependencies
1 parent d0edcd0 commit a7108b4

12 files changed

Lines changed: 50 additions & 50 deletions

.github/workflows/build-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.24'
21+
go-version: '1.25'
2222

2323
- name: Run 'make check'
2424
run: make check

.github/workflows/build-img-ghrunner-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Build image for PR
1919
if: ${{ github.event_name == 'pull_request' }}

.github/workflows/build-oci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os: [ubuntu-24.04, ubuntu-24.04-arm]
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
- name: Install Podman (only for arm64)
3838
if: contains(matrix.os, 'arm')
3939
run: |
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-24.04
7272
steps:
7373
- name: Download mapt oci flatten images
74-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
74+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7575
with:
7676
pattern: mapt-*
7777
- name: copy both artifacts into single directory
@@ -90,10 +90,10 @@ jobs:
9090
runs-on: ubuntu-24.04
9191
steps:
9292
- name: Checkout code
93-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9494

9595
- name: Download mapt oci flatten images
96-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
96+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9797
with:
9898
pattern: mapt-*
9999

.github/workflows/build-on-hosted-runner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
needs: hosted_runner_provision
2424
steps:
2525
- name: Code checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24"
30+
go-version: "1.25"
3131
- name: Test
3232
run: go test -v ./...
3333

.github/workflows/destroy-hosted-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Download mapt image from artifacts
15-
uses: actions/download-artifact@v4
15+
uses: actions/download-artifact@v5
1616
with:
1717
name: mapt
1818
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/provision-hosted-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "runner_token=$token" >> "$GITHUB_OUTPUT"
3030
3131
- name: Download mapt image from artifacts
32-
uses: actions/download-artifact@v4
32+
uses: actions/download-artifact@v5
3333
with:
3434
pattern: mapt*
3535
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/push-oci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
packages: write
3636
steps:
3737
- name: Download mapt assets
38-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
38+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3939
with:
4040
run-id: ${{ github.event.workflow_run.id }}
4141
github-token: ${{ github.token }}

.github/workflows/tkn-bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Create k8s Kind Cluster
2020
uses: helm/kind-action@v1
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Log in to quay.io Registry
3939
uses: redhat-actions/podman-login@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TKN_IMG ?= quay.io/redhat-developer/mapt:v${VERSION}-tkn
77

88
# Integrations
99
# renovate: datasource=github-releases depName=cirruslabs/cirrus-cli
10-
CIRRUS_CLI ?= v0.147.0
10+
CIRRUS_CLI ?= v0.149.0
1111
# renovate: datasource=github-releases depName=actions/runner
1212
GITHUB_RUNNER ?= 2.327.1
1313

go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ require (
66
github.com/coocood/freecache v1.2.4
77
github.com/pulumi/pulumi-command/sdk v1.1.0
88
github.com/pulumi/pulumi-random/sdk/v4 v4.18.3
9-
github.com/pulumi/pulumi/sdk/v3 v3.187.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.188.0
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/spf13/cobra v1.9.1
1212
)
1313

1414
require (
1515
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2
16-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
16+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.11.0
1717
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v7 v7.0.0
1818
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0
1919
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
2020
github.com/aws/amazon-ec2-instance-selector/v3 v3.1.1
21-
github.com/aws/aws-sdk-go-v2 v1.37.2
22-
github.com/aws/aws-sdk-go-v2/config v1.30.3
23-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.239.0
24-
github.com/aws/aws-sdk-go-v2/service/s3 v1.85.1
21+
github.com/aws/aws-sdk-go-v2 v1.38.0
22+
github.com/aws/aws-sdk-go-v2/config v1.31.0
23+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.243.0
24+
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.0
2525
github.com/pulumi/pulumi-aws-native/sdk v1.31.0
26-
github.com/pulumi/pulumi-aws/sdk/v7 v7.2.0
26+
github.com/pulumi/pulumi-aws/sdk/v7 v7.3.1
2727
github.com/pulumi/pulumi-awsx/sdk/v3 v3.0.0
2828
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.6.1
2929
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.6.1
@@ -33,7 +33,7 @@ require (
3333
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.6.1
3434
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.6.1
3535
github.com/pulumi/pulumi-tls/sdk/v5 v5.2.1
36-
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
36+
golang.org/x/exp 51f88131bc50
3737
)
3838

3939
require (
@@ -57,7 +57,7 @@ require (
5757
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.2 // indirect
5858
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.2 // indirect
5959
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.2 // indirect
60-
github.com/aws/aws-sdk-go-v2/service/pricing v1.36.1 // indirect
60+
github.com/aws/aws-sdk-go-v2/service/pricing v1.38.0 // indirect
6161
github.com/blang/semver/v4 v4.0.0 // indirect
6262
github.com/evertras/bubble-table v0.17.2 // indirect
6363
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
@@ -67,8 +67,8 @@ require (
6767
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
6868
// github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.12 // indirect
6969
github.com/sahilm/fuzzy v0.1.1 // indirect
70-
golang.org/x/mod v0.26.0 // indirect
71-
golang.org/x/tools v0.35.0 // indirect
70+
golang.org/x/mod v0.27.0 // indirect
71+
golang.org/x/tools v0.36.0 // indirect
7272
)
7373

7474
require (
@@ -84,17 +84,17 @@ require (
8484
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
8585
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 // indirect
8686
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.2 // indirect
87-
github.com/aws/aws-sdk-go-v2/service/sso v1.27.0 // indirect
88-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.32.0 // indirect
89-
github.com/aws/aws-sdk-go-v2/service/sts v1.36.0 // indirect
87+
github.com/aws/aws-sdk-go-v2/service/sso v1.28.0 // indirect
88+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.0 // indirect
89+
github.com/aws/aws-sdk-go-v2/service/sts v1.37.0 // indirect
9090
github.com/aws/smithy-go v1.22.5 // indirect
9191
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
9292
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9393
github.com/charmbracelet/bubbles v0.21.0 // indirect
9494
github.com/charmbracelet/bubbletea v1.3.6 // indirect
9595
github.com/charmbracelet/colorprofile v0.3.1 // indirect
9696
github.com/charmbracelet/lipgloss v1.1.0 // indirect
97-
github.com/charmbracelet/x/ansi v0.9.3 // indirect
97+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
9898
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
9999
github.com/charmbracelet/x/term v0.2.1 // indirect
100100
github.com/cloudflare/circl v1.6.1 // indirect
@@ -129,16 +129,16 @@ require (
129129
github.com/zclconf/go-cty v1.16.3 // indirect
130130
go.uber.org/multierr v1.11.0 // indirect
131131
golang.org/x/sync v0.16.0 // indirect
132-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
132+
google.golang.org/genproto/googleapis/rpc 5f3141c8851a // indirect
133133
gopkg.in/yaml.v3 v3.0.1 // indirect
134134
)
135135

136136
require (
137137
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
138138
github.com/Microsoft/go-winio v0.6.2 // indirect
139139
github.com/ProtonMail/go-crypto v1.3.0 // indirect
140-
github.com/aws/aws-sdk-go-v2/service/ecs v1.61.1
141-
github.com/aws/aws-sdk-go-v2/service/iam v1.44.1
140+
github.com/aws/aws-sdk-go-v2/service/ecs v1.63.0
141+
github.com/aws/aws-sdk-go-v2/service/iam v1.46.0
142142
github.com/blang/semver v3.5.1+incompatible // indirect
143143
github.com/cheggaaa/pb v1.0.29 // indirect
144144
github.com/djherbis/times v1.6.0 // indirect
@@ -174,11 +174,11 @@ require (
174174
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
175175
github.com/xanzy/ssh-agent v0.3.3 // indirect
176176
go.uber.org/atomic v1.11.0 // indirect
177-
golang.org/x/crypto v0.40.0 // indirect
178-
golang.org/x/net v0.42.0 // indirect
179-
golang.org/x/sys v0.34.0 // indirect
180-
golang.org/x/term v0.33.0 // indirect
181-
golang.org/x/text v0.27.0 // indirect
177+
golang.org/x/crypto v0.41.0 // indirect
178+
golang.org/x/net v0.43.0 // indirect
179+
golang.org/x/sys v0.35.0 // indirect
180+
golang.org/x/term v0.34.0 // indirect
181+
golang.org/x/text v0.28.0 // indirect
182182
google.golang.org/grpc v1.74.2 // indirect
183183
google.golang.org/protobuf v1.36.6 // indirect
184184
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)