Remove ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION in CI

This commit is contained in:
curquiza
2024-07-09 10:55:12 +02:00
parent 5f9c05b944
commit 2cda1360ee
5 changed files with 2 additions and 18 deletions

View File

@ -21,8 +21,6 @@ jobs:
test-linux:
name: Tests on ubuntu-20.04
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
# Use ubuntu-20.04 to compile with glibc 2.28
image: ubuntu:20.04
@ -73,8 +71,6 @@ jobs:
test-all-features:
name: Tests almost all features
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
# Use ubuntu-20.04 to compile with glibc 2.28
image: ubuntu:20.04
@ -95,8 +91,6 @@ jobs:
test-disabled-tokenization:
name: Test disabled tokenization
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: ubuntu-latest
container:
image: ubuntu:20.04
@ -121,8 +115,6 @@ jobs:
# We run tests in debug also, to make sure that the debug_assertions are hit
test-debug:
name: Run tests in debug
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: ubuntu-latest
container:
# Use ubuntu-20.04 to compile with glibc 2.28