ReviewOS

also looking at this

stacks/bunpress

chore(deps): update shivammathur/setup-php action to v2.37.1 [security]

#73
Merged renovate[bot] wants to merge renovate/github-tags-shivammathur-setup-php-vulnerability into main
1 file +2 -2

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/buddy-bot.ymlmodified+2-2
Changes to .github/workflows/buddy-bot.yml
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name: Setup PHP and Composer (if needed)
132132 if: ${{ hashFiles('composer.json') != '' }}
133 uses: shivammathur/setup-php@2.36.0
133 uses: shivammathur/setup-php@2.37.1
134134 with:
135135 php-version: '8.4'
136136 tools: composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name: Setup PHP and Composer (if needed)
250250 if: ${{ hashFiles('composer.json') != '' }}
251 uses: shivammathur/setup-php@2.36.0
251 uses: shivammathur/setup-php@2.37.1
252252 with:
253253 php-version: '8.4'
254254 tools: composer