@@ -10,12 +10,12 @@ jobs:
1010 Install :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
14- - uses : actions/setup-node@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
14+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
1515 with :
1616 node-version-file : .node-version
1717 package-manager-cache : false
18- - uses : actions/cache@v5
18+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
1919 id : cache-node_modules
2020 with :
2121 path : node_modules
@@ -30,12 +30,12 @@ jobs:
3030 - Install
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v6
34- - uses : actions/setup-node@v6
33+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
34+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
3535 with :
3636 node-version-file : .node-version
3737 package-manager-cache : false
38- - uses : actions/cache@v5
38+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
3939 id : cache-node_modules
4040 with :
4141 path : node_modules
@@ -49,12 +49,12 @@ jobs:
4949 - Install
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v6
53- - uses : actions/setup-node@v6
52+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
53+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
5454 with :
5555 node-version-file : .node-version
5656 package-manager-cache : false
57- - uses : actions/cache@v5
57+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
5858 id : cache-node_modules
5959 with :
6060 path : node_modules
@@ -69,12 +69,12 @@ jobs:
6969 - Install
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v6
73- - uses : actions/setup-node@v6
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
73+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
7474 with :
7575 node-version-file : .node-version
7676 package-manager-cache : false
77- - uses : actions/cache@v5
77+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
7878 id : cache-node_modules
7979 with :
8080 path : node_modules
@@ -88,12 +88,12 @@ jobs:
8888 - Install
8989 runs-on : ubuntu-latest
9090 steps :
91- - uses : actions/checkout@v6
92- - uses : actions/setup-node@v6
91+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
92+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
9393 with :
9494 node-version-file : .node-version
9595 package-manager-cache : false
96- - uses : actions/cache@v5
96+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
9797 id : cache-node_modules
9898 with :
9999 path : node_modules
@@ -108,16 +108,16 @@ jobs:
108108 name : Release (dry-run)
109109 runs-on : ubuntu-latest
110110 steps :
111- - uses : actions/checkout@v6
111+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
112112 with :
113113 token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
114114 ref : ${{ github.head_ref }}
115115 fetch-depth : 0
116- - uses : actions/setup-node@v6
116+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # https://github.com/actions/setup-node/releases/tag/v6.4.0
117117 with :
118118 node-version-file : .node-version
119119 package-manager-cache : false
120- - uses : actions/cache@v5
120+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # https://github.com/actions/cache/releases/tag/v5.0.5
121121 id : cache-node_modules
122122 with :
123123 path : node_modules
0 commit comments