Skip to content

Commit 1e6de77

Browse files
chore: bump dependencies
1 parent 3f56208 commit 1e6de77

12 files changed

Lines changed: 184 additions & 166 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ steps.check.outputs.ref || (github.ref_type == 'tag' && github.ref_name) || (github.event_name == 'workflow_dispatch' && inputs.version) || '' }}
5353
base_fingerprint: ${{ steps.check.outputs.base_fingerprint }}
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v6.0.3
5656
with:
5757
fetch-depth: 0
5858
persist-credentials: false
@@ -117,7 +117,7 @@ jobs:
117117
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
118118
env:
119119
PLATFORM: ${{ matrix.platform }}
120-
- uses: actions/checkout@v6
120+
- uses: actions/checkout@v6.0.3
121121
with:
122122
ref: ${{ needs.prepare.outputs.ref }}
123123
persist-credentials: false

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v6.0.3
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
2727
- name: Lint Code Base
28-
uses: super-linter/super-linter/slim@v8
28+
uses: super-linter/super-linter/slim@v8.6.0
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
LINTER_RULES_PATH: /

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
app-id: ${{ vars.RELEASE_APP_ID }}
5151
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v6.0.3
5353
with:
5454
fetch-depth: 0
5555
persist-credentials: false

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Remove local PHP
4343
run: sudo apt-get remove --purge --autoremove 'php*' 'libmemcached*'
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v6.0.3
4545
with:
4646
persist-credentials: false
4747
- uses: ./.github/actions/setup-go

.github/workflows/static.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
REF: ${{ (github.ref_type == 'tag' && github.ref_name) || (github.event_name == 'workflow_dispatch' && inputs.version) || '' }}
66-
- uses: actions/checkout@v6
66+
- uses: actions/checkout@v6.0.3
6767
with:
6868
ref: ${{ steps.check.outputs.ref }}
6969
persist-credentials: false
@@ -110,7 +110,7 @@ jobs:
110110
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
111111
env:
112112
PLATFORM: ${{ matrix.platform }}
113-
- uses: actions/checkout@v6
113+
- uses: actions/checkout@v6.0.3
114114
with:
115115
ref: ${{ needs.prepare.outputs.ref }}
116116
persist-credentials: false
@@ -265,7 +265,7 @@ jobs:
265265
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
266266
env:
267267
PLATFORM: ${{ matrix.platform }}
268-
- uses: actions/checkout@v6
268+
- uses: actions/checkout@v6.0.3
269269
with:
270270
ref: ${{ needs.prepare.outputs.ref }}
271271
persist-credentials: false
@@ -449,7 +449,7 @@ jobs:
449449
env:
450450
HOMEBREW_NO_AUTO_UPDATE: 1
451451
steps:
452-
- uses: actions/checkout@v6
452+
- uses: actions/checkout@v6.0.3
453453
with:
454454
ref: ${{ needs.prepare.outputs.ref }}
455455
persist-credentials: false

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
3939
GOFLAGS: "-tags=nobadger,nomysql,nopgx"
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v6.0.3
4242
with:
4343
persist-credentials: false
4444
- uses: ./.github/actions/setup-go
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
XCADDY_GO_BUILD_FLAGS: "-tags=nobadger,nomysql,nopgx"
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@v6.0.3
107107
with:
108108
persist-credentials: false
109109
- uses: ./.github/actions/setup-go
@@ -136,7 +136,7 @@ jobs:
136136
HOMEBREW_NO_AUTO_UPDATE: 1
137137
GOFLAGS: "-tags=nowatcher,nobadger,nomysql,nopgx"
138138
steps:
139-
- uses: actions/checkout@v6
139+
- uses: actions/checkout@v6.0.3
140140
with:
141141
persist-credentials: false
142142
- uses: ./.github/actions/setup-go

.github/workflows/translate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v6.0.3
2222
with:
2323
fetch-depth: 0
2424
# zizmor: ignore[artipacked]
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run Linter
4646
if: steps.md_files.outputs.found == 'true'
4747
continue-on-error: true
48-
uses: super-linter/super-linter/slim@v8
48+
uses: super-linter/super-linter/slim@v8.6.0
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
LINTER_RULES_PATH: /

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
git config --global core.eol lf
6767
6868
- name: Checkout Code
69-
uses: actions/checkout@v6
69+
uses: actions/checkout@v6.0.3
7070
with:
7171
ref: ${{ env.REF || '' }}
7272
path: frankenphp

caddy/go.mod

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ retract v1.0.0-rc.1 // Human error
88

99
require (
1010
github.com/caddyserver/caddy/v2 v2.11.4
11-
github.com/caddyserver/certmagic v0.25.3
11+
github.com/caddyserver/certmagic v0.25.4
1212
github.com/dunglas/caddy-cbrotli v1.0.1
1313
github.com/dunglas/frankenphp v1.12.4
1414
github.com/dunglas/mercure v0.24.2
@@ -40,32 +40,32 @@ require (
4040
github.com/MicahParks/jwkset v0.11.0 // indirect
4141
github.com/MicahParks/keyfunc/v3 v3.8.0 // indirect
4242
github.com/RoaringBitmap/roaring/v2 v2.18.2 // indirect
43-
github.com/alecthomas/chroma/v2 v2.26.1 // indirect
43+
github.com/alecthomas/chroma/v2 v2.27.0 // indirect
4444
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
4545
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
4646
github.com/beorn7/perks v1.0.1 // indirect
47-
github.com/bits-and-blooms/bitset v1.24.4 // indirect
47+
github.com/bits-and-blooms/bitset v1.24.5 // indirect
4848
github.com/caddyserver/zerossl v0.1.5 // indirect
4949
github.com/ccoveille/go-safecast/v2 v2.0.1 // indirect
5050
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5151
github.com/cespare/xxhash v1.1.0 // indirect
5252
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5353
github.com/chzyer/readline v1.5.1 // indirect
54-
github.com/cloudflare/circl v1.6.3 // indirect
55-
github.com/coreos/go-oidc/v3 v3.18.0 // indirect
54+
github.com/cloudflare/circl v1.6.4 // indirect
55+
github.com/coreos/go-oidc/v3 v3.19.0 // indirect
5656
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
5757
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5858
github.com/dgraph-io/badger v1.6.2 // indirect
5959
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
6060
github.com/dgraph-io/ristretto v0.2.0 // indirect
6161
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
62-
github.com/dlclark/regexp2/v2 v2.1.1 // indirect
62+
github.com/dlclark/regexp2/v2 v2.2.2 // indirect
6363
github.com/dunglas/httpsfv v1.1.0 // indirect
6464
github.com/dunglas/skipfilter v1.0.0 // indirect
6565
github.com/dunglas/vulcain v1.4.1 // indirect
6666
github.com/dustin/go-humanize v1.0.1 // indirect
6767
github.com/e-dant/watcher v0.0.0-20260223030516-06f84a1314be // indirect
68-
github.com/felixge/httpsnoop v1.0.4 // indirect
68+
github.com/felixge/httpsnoop v1.1.0 // indirect
6969
github.com/fsnotify/fsnotify v1.10.1 // indirect
7070
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
7171
github.com/getkin/kin-openapi v0.140.0 // indirect
@@ -75,7 +75,7 @@ require (
7575
github.com/go-logr/logr v1.4.3 // indirect
7676
github.com/go-logr/stdr v1.2.2 // indirect
7777
github.com/go-openapi/jsonpointer v0.23.1 // indirect
78-
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
78+
github.com/go-openapi/swag/jsonname v0.26.1 // indirect
7979
github.com/go-sql-driver/mysql v1.10.0 // indirect
8080
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
8181
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -90,7 +90,7 @@ require (
9090
github.com/google/go-tspi v0.3.0 // indirect
9191
github.com/google/s2a-go v0.1.9 // indirect
9292
github.com/google/uuid v1.6.0 // indirect
93-
github.com/googleapis/enterprise-certificate-proxy v0.3.16 // indirect
93+
github.com/googleapis/enterprise-certificate-proxy v0.3.17 // indirect
9494
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
9595
github.com/gorilla/handlers v1.5.2 // indirect
9696
github.com/gorilla/mux v1.8.1 // indirect
@@ -117,19 +117,19 @@ require (
117117
github.com/mitchellh/reflectwalk v1.0.2 // indirect
118118
github.com/mschoch/smat v0.2.0 // indirect
119119
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
120-
github.com/oasdiff/yaml v0.1.0 // indirect
121-
github.com/oasdiff/yaml3 v0.0.13 // indirect
120+
github.com/oasdiff/yaml v0.1.1 // indirect
121+
github.com/oasdiff/yaml3 v0.0.14 // indirect
122122
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
123-
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
123+
github.com/pelletier/go-toml/v2 v2.4.2 // indirect
124124
github.com/pires/go-proxyproto v0.12.0 // indirect
125125
github.com/pkg/errors v0.9.1 // indirect
126126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
127127
github.com/prometheus/client_model v0.6.2 // indirect
128-
github.com/prometheus/common v0.68.1 // indirect
128+
github.com/prometheus/common v0.69.0 // indirect
129129
github.com/prometheus/otlptranslator v1.0.0 // indirect
130130
github.com/prometheus/procfs v0.20.1 // indirect
131131
github.com/quic-go/qpack v0.6.0 // indirect
132-
github.com/quic-go/quic-go v0.59.1 // indirect
132+
github.com/quic-go/quic-go v0.60.0 // indirect
133133
github.com/rs/cors v1.11.1 // indirect
134134
github.com/rs/xid v1.6.0 // indirect
135135
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -164,7 +164,7 @@ require (
164164
github.com/yuin/goldmark v1.8.2 // indirect
165165
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
166166
github.com/zeebo/blake3 v0.2.4 // indirect
167-
go.etcd.io/bbolt v1.4.3 // indirect
167+
go.etcd.io/bbolt v1.5.0 // indirect
168168
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
169169
go.opentelemetry.io/contrib/bridges/prometheus v0.69.0 // indirect
170170
go.opentelemetry.io/contrib/exporters/autoexport v0.69.0 // indirect
@@ -193,27 +193,27 @@ require (
193193
go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect
194194
go.opentelemetry.io/otel/trace v1.44.0 // indirect
195195
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
196-
go.step.sm/crypto v0.81.1 // indirect
196+
go.step.sm/crypto v0.84.1 // indirect
197197
go.uber.org/automaxprocs v1.6.0 // indirect
198198
go.uber.org/multierr v1.11.0 // indirect
199199
go.uber.org/zap v1.28.0 // indirect
200200
go.uber.org/zap/exp v0.3.0 // indirect
201201
go.yaml.in/yaml/v3 v3.0.4 // indirect
202-
golang.org/x/crypto v0.52.0 // indirect
203-
golang.org/x/crypto/x509roots/fallback v0.0.0-20260602072539-e2ffffe738fb // indirect
204-
golang.org/x/exp v0.0.0-20260529124908-c761662dc8c9 // indirect
205-
golang.org/x/mod v0.36.0 // indirect
206-
golang.org/x/net v0.55.0 // indirect
202+
golang.org/x/crypto v0.53.0 // indirect
203+
golang.org/x/crypto/x509roots/fallback v0.0.0-20260618162219-0b316e7ee409 // indirect
204+
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
205+
golang.org/x/mod v0.37.0 // indirect
206+
golang.org/x/net v0.56.0 // indirect
207207
golang.org/x/oauth2 v0.36.0 // indirect
208-
golang.org/x/sync v0.20.0 // indirect
209-
golang.org/x/sys v0.45.0 // indirect
210-
golang.org/x/term v0.43.0 // indirect
211-
golang.org/x/text v0.37.0 // indirect
208+
golang.org/x/sync v0.21.0 // indirect
209+
golang.org/x/sys v0.46.0 // indirect
210+
golang.org/x/term v0.44.0 // indirect
211+
golang.org/x/text v0.38.0 // indirect
212212
golang.org/x/time v0.15.0 // indirect
213-
golang.org/x/tools v0.45.0 // indirect
214-
google.golang.org/api v0.283.0 // indirect
215-
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
216-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
213+
golang.org/x/tools v0.47.0 // indirect
214+
google.golang.org/api v0.286.0 // indirect
215+
google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d // indirect
216+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d // indirect
217217
google.golang.org/grpc v1.81.1 // indirect
218218
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.2 // indirect
219219
google.golang.org/protobuf v1.36.11 // indirect

0 commit comments

Comments
 (0)