diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1309a5eb..a959a5b6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,6 +8,8 @@ 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 d7e053af..92f8b0d7 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -10,12 +10,14 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Build-ad: strategy: matrix: - java: [ 11,17,21 ] + java: [ 21 ] os: [ubuntu-latest] fail-fast: true