Skip to content

Commit 02a199c

Browse files
committed
Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION
1 parent bf3a170 commit 02a199c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/PR_clang-format_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
# Checkout this users SST-core repo/branch
6262
- name: Checkout Users SST-Core source
6363
uses: actions/checkout@v7
64+
env:
65+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
6466
with:
6567
path: ./sst-core_source
6668
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)