File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
# Checkout the repository so the workflow has access to the code
17
17
- name : Checkout code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
20
20
# Run the run-biome.sh script
21
21
- name : Run run-biome.sh
Original file line number Diff line number Diff line change 14
14
steps :
15
15
# Checkout the repository so the workflow has access to the code
16
16
- name : Checkout code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18
18
- name : Setup Hugo
19
19
uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
20
20
with :
30
30
echo "Playwright tests failed. Please view the Playwright report to see full error."
31
31
exit 1
32
32
fi
33
- - uses : actions/upload-artifact@v4
33
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
34
34
id : artifact-upload
35
35
if : ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }}
36
36
with :
You can’t perform that action at this time.
0 commit comments