From ccc5809252dccb44962555f32b43cdb82c4214e1 Mon Sep 17 00:00:00 2001 From: Martin Gaievski Date: Mon, 25 Nov 2024 10:48:02 -0800 Subject: [PATCH] Trying without ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION, it's deprecated by GH Signed-off-by: Martin Gaievski --- .github/workflows/test_aggregations.yml | 2 -- .github/workflows/test_security.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/test_aggregations.yml b/.github/workflows/test_aggregations.yml index 109dc369f..d3caf6904 100644 --- a/.github/workflows/test_aggregations.yml +++ b/.github/workflows/test_aggregations.yml @@ -10,8 +10,6 @@ on: branches: - "*" - "feature/**" -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index fbbf159ae..77d3b24e0 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -10,8 +10,6 @@ on: branches: - "*" - "feature/**" -env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: