Skip to content

Commit e323ad2

Browse files
committed
pin to external actions' via commit hash
1 parent 3421a4e commit e323ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ runs:
251251
- name: Setup nu shell
252252
# I'm done writing everything twice (in bash and powershell)
253253
# With nu shell, we use the same shell/script for all platforms
254-
uses: hustcer/setup-nu@v3
254+
uses: hustcer/setup-nu@985d59ec83ae3e3418f9d36471cda38b9d8b9879 # v3.20.0
255255
with:
256256
version: '0.106.1'
257257

@@ -277,7 +277,7 @@ runs:
277277
278278
- name: Enable cache
279279
if: inputs.cache-enable == 'true' || inputs.cache-enable == true
280-
uses: actions/cache@v4
280+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
281281
with:
282282
path: ${{ runner.temp }}/cpp-linter-action-cache
283283
key: cpp-linter-action_${{ runner.os }}_${{ steps.compute-cache-key.outputs.key }}

0 commit comments

Comments
 (0)