File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4242 - uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0
45+ persist-credentials : false
4546
4647 - uses : actions/setup-python@v5
4748 name : Install Python
Original file line number Diff line number Diff line change 2929 name : Post warnings/errors as review
3030 steps :
3131 - uses : actions/checkout@v4
32+ with :
33+ persist-credentials : false
3234
3335 - name : Fetch result artifacts
3436 id : fetch-artifacts
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : ' 0'
16+ persist-credentials : false
1617 - name : Check for added-and-deleted files
1718 run : |
1819 git fetch --quiet origin "$GITHUB_BASE_REF"
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout repository
2929 uses : actions/checkout@v4
30+ with :
31+ persist-credentials : false
3032
3133 - name : Initialize CodeQL
3234 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 8282 - uses : actions/checkout@v4
8383 with :
8484 fetch-depth : 0
85+ persist-credentials : false
8586
8687 - uses : cygwin/cygwin-install-action@v4
8788 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15+ with :
16+ persist-credentials : false
1517
1618 - name : Set up Python 3
1719 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16+ with :
17+ persist-credentials : false
1618
1719 - name : Set up Python 3
1820 uses : actions/setup-python@v5
3840 runs-on : ubuntu-latest
3941 steps :
4042 - uses : actions/checkout@v4
43+ with :
44+ persist-credentials : false
4145
4246 - name : Set up Python 3
4347 uses : actions/setup-python@v5
6569 runs-on : ubuntu-latest
6670 steps :
6771 - uses : actions/checkout@v4
72+ with :
73+ persist-credentials : false
6874
6975 - name : eslint
7076 uses : reviewdog/action-eslint@v1
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 - uses : actions/checkout@v4
115115 with :
116116 fetch-depth : 0
117+ persist-credentials : false
117118
118119 - name : Set up Python ${{ matrix.python-version }}
119120 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments