File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1717 timeout-minutes : 20
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - name : Checkout
21+ uses : actions/checkout@v4
22+ with :
23+ persist-credentials : false
2124
2225 - name : Use Node.js
2326 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1818 steps :
1919 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020 - uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2123 - name : Use Node.js
2224 uses : actions/setup-node@v4
2325 with :
5355 steps :
5456 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5557 - uses : actions/checkout@v4
58+ with :
59+ persist-credentials : false
5660 - name : Use Node.js ${{ matrix.node_version }}
5761 uses : actions/setup-node@v4
5862 with :
You can’t perform that action at this time.
0 commit comments