Skip to content

Commit de5d885

Browse files
committed
chore: Update workflow dependency
1 parent 18ca565 commit de5d885

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
token: ${{secrets.PHPDOC_TOKEN}}
3939
path: "phpdoc-git"
4040
- name: Setup PHP
41-
uses: shivammathur/setup-php@v2
41+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
4242
with:
4343
php-version: 7.4
4444
extensions: bcmath, ctype, curl, dom, gd, gettext, iconv, imagick, json, ldap, mbstring, mysql, opcache, openssl, pcntl, pdo, posix, redis, soap, sockets, sqlite, tokenizer, xmlwriter

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Setup PHP
30-
uses: shivammathur/setup-php@v2
30+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
3131
with:
3232
php-version: ${{ matrix.php-versions }}
3333
extensions: gettext

.github/workflows/update-satis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
token: ${{secrets.PHPDOC_TOKEN}}
3737
path: "maintaina-com.github.io"
3838
- name: Setup PHP
39-
uses: shivammathur/setup-php@v2
39+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
4040
with:
4141
php-version: 7.4
4242
extensions: bcmath, ctype, curl, dom, gd, gettext, iconv, imagick, json, ldap, mbstring, mysql, opcache, openssl, pcntl, pdo, posix, redis, soap, sockets, sqlite, tokenizer, xmlwriter

0 commit comments

Comments
 (0)