Skip to content

Commit db51f71

Browse files
Update all patch versions
1 parent 60a3bb1 commit db51f71

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- id: generate
2626
run: |
2727
source ./tools/read_properties.sh

.github/workflows/native-dev-tools-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations) }}
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545

4646
- name: Set up Docker Buildx
4747
if: contains(matrix.arch, 'arm64')

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 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
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
45+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
4646
with:
4747
sarif_file: results.sarif

.github/workflows/test-otel-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
PHP_VERSION: ${{ matrix.php-version }}
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- name: Download package artifacts for Debian AMD64
3131
uses: actions/download-artifact@v7
3232
with:

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
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.40",
47+
"phpstan/phpstan-phpunit": "2.0.16",
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)