Skip to content

Commit 77cdad3

Browse files
committed
chore: Update workflow dependency
1 parent d0853e3 commit 77cdad3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v2
3737
- name: Setup PHP
38-
uses: shivammathur/setup-php@v2
38+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
3939
with:
4040
php-version: ${{ matrix.php-versions }}
4141
extensions: bcmath, ctype, curl, dom, gd, gettext, iconv, imagick, json, ldap, mbstring, mysql, opcache, openssl, pcntl, pdo, posix, redis, soap, sockets, sqlite, tokenizer, xmlwriter, apcu

.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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Setup PHP
28-
uses: shivammathur/setup-php@v2
28+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1
2929
with:
3030
php-version: ${{ matrix.php-versions }}
3131
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)