We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5dea3 commit 6219a05Copy full SHA for 6219a05
1 file changed
templates/plugin-github.mustache
@@ -23,10 +23,10 @@ jobs:
23
- 3306:3306
24
steps:
25
- name: Check out source code
26
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27
28
- name: Setup PHP
29
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
30
with:
31
php-version: ${{ matrix.php-version }}
32
tools: phpunit-polyfills:1.1
0 commit comments