Skip to content

Commit 543931f

Browse files
committed
chore: pin GitHub Actions to commit SHAs
1 parent fb318a3 commit 543931f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1919

2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@v2
21+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2222
with:
2323
php-version: ${{ matrix.php }}
2424
tools: composer:v2

0 commit comments

Comments
 (0)