@@ -25,11 +25,11 @@ jobs:
2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929 with :
3030 fetch-depth : 0
3131
32- - uses : actions/setup-node@v6
32+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333 with :
3434 node-version : 24
3535 cache : ' npm'
@@ -60,13 +60,13 @@ jobs:
6060 runs-on : ubuntu-latest
6161
6262 steps :
63- - uses : actions/checkout@v6
63+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6464 with :
6565 submodules : recursive
6666 fetch-depth : 0
6767
6868 - name : Dependency Review
69- uses : actions/dependency-review-action@v5
69+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5
7070 with :
7171 config-file : >-
7272 ./.github/dependency-review-config.yml
@@ -77,13 +77,13 @@ jobs:
7777 sudo dpkg -i ${{ runner.temp }}/hugo.deb
7878 hugo version
7979
80- - uses : actions/setup-node@v6
80+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8181 with :
8282 node-version : 24
8383 cache : ' npm'
8484
8585 - name : Cache Playwright browsers
86- uses : actions/cache@v5
86+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8787 with :
8888 path : ~/.cache/ms-playwright
8989 key : ${{ runner.os }}-playwright-${{ hashFiles('package-lock.json') }}
@@ -144,7 +144,7 @@ jobs:
144144 run : |
145145 npm run test:functional
146146
147- - uses : actions/upload-artifact@v7
147+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
148148 if : always()
149149 with :
150150 name : playwright-report
0 commit comments