File tree Expand file tree Collapse file tree
AutoInstrumentationInstaller
ExtRdKafka/.github/workflows
HttpConfig/.github/workflows
Laravel/.github/workflows
Metrics/Runtime/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 # Upload the results to GitHub's code scanning dashboard (optional).
4646 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4747 - name : " Upload to code-scanning"
48- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
48+ uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
4949 with :
5050 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ services:
6262 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR : 1
6363
6464 mongodb :
65- image : mongo:8.3.7@sha256:a7f5aa200005611166adcec0192c2f11d0acc3bfd9d5eb68e1a998a990412e41
65+ image : mongo:8.3.7@sha256:2f02e2184c6d91c3208e5ab75a0707d1386a05377b20fdaf49a314815774d863
6666 hostname : mongodb
6767 ports :
6868 - " 27017:27017/tcp"
@@ -86,7 +86,7 @@ services:
8686 - ./docker/mysql/init.sql:/docker-entrypoint-initdb.d/init.sql
8787
8888 postgresql :
89- image : postgres:17.10@sha256:a426e44bac0b759c95894d68e1a0ac03ecc20b619f498a91aae373bf06d8508d
89+ image : postgres:17.10@sha256:7958605b474b3d264a969cb3a123d6aa00ad1e1fe9da8a69984dabb704d93317
9090 hostname : postgresql
9191 ports :
9292 - " 5432:5432/tcp"
Original file line number Diff line number Diff line change 1- FROM composer:2.10.2@sha256:5946476338742b200bb9ff88f8be56275ddae4b3949c72305cb0dbf10cfcb760 as composer
2- FROM php:8.5.8 @sha256:58b996c35ce0511cdbaa1fc0476a194fd0221097d721ff7df5af0b6f1a3d0202
1+ FROM composer:2.10.2@sha256:4d71c3c2109c61d5415544264b59ad4087e4c5b7244481723664138fd36d5040 as composer
2+ FROM php:8.5.9 @sha256:54d82ff9be6bd198145e90c917fc9b2e24230b42e52def8deb3554baf61c451a
33WORKDIR /srv/app
44COPY --from=composer /usr/bin/composer /usr/local/bin/composer
55ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ permissions:
77
88jobs :
99 CI :
10- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-ext-rdkafka.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
10+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-ext-rdkafka.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1111 with :
1212 package-root : ' .'
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ permissions:
77
88jobs :
99 CI :
10- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-guzzle.yml@cf408b4d64cd8fc118f50b19eecf4c3f1b1e5879 # main
10+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-guzzle.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1111 with :
1212 package-root : ' .'
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ permissions:
99
1010jobs :
1111 CI :
12- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-httpconfig.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
12+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-httpconfig.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1313 with :
1414 package-root : ' .'
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ permissions:
77
88jobs :
99 CI :
10- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-laravel.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
10+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-laravel.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1111 with :
1212 package-root : ' .'
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ permissions:
77
88jobs :
99 CI :
10- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-mysqli.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
10+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-mysqli.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1111 with :
1212 package-root : ' .'
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ permissions:
99
1010jobs :
1111 CI :
12- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-psr3.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
12+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/instrumentation-psr3.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1313 with :
1414 package-root : ' .'
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ permissions:
77
88jobs :
99 CI :
10- uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/metrics-runtime.yml@b7bc976ebc81c1cd5c3abb9077be5072a791e8f2 # main
10+ uses : open-telemetry/opentelemetry-php-contrib/.github/workflows/metrics-runtime.yml@c8d47c130fdda58dcc06baa3d3a822b8060b99a5 # main
1111 with :
1212 package-root : ' .'
You can’t perform that action at this time.
0 commit comments