diff --git a/.github/workflows/CI-Linux-ARM64.yml b/.github/workflows/CI-Linux-ARM64.yml index 383963a94..6a15efd1e 100644 --- a/.github/workflows/CI-Linux-ARM64.yml +++ b/.github/workflows/CI-Linux-ARM64.yml @@ -8,6 +8,7 @@ on: env: NOTE_TO_SELF: "environments can not be passed from here to reused workflows!" + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: jetson-build-test: diff --git a/.github/workflows/CI-Linux-CUDA.yml b/.github/workflows/CI-Linux-CUDA.yml index 0b44b7395..940ec1595 100644 --- a/.github/workflows/CI-Linux-CUDA.yml +++ b/.github/workflows/CI-Linux-CUDA.yml @@ -8,6 +8,7 @@ on: env: NOTE_TO_SELF: "environments can not be passed from here to reused workflows!" + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: linux-cuda-build-test: