From 50d46356d36b88194649c1c5b2bf7beaf444b9ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:16:52 +0000 Subject: [PATCH] fix: opt into Node.js 24 for gitleaks-action via FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 Agent-Logs-Url: https://github.com/idvoretskyi/dev/sessions/e0d71af5-ec92-460e-9e2b-7f6122455fb8 Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f494349..c77be51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - name: Build Docker image run: |