Skip to content

Commit e5c56e3

Browse files
authored
chore: Pin dependency versions in workflows (#405)
1 parent 423bcd8 commit e5c56e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/biome-lint.yml

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

.github/workflows/playwright.yml

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

0 commit comments

Comments
 (0)