@@ -20,15 +20,15 @@ jobs:
2020
2121 steps :
2222 - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
23+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2424 with :
2525 egress-policy : audit
2626
2727 - name : Checkout code
2828 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
3030 - name : Setup Node.js ${{ matrix.node-version }}
31- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
31+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3232 with :
3333 node-version : ${{ matrix.node-version }}
3434 cache : ' npm'
@@ -113,7 +113,7 @@ jobs:
113113 vscode_src_changed : ${{ steps.detect.outputs.changed }}
114114 steps :
115115 - name : Harden the runner (Audit all outbound calls)
116- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
116+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
117117 with :
118118 egress-policy : audit
119119
@@ -143,15 +143,15 @@ jobs:
143143
144144 steps :
145145 - name : Harden the runner (Audit all outbound calls)
146- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
146+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
147147 with :
148148 egress-policy : audit
149149
150150 - name : Checkout code
151151 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152152
153153 - name : Setup Node.js
154- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
154+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
155155 with :
156156 node-version : ' 24.x'
157157 cache : ' npm'
@@ -229,15 +229,15 @@ jobs:
229229
230230 steps :
231231 - name : Harden the runner (Audit all outbound calls)
232- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
232+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
233233 with :
234234 egress-policy : audit
235235
236236 - name : Checkout code
237237 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
238238
239239 - name : Setup Node.js
240- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
240+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
241241 with :
242242 node-version : ' 24.x'
243243 cache : ' npm'
0 commit comments