Skip to content

Commit b180359

Browse files
committed
fixup! Add ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION
1 parent 02a199c commit b180359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PR_clang-format_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +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
6464
env:
6565
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
6666
with:
6767
path: ./sst-core_source
6868
ref: ${{ github.event.pull_request.head.sha }}
6969
# This is safe in a pull_request_target workflow because we are not
7070
# executing the code in any way.
71-
allow-unsafe-pr-checkout: true
71+
# allow-unsafe-pr-checkout: true
7272

7373
# Running the github action for clang format
7474
- name: Run Action clang-format-lint

0 commit comments

Comments
 (0)