@@ -17,18 +17,18 @@ jobs:
1717 reuse-compliance :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : REUSE Compliance Check
23- uses : fsfe/reuse-action@v1 .1
23+ uses : fsfe/reuse-action@43bd643263f2a557a37e023e538ab9f83dce92a6 # v1.1 .1
2424
2525 check-bundle-size :
2626 if : ${{ github.base_ref == 'main' }} # only for PRs targeting main branch
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
31- -
uses :
preactjs/[email protected] 31+ - uses : preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # 2.8.0
3232 with :
3333 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
3434 pattern : ' packages/**/dist/**/*.{js,css}'
3939 name : ' Install Dependencies'
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4343
44- 44+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4545 with :
4646 node-version-file : ' .nvmrc'
4747 cache : ' yarn'
6363 env :
6464 CYPRESS_INSTALL_BINARY : 0
6565 steps :
66- - uses : actions/checkout@v5
66+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767
68- 68+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6969 with :
7070 node-version-file : ' .nvmrc'
7171 cache : ' yarn'
8989 env :
9090 CYPRESS_INSTALL_BINARY : 0
9191 steps :
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9393
94- 94+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9595 with :
9696 node-version-file : ' .nvmrc'
9797 cache : ' yarn'
@@ -110,10 +110,10 @@ jobs:
110110 env :
111111 CYPRESS_INSTALL_BINARY : 0
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114114
115115 - name : Setup Node.js environment
116- 116+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
117117 with :
118118 node-version-file : ' .nvmrc'
119119 cache : ' yarn'
@@ -126,7 +126,7 @@ jobs:
126126 NODE_OPTIONS : ' --max-old-space-size=4096'
127127
128128 - name : Deploy 🚀
129- 129+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
130130 if : ${{ github.ref == 'refs/heads/main' }}
131131 with :
132132 branch : gh-pages # The branch the action should deploy to.
0 commit comments