File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515 with :
1616 token : ${{ secrets.GITHUB_TOKEN }}
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2020 with :
2121 python-version : ' 3.x'
2222
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212
1313 - name : Test if the documentation will render without warnings
1414 run : |
Original file line number Diff line number Diff line change 1616 - ' 8.4'
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
2121 - name : Lint PHP
2222 run : Build/Scripts/runTests.sh -p ${{ matrix.php }} -s lint
2828 php : ' 8.2'
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232
3333 - name : Install testing system
3434 run : Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate
You can’t perform that action at this time.
0 commit comments