diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5ba123a..8edd403c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: strategy: matrix: java: [11, 17, 21] + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true name: Build and Test skills plugin on Linux runs-on: ubuntu-latest container: diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index 2509d678..43274ed5 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -17,7 +17,8 @@ jobs: strategy: matrix: java: [11, 17, 21] - + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true name: Run Security Integration Tests on Linux runs-on: ubuntu-latest needs: Get-CI-Image-Tag