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 006bad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
arch: [ armeabi-v7a, arm64-v8a ]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ENABLE_EXTENSION_AUTOLOADING: 1
ENABLE_EXTENSION_AUTOINSTALL: 1
GEN: ninja
Expand Down Expand Up @@ -98,4 +99,4 @@ jobs:
with:
name: duckdb-binaries-android-${{matrix.arch}}
path: |
libduckdb-android_${{matrix.arch}}.zip
libduckdb-android_${{matrix.arch}}.zip
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 006bad0

Please sign in to comment.