summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ai-validation.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ai-validation.yml b/.github/workflows/ai-validation.yml
index e99f42ce..9820f7d4 100644
--- a/.github/workflows/ai-validation.yml
+++ b/.github/workflows/ai-validation.yml
@@ -10,6 +10,10 @@ concurrency:
env:
REVIEWER_REF: reviewer-v1.0.0
+ # Force JavaScript actions to run on Node 24. Some pinned action SHAs
+ # we rely on still ship with Node 20 ABI; this env var opts the whole
+ # workflow into Node 24 without per-action version churn.
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
# Untrusted prepare. NO secrets referenced — even a presence check like
@@ -129,7 +133,7 @@ jobs:
- name: Generate GitHub App token
if: steps.secrets-check.outputs.skip != 'true'
id: app
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
with:
app-id: ${{ secrets.VYOS_APP_ID }}
private-key: ${{ secrets.VYOS_APP_PRIVATE_KEY }}