Skip to content

Commit 0691f5f

Browse files
committed
[!][TASK] Adjust GH workflow to fix SHA commits: TYPO3-Documentation/render-guides#1194 (#204)
1 parent a314824 commit 0691f5f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/apply-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)