Skip to content

Commit

Permalink
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION:false for Android and Nightly…
Browse files Browse the repository at this point in the history
… workflows
  • Loading branch information
carlopi committed Jul 10, 2024
1 parent 104cb79 commit 3bc433f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
name: Android
runs-on: ubuntu-latest
container: ubuntu:18.04
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

strategy:
matrix:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/NightlyTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
needs: linux-memory-leaks
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -181,6 +183,7 @@ jobs:
env:
CC: /usr/bin/gcc
CXX: /usr/bin/g++
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -252,6 +255,7 @@ jobs:
GEN: ninja
DUCKDEBUG: 1
ASAN_OPTIONS: detect_leaks=0
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3bc433f

Please sign in to comment.