Pin GH Actions to commit sha (#2265)

This commit is contained in:
Billy Tat
2026-03-26 13:00:23 -07:00
committed by GitHub
parent d2226322cf
commit 51bfd1f8f9
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 18
cache: yarn
@@ -28,4 +28,4 @@ jobs:
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=10240"
run: yarn build --no-minify
run: yarn build --no-minify