File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 directory : ' /'
55 schedule :
66 interval : ' monthly'
7+ cooldown :
8+ default-days : 7
Original file line number Diff line number Diff line change 2929 - name : Checkout
3030 id : checkout
3131 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+ with :
33+ persist-credentials : false
3234
3335 - name : Setup Node.js
3436 id : setup-node
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ with :
25+ persist-credentials : false
2426 - name : Setup Node.js
2527 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2628 with :
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 id : checkout
3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+ with :
35+ persist-credentials : false
3436
3537 - name : Initialize CodeQL
3638 id : initialize
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+ with :
23+ fetch-depth : 0
24+ persist-credentials : false
2225
2326 - name : Setup Node.js
2427 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
You can’t perform that action at this time.
0 commit comments