Skip to content

Commit e8fd5ed

Browse files
committed
Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION
1 parent bf3a170 commit e8fd5ed

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/PR_clang-format_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ jobs:
6060
6161
# Checkout this users SST-core repo/branch
6262
- name: Checkout Users SST-Core source
63-
uses: actions/checkout@v7
63+
uses: actions/checkout@v4
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 }}
6769
# This is safe in a pull_request_target workflow because we are not
6870
# executing the code in any way.
69-
allow-unsafe-pr-checkout: true
71+
# allow-unsafe-pr-checkout: true
7072

7173
# Running the github action for clang format
7274
- name: Run Action clang-format-lint

0 commit comments

Comments
 (0)