@@ -20,16 +20,16 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 # https://github.com/actions/checkout/releases
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+ - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
2424 with :
2525 fetch-depth : 1
2626 # https://github.com/actions/setup-node/releases
27- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
27+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2828 with :
2929 node-version : 22
3030 - name : Configure JDK
3131 # https://github.com/actions/setup-java/releases
32- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
32+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3333 with :
3434 distribution : ' temurin'
3535 java-version : ' 21'
@@ -74,11 +74,11 @@ jobs:
7474 timeout-minutes : 30
7575 steps :
7676 # https://github.com/actions/checkout/releases
77- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
77+ - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
7878 with :
7979 fetch-depth : 1
8080 # https://github.com/actions/setup-node/releases
81- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
81+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8282 with :
8383 node-version : 22
8484 # https://github.com/actions/cache/releases
@@ -116,11 +116,11 @@ jobs:
116116 timeout-minutes : 30
117117 steps :
118118 # https://github.com/actions/checkout/releases
119- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+ - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
120120 with :
121121 fetch-depth : 1
122122 # https://github.com/actions/setup-node/releases
123- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
123+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
124124 with :
125125 node-version : 22
126126 # https://github.com/actions/cache/releases
@@ -158,11 +158,11 @@ jobs:
158158 timeout-minutes : 30
159159 steps :
160160 # https://github.com/actions/checkout/releases
161- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
161+ - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
162162 with :
163163 fetch-depth : 1
164164 # https://github.com/actions/setup-node/releases
165- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
165+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
166166 with :
167167 node-version : 22
168168 # https://github.com/actions/cache/releases
0 commit comments