From bac4a6aee77607e0660baea2cf086c4c42c4164d Mon Sep 17 00:00:00 2001 From: "btr-renovate[bot]" <207732918+btr-renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:50:22 +0000 Subject: [PATCH] chore(deps): update node.js to v24.15.0 --- .node-version | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.node-version b/.node-version index 3fe3b15..5bf4400 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -24.13.0 +24.15.0 diff --git a/action.yml b/action.yml index d185c5f..130d64f 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: - name: 'Set up Node' uses: actions/setup-node@v6 with: - node-version: '24.13.0' + node-version: '24.15.0' package-manager-cache: false - name: 'Generate SARIF file' run: node '${{ github.action_path }}/dist/index.js'