From 33ed7c77ba3295a4d8794ff15018f22cd8147987 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 12 Dec 2025 17:05:12 +0000 Subject: [PATCH] fix(github-actions): pin the version for action/cache to the full sha --- github-actions/setup-wsl/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/setup-wsl/action.yml b/github-actions/setup-wsl/action.yml index 15fff580d..af93ec2ca 100644 --- a/github-actions/setup-wsl/action.yml +++ b/github-actions/setup-wsl/action.yml @@ -106,7 +106,7 @@ runs: - name: Restore WSL NVM cache id: cache-nvm - uses: actions/cache@v5 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 with: path: ~/.cache/wsl_nvm_cache.tar.gz key: wsl-nvm-cache-v1-${{hashFiles('**/.nvmrc')}}