File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 name : Lint Gherkin Feature files
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
12- - uses : bahmutov/npm-install@v1
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+ - uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
1313 - run : npm run lint
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 options : --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
3333 steps :
3434 - name : Check out source code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636
3737 - name : Setup PHP
38- uses : shivammathur/setup-php@v2
38+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
3939 with :
4040 php-version : ${{ matrix.php-version }}
4141 tools : composer
You can’t perform that action at this time.
0 commit comments