Skip to content

Commit 983a135

Browse files
Update all patch versions
1 parent 40a15b2 commit 983a135

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
BUILD_ARCHITECTURE: ${{ matrix.arch }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
- if: ${{ matrix.goarch == 'arm64' }}
4646
uses: docker/setup-qemu-action@v3
4747
with:

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
BUILD_ARCHITECTURE: ${{ matrix.arch }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545
- if: ${{ matrix.goarch == 'arm64' }}
4646
uses: docker/setup-qemu-action@v3
4747
with:

.github/workflows/build-php-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
COMPOSER_ALLOW_SUPERUSER: 1
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- name: Build PHP dependencies
2424
run: |
2525
source ./tools/read_properties.sh

.github/workflows/generate-php-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
php-versions: ${{ steps.generate.outputs.php-versions }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
- id: generate
2626
run: |
2727
source ./tools/read_properties.sh

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
# Needed for GitHub OIDC token if publish_results is true
2020
id-token: write
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif

.github/workflows/test-phpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
BUILD_ARCHITECTURE: ${{ matrix.arch }}
4242
steps:
43-
- uses: actions/checkout@v6
43+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
- uses: actions/download-artifact@v6
4545
with:
4646
name: build-native-${{ matrix.arch }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
1515
"open-telemetry/exporter-otlp": "1.2.1",
1616
"open-telemetry/opentelemetry-auto-curl": "0.0.3",
17-
"open-telemetry/opentelemetry-auto-http-async": "1.1.0",
17+
"open-telemetry/opentelemetry-auto-http-async": "1.1.1",
1818
"open-telemetry/opentelemetry-auto-laravel": "1.1.0",
1919
"open-telemetry/opentelemetry-auto-mysqli": "0.0.2",
2020
"open-telemetry/opentelemetry-auto-pdo": "0.1.1",
@@ -43,12 +43,12 @@
4343
"php-ds/php-ds": "^1.7.0",
4444
"php-parallel-lint/php-console-highlighter": "^1.0",
4545
"php-parallel-lint/php-parallel-lint": "1.4.0",
46-
"phpstan/phpstan": "2.1.31",
47-
"phpstan/phpstan-phpunit": "2.0.7",
46+
"phpstan/phpstan": "2.1.33",
47+
"phpstan/phpstan-phpunit": "2.0.11",
4848
"phpunit/phpunit": "^10.5.47",
4949
"react/http": "^1.11",
5050
"slevomat/coding-standard": "8.19.1",
51-
"squizlabs/php_codesniffer": "3.13.2"
51+
"squizlabs/php_codesniffer": "3.13.5"
5252
},
5353
"autoload-dev": {
5454
"psr-4": {

prod/native/conanfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[requires]
22
libcurl/8.10.1
3-
libunwind/1.8.1
4-
magic_enum/0.9.6
3+
libunwind/1.8.3
4+
magic_enum/0.9.7
55
boost/1.86.0
66
gtest/1.15.0
77
protobuf-custom/5.27.0

0 commit comments

Comments
 (0)