Skip to content

Commit 7c8d232

Browse files
Allowing unsecure node version due to actions/checkout#1809 (comment)
1 parent 345edf5 commit 7c8d232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/aws-resctrl-checker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
do-job:
5353
needs: start-runner
5454
runs-on: ${{ needs.start-runner.outputs.label }}
55+
env:
56+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
5557
steps:
5658
- name: Test runner
5759
run: |

0 commit comments

Comments
 (0)