Skip to content

Commit db96808

Browse files
fix(deps): update all dependencies
1 parent 93189d3 commit db96808

9 files changed

Lines changed: 39 additions & 39 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cat ./mapt-event
4040
4141
- name: Upload crc-builder
42-
uses: actions/upload-artifact@v6
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: mapt-${{ env.ARCH_TYPE }}
4545
path: mapt*

.github/workflows/build-oci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
make oci-build-${{ env.ARCH_TYPE }}
6868
make oci-save-${{ env.ARCH_TYPE }}
6969
- name: Upload mapt artifacts for PR
70-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
70+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7171
with:
7272
name: mapt-${{ env.ARCH_TYPE }}
7373
path: mapt*
@@ -78,15 +78,15 @@ jobs:
7878
runs-on: ubuntu-24.04
7979
steps:
8080
- name: Download mapt oci flatten images
81-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
81+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8282
with:
8383
pattern: mapt-*
8484
- name: copy both artifacts into single directory
8585
env:
8686
IMG: ghcr.io/redhat-developer/mapt:pr-${{ github.event.number }}
8787
run: echo ${IMG} > mapt-image
8888
- name: Upload combined mapt artifacts for PR
89-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
89+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9090
with:
9191
name: mapt-arm64-and-amd64
9292
path: mapt-*
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101

102102
- name: Download mapt oci flatten images
103-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
103+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
104104
with:
105105
pattern: mapt-*
106106

.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@v7
15+
uses: actions/download-artifact@v8
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@v7
32+
uses: actions/download-artifact@v8
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
38+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
3939
with:
4040
run-id: ${{ github.event.workflow_run.id }}
4141
github-token: ${{ github.token }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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.164.3
10+
CIRRUS_CLI ?= v0.165.0
1111
# renovate: datasource=github-releases depName=actions/runner
12-
GITHUB_RUNNER ?= 2.331.0
12+
GITHUB_RUNNER ?= 2.332.0
1313
# renovate: datasource=gitlab-releases depName=gitlab-org/gitlab-runner
1414
GITLAB_RUNNER ?= 18.9.0
1515

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/coocood/freecache v1.2.5
77
github.com/pulumi/pulumi-command/sdk v1.2.0
88
github.com/pulumi/pulumi-random/sdk/v4 v4.19.1
9-
github.com/pulumi/pulumi/sdk/v3 v3.223.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.224.0
1010
github.com/sirupsen/logrus v1.9.4
1111
github.com/spf13/cobra v1.10.2
1212
)
@@ -20,19 +20,19 @@ require (
2020
github.com/aws/amazon-ec2-instance-selector/v3 v3.1.3
2121
github.com/aws/aws-sdk-go-v2 v1.41.2
2222
github.com/aws/aws-sdk-go-v2/config v1.32.10
23-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.290.0
23+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.293.0
2424
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.2
2525
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7
26-
github.com/pulumi/pulumi-aws-native/sdk v1.55.0
26+
github.com/pulumi/pulumi-aws-native/sdk v1.56.0
2727
github.com/pulumi/pulumi-aws/sdk/v7 v7.20.0
2828
github.com/pulumi/pulumi-awsx/sdk/v3 v3.2.1
29-
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.13.0
30-
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.13.0
31-
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.13.0
32-
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.13.0
33-
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.13.0
34-
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.13.0
35-
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.13.0
29+
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.14.0
30+
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.14.0
31+
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.14.0
32+
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.14.0
33+
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.14.0
34+
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.14.0
35+
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.14.0
3636
github.com/pulumi/pulumi-gitlab/sdk/v8 v8.11.0
3737
github.com/pulumi/pulumi-tls/sdk/v5 v5.3.0
3838
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
@@ -44,7 +44,7 @@ require (
4444
github.com/go-playground/universal-translator v0.18.1 // indirect
4545
github.com/leodido/go-urn v1.4.0 // indirect
4646
github.com/pgavlin/fx/v2 v2.0.12 // indirect
47-
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.13.0 // indirect
47+
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.14.0 // indirect
4848
github.com/pulumi/pulumi-docker/sdk/v4 v4.11.0 // indirect
4949
)
5050

@@ -130,27 +130,27 @@ require (
130130
github.com/spf13/cast v1.10.0 // indirect
131131
github.com/subosito/gotenv v1.6.0 // indirect
132132
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
133-
github.com/zclconf/go-cty v1.17.0 // indirect
133+
github.com/zclconf/go-cty v1.18.0 // indirect
134134
go.uber.org/multierr v1.11.0 // indirect
135135
go.yaml.in/yaml/v3 v3.0.4 // indirect
136136
golang.org/x/sync v0.19.0 // indirect
137-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
137+
google.golang.org/genproto/googleapis/rpc a57be14db171 // indirect
138138
gopkg.in/yaml.v3 v3.0.1 // indirect
139139
)
140140

141141
require (
142142
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
143143
github.com/Microsoft/go-winio v0.6.2 // indirect
144-
github.com/ProtonMail/go-crypto v1.3.0 // indirect
145-
github.com/aws/aws-sdk-go-v2/service/ecs v1.72.0
144+
github.com/ProtonMail/go-crypto v1.4.0 // indirect
145+
github.com/aws/aws-sdk-go-v2/service/ecs v1.73.0
146146
github.com/aws/aws-sdk-go-v2/service/iam v1.53.3
147147
github.com/blang/semver v3.5.1+incompatible // indirect
148148
github.com/cheggaaa/pb v1.0.29 // indirect
149149
github.com/djherbis/times v1.6.0 // indirect
150150
github.com/emirpasic/gods v1.18.1 // indirect
151151
github.com/fsnotify/fsnotify v1.9.0 // indirect
152-
github.com/go-git/go-billy/v5 v5.7.0 // indirect
153-
github.com/go-git/go-git/v5 v5.16.5 // indirect
152+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
153+
github.com/go-git/go-git/v5 v5.17.0 // indirect
154154
github.com/go-playground/validator/v10 v10.30.1
155155
github.com/gogo/protobuf v1.3.2 // indirect
156156
github.com/golang/glog v1.2.5 // indirect
@@ -179,7 +179,7 @@ require (
179179
github.com/xanzy/ssh-agent v0.3.3 // indirect
180180
go.uber.org/atomic v1.11.0 // indirect
181181
golang.org/x/crypto v0.48.0 // indirect
182-
golang.org/x/net v0.50.0 // indirect
182+
golang.org/x/net v0.51.0 // indirect
183183
golang.org/x/sys v0.41.0 // indirect
184184
golang.org/x/term v0.40.0 // indirect
185185
golang.org/x/text v0.34.0 // indirect

oci/Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:b3b98e0b21ddbb979d968ca319b8eebdca121e30d58994072cbf99ce86e5d24e as builder
33
ARG TARGETARCH
44
USER root
55
WORKDIR /workspace
66
COPY . .
77

88
# renovate: datasource=github-releases depName=pulumi/pulumi
9-
ENV PULUMI_VERSION 3.223.0
9+
ENV PULUMI_VERSION 3.224.0
1010
ENV PULUMI_BASE_URL="https://github.com/pulumi/pulumi/releases/download/v${PULUMI_VERSION}/pulumi-v${PULUMI_VERSION}"
1111
ENV PULUMI_URL="${PULUMI_BASE_URL}-linux-x64.tar.gz"
1212

@@ -36,15 +36,15 @@ ARG PULUMI_AWS_VERSION=v7.20.0
3636
# renovate: datasource=github-releases depName=pulumi/pulumi-awsx
3737
ARG PULUMI_AWSX_VERSION=v3.2.1
3838
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native
39-
ARG PULUMI_AZURE_NATIVE_VERSION=v3.13.0
39+
ARG PULUMI_AZURE_NATIVE_VERSION=v3.14.0
4040
# renovate: datasource=github-releases depName=pulumi/pulumi-command
4141
ARG PULUMI_COMMAND_VERSION=v1.2.0
4242
# renovate: datasource=github-releases depName=pulumi/pulumi-tls
4343
ARG PULUMI_TLS_VERSION=v5.3.0
4444
# renovate: datasource=github-releases depName=pulumi/pulumi-random
4545
ARG PULUMI_RANDOM_VERSION=v4.19.1
4646
# renovate: datasource=github-releases depName=pulumi/pulumi-aws-native
47-
ARG PULUMI_AWS_NATIVE_VERSION=v1.55.0
47+
ARG PULUMI_AWS_NATIVE_VERSION=v1.56.0
4848
# renovate: datasource=github-releases depName=pulumi/pulumi-gitlab
4949
ARG PULUMI_GITLAB_VERSION=v9.9.0
5050

tools/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require github.com/golangci/golangci-lint/v2 v2.10.1
66

7-
require github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
7+
require github.com/golangci/gofmt e7be49a5ab4d // indirect
88

99
require (
1010
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
5353
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
5454
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
55-
github.com/alexkohler/prealloc v1.0.2 // indirect
55+
github.com/alexkohler/prealloc v1.1.0 // indirect
5656
github.com/alingse/asasalint v0.0.11 // indirect
5757
github.com/alingse/nilnesserr v0.2.0 // indirect
5858
github.com/ashanbrown/forbidigo/v2 v2.3.0 // indirect
@@ -76,7 +76,7 @@ require (
7676
github.com/charmbracelet/x/term v0.2.2 // indirect
7777
github.com/ckaznocha/intrange v0.3.1 // indirect
7878
github.com/curioswitch/go-reassign v0.3.0 // indirect
79-
github.com/daixiang0/gci v0.13.7 // indirect
79+
github.com/daixiang0/gci v0.14.0 // indirect
8080
github.com/dave/dst v0.27.3 // indirect
8181
github.com/davecgh/go-spew v1.1.1 // indirect
8282
// github.com/denis-tingaikin/go-header v1.0.0 // indirect
@@ -123,7 +123,7 @@ require (
123123
github.com/jjti/go-spancheck v0.6.5 // indirect
124124
github.com/julz/importas v0.2.0 // indirect
125125
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
126-
github.com/kisielk/errcheck v1.9.0 // indirect
126+
github.com/kisielk/errcheck v1.10.0 // indirect
127127
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
128128
github.com/kulti/thelper v0.7.1 // indirect
129129
github.com/kunwardeep/paralleltest v1.0.15 // indirect
@@ -158,7 +158,7 @@ require (
158158
github.com/prometheus/client_golang v1.23.2 // indirect
159159
github.com/prometheus/client_model v0.6.2 // indirect
160160
github.com/prometheus/common v0.67.5 // indirect
161-
github.com/prometheus/procfs v0.19.2 // indirect
161+
github.com/prometheus/procfs v0.20.1 // indirect
162162
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
163163
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
164164
github.com/quasilyte/gogrep v0.5.0 // indirect
@@ -174,10 +174,10 @@ require (
174174
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
175175
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
176176
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
177-
github.com/securego/gosec/v2 v2.23.0 // indirect
177+
github.com/securego/gosec/v2 v2.24.7 // indirect
178178
github.com/sirupsen/logrus v1.9.4 // indirect
179179
github.com/sivchari/containedctx v1.0.3 // indirect
180-
github.com/sonatard/noctx v0.4.0 // indirect
180+
github.com/sonatard/noctx v0.5.0 // indirect
181181
github.com/sourcegraph/go-diff v0.7.0 // indirect
182182
github.com/spf13/afero v1.15.0 // indirect
183183
github.com/spf13/cast v1.10.0 // indirect

0 commit comments

Comments
 (0)