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 1515 steps :
1616 # Checkout the repository so the workflow has access to the code
1717 - name : Checkout code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1919
2020 # Run the run-biome.sh script
2121 - name : Run run-biome.sh
Original file line number Diff line number Diff line change 1414 steps :
1515 # Checkout the repository so the workflow has access to the code
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1818 - name : Setup Hugo
1919 uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
2020 with :
3030 echo "Playwright tests failed. Please view the Playwright report to see full error."
3131 exit 1
3232 fi
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3434 id : artifact-upload
3535 if : ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }}
3636 with :
You can’t perform that action at this time.
0 commit comments