From 19b54b5218935a49473d1b5795ff6470f24caee0 Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:30:18 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/actions/generate-action-code/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/generate-action-code/action.yml b/.github/actions/generate-action-code/action.yml index a4439f9..e3e2767 100644 --- a/.github/actions/generate-action-code/action.yml +++ b/.github/actions/generate-action-code/action.yml @@ -4,7 +4,7 @@ description: Generates the action code runs: using: composite steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 check-latest: true