This is an automated email from the ASF dual-hosted git repository.

fishy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new c81823a0b Bump shivammathur/setup-php from 2.37.1 to 2.37.2
c81823a0b is described below

commit c81823a0b60e457cb8372ec4adefbb0c54c07bc4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 06:04:29 2026 +0000

    Bump shivammathur/setup-php from 2.37.1 to 2.37.2
    
    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) 
from 2.37.1 to 2.37.2.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - 
[Commits](https://github.com/shivammathur/setup-php/compare/7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc...f3e473d116dcccaddc5834248c87452386958240)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.37.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/build.yml | 4 ++--
 .github/workflows/sca.yml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dd4e56fd9..7019bd2a3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -164,7 +164,7 @@ jobs:
           persist-credentials: false
 
       - name: Set up PHP
-        uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc 
# 2.37.1
+        uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 
# 2.37.2
         with:
           php-version: ${{ matrix.php-version }}
           extensions: intl, xml, curl
@@ -1003,7 +1003,7 @@ jobs:
           python -m pip install "tornado>=6.3.0" "twisted>=24.3.0" 
"zope.interface>=6.1"
 
       - name: Set up PHP
-        uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc 
# 2.37.1
+        uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 
# 2.37.2
         with:
           php-version: "8.3"
           extensions: intl, xml, curl, sockets
diff --git a/.github/workflows/sca.yml b/.github/workflows/sca.yml
index 681e451ac..45b905244 100644
--- a/.github/workflows/sca.yml
+++ b/.github/workflows/sca.yml
@@ -311,7 +311,7 @@ jobs:
           sudo apt-get install -y --no-install-recommends g++ $BUILD_DEPS
 
       - name: Set up PHP
-        uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc 
# 2.37.1
+        uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 
# 2.37.2
         with:
           # Lowest supported PHP version
           php-version: "8.1"

Reply via email to