1 parent bf3a170 commit e8fd5edCopy full SHA for e8fd5ed
1 file changed
.github/workflows/PR_clang-format_test.yml
@@ -60,13 +60,15 @@ jobs:
60
61
# Checkout this users SST-core repo/branch
62
- name: Checkout Users SST-Core source
63
- uses: actions/checkout@v7
+ uses: actions/checkout@v4
64
+ env:
65
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
66
with:
67
path: ./sst-core_source
68
ref: ${{ github.event.pull_request.head.sha }}
69
# This is safe in a pull_request_target workflow because we are not
70
# executing the code in any way.
- allow-unsafe-pr-checkout: true
71
+ # allow-unsafe-pr-checkout: true
72
73
# Running the github action for clang format
74
- name: Run Action clang-format-lint
0 commit comments