29
29
steps :
30
30
# We create the status here and then update it to success/failure in the `report` stage
31
31
# This provides an easy link to this workflow_run from the PR before Cypress is done.
32
- - uses : Sibz/github-status-action@v1
32
+ - uses : Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
33
33
with :
34
34
authToken : ${{ secrets.GITHUB_TOKEN }}
35
35
state : pending
97
97
- uses : browser-actions/setup-chrome@latest
98
98
- run : echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
99
99
100
- - uses : tecolicom/actions-use-apt-tools@v1
100
+ - uses : tecolicom/actions-use-apt-tools@ceaf289fdbc6169fd2406a0f0365a584ffba003b # v1
101
101
with :
102
102
# Our test suite includes some screenshot tests with unusual diacritics, which are
103
103
# supposed to be covered by STIXGeneral.
@@ -115,7 +115,7 @@ jobs:
115
115
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
116
116
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
117
117
- name : 📥 Download artifact
118
- uses : dawidd6/action-download-artifact@v2
118
+ uses : dawidd6/action-download-artifact@5e780fc7bbd0cac69fc73271ed86edf5dcb72d67 # v2
119
119
with :
120
120
run_id : ${{ github.event.workflow_run.id }}
121
121
name : previewbuild
@@ -205,7 +205,7 @@ jobs:
205
205
206
206
- name : Skip Percy required check
207
207
if : needs.prepare.outputs.percy_enable != '1'
208
- uses : Sibz/github-status-action@v1
208
+ uses : Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
209
209
with :
210
210
authToken : ${{ secrets.GITHUB_TOKEN }}
211
211
state : success
@@ -214,7 +214,7 @@ jobs:
214
214
sha : ${{ github.event.workflow_run.head_sha }}
215
215
target_url : https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
216
216
217
- - uses : Sibz/github-status-action@v1
217
+ - uses : Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
218
218
with :
219
219
authToken : ${{ secrets.GITHUB_TOKEN }}
220
220
state : ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
0 commit comments