diff --git a/.github/workflows/CI-Linux-ARM64.yml b/.github/workflows/CI-Linux-ARM64.yml index b183ad1b9..289185b2f 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 02df449b9..02af3fbad 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: diff --git a/.github/workflows/build-test-lin.yml b/.github/workflows/build-test-lin.yml index 52a04029d..0dec43f1d 100644 --- a/.github/workflows/build-test-lin.yml +++ b/.github/workflows/build-test-lin.yml @@ -73,6 +73,7 @@ jobs: env: TEST_EXE: build/aprapipesut CMAKE_TC_FILE: '../vcpkg/scripts/buildsystems/vcpkg.cmake' # Note: naming this variable as CMAKE_TOOLCHAIN_FILE can cause havoc!!! + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ${{ inputs.runner }} steps: - name: Prepare builder