From 0a0062e0da422e9144f3a3774c07693f28dce419 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 18 Jun 2026 09:42:04 +0200 Subject: [PATCH 1/2] updated to actions/checkout@v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c126342..bbe41305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 fi - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install packages if: matrix.install @@ -293,7 +293,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Boost shell: cmd From ba1f0bf9f5a4f5b63c2b1033d0e732eaa3cf914f Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 18 Jun 2026 10:39:34 +0200 Subject: [PATCH 2/2] reverted and set ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe41305..d53ff36a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: env: UBSAN_OPTIONS: print_stacktrace=1 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: posix: @@ -231,7 +232,7 @@ jobs: curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 fi - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Install packages if: matrix.install @@ -293,7 +294,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Setup Boost shell: cmd