1 parent 02a199c commit b180359Copy full SHA for b180359
1 file changed
.github/workflows/PR_clang-format_test.yml
@@ -60,15 +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.
71
- allow-unsafe-pr-checkout: true
+ # allow-unsafe-pr-checkout: true
72
73
# Running the github action for clang format
74
- name: Run Action clang-format-lint
0 commit comments