File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed
Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v1
8+ with :
9+ persist-credentials : false
810
911 - name : Set up Python 3.7
1012 uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15+ with :
16+ persist-credentials : false
1517 - uses : actions/setup-python@v2
1618 - uses : pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 # v2.0.0
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v1
15+ with :
16+ persist-credentials : false
1517
1618 - name : Set up Python 3.7
1719 uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12+ with :
13+ persist-credentials : false
1214
1315 - name : Set up Python 3
1416 uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 10
17+ persist-credentials : false
1718
1819 - name : Set up Python
1920 id : setup
You can’t perform that action at this time.
0 commit comments