Skip to content

Commit 70f03e1

Browse files
[!][TASK] Adjust GH workflow to fix SHA commits: TYPO3-Documentation/render-guides#1194 (#54)
1 parent be94137 commit 70f03e1

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/api-typo3-org.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
TARGET_PATH: ${{ secrets.API_TARGET_PATH }}/${{ matrix.core }}
1616
steps:
1717
- name: Checkout Doxygen API
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919
with:
2020
repository: 'TYPO3-Documentation/t3docs-typo3-api'
2121
fetch-depth: 0
2222
path: .phpdoc
2323

2424
- name: Checkout Core ${{ matrix.core }}
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626
with:
2727
repository: 'typo3/typo3'
2828
path: .Build/TYPO3

.github/workflows/fluid-viewhelper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
steps:
1818

1919
- name: Setup PHP 8.2
20-
uses: shivammathur/setup-php@v2
20+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
2121
with:
2222
php-version: '8.2'
2323

2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626

2727
- name: Create RST documentation for Core ${{ matrix.core }}
2828
working-directory: ./Build/fluid-viewhelpers/${{ matrix.core }}
@@ -32,7 +32,7 @@ jobs:
3232
cp -r fluidDocumentationOutput ../../../documentation
3333
3434
- name: "Checkout ViewHelper Docs: ${{ matrix.core }}"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3636
with:
3737
repository: 'TYPO3-Documentation/TYPO3CMS-Reference-ViewHelper'
3838
path: viewhelpers

.github/workflows/main-deletion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
3434
- name: Notify on failure
3535
if: ${{ failure() }}
36-
uses: distributhor/workflow-webhook@v1
36+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
3737
env:
3838
webhook_url: ${{ secrets.WEBHOOK_DELETION_URL }}
3939
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
4040
data: '{"success":false,"id":"${{ github.event.client_payload.id }}","link":"https://github.com/TYPO3-Documentation/t3docs-ci-deploy/actions/runs/${{ github.run_id }}"}'
4141

4242
- name: Notify on success
4343
if: ${{ success() }}
44-
uses: distributhor/workflow-webhook@v1
44+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
4545
env:
4646
webhook_url: ${{ secrets.WEBHOOK_DELETION_URL }}
4747
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

.github/workflows/main-rendering.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Notify on start
1313
if: ${{ always() }}
14-
uses: distributhor/workflow-webhook@v1
14+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
1515
env:
1616
webhook_url: ${{ secrets.WEBHOOK_START_URL }}
1717
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
@@ -34,15 +34,15 @@ jobs:
3434
mv ${{ steps.rendering.outputs.renderedPath }}/rendered-docs.zip .
3535
3636
- name: Publish archive with result
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
3838
with:
3939
name: result
4040
path: rendered-docs.zip
4141
if-no-files-found: error
4242

4343
- name: Notify on failure
4444
if: ${{ failure() }}
45-
uses: distributhor/workflow-webhook@v1
45+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
4646
env:
4747
webhook_url: ${{ secrets.WEBHOOK_URL }}
4848
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
@@ -54,7 +54,7 @@ jobs:
5454
needs: render
5555
if: ${{ github.event.client_payload.type_short != '' && github.event.client_payload.vendor != '' && github.event.client_payload.name != '' && github.event.client_payload.target_branch_directory != ''}}
5656
steps:
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
5858
with:
5959
name: result
6060

@@ -126,15 +126,15 @@ jobs:
126126
127127
- name: Notify on failure
128128
if: ${{ failure() }}
129-
uses: distributhor/workflow-webhook@v1
129+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
130130
env:
131131
webhook_url: ${{ secrets.WEBHOOK_URL }}
132132
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
133133
data: '{"success":false,"id":"${{ github.event.client_payload.id }}","link":"https://github.com/TYPO3-Documentation/t3docs-ci-deploy/actions/runs/${{ github.run_id }}"}'
134134

135135
- name: Notify on success
136136
if: ${{ success() }}
137-
uses: distributhor/workflow-webhook@v1
137+
uses: distributhor/workflow-webhook@2381f0e9c7b6bf061fb1405bd0804b8706116369
138138
env:
139139
webhook_url: ${{ secrets.WEBHOOK_URL }}
140140
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)