File tree Expand file tree Collapse file tree 13 files changed +43
-12
lines changed
Expand file tree Collapse file tree 13 files changed +43
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:base "
4+ " config:recommended "
55 ],
66 "labels" : [
77 " Dependency"
88 ],
99 "packageRules" : [
1010 {
1111 "groupName" : " github-actions" ,
12- "matchManagers" : [" github-actions" ],
13- "separateMajorMinor" : " false"
12+ "matchManagers" : [
13+ " github-actions"
14+ ],
15+ "separateMajorMinor" : false
1416 }
1517 ],
16- "schedule" : [" on the 3rd day of the month" ]
18+ "schedule" : [
19+ " on the 3rd day of the month"
20+ ]
1721}
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - uses : actions/checkout@v4
36+ with :
37+ persist-credentials : false
3638
3739 - name : Set up Python
3840 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v4
24+ with :
25+ persist-credentials : false
2426
2527 - name : pre-commit cache
2628 uses : actions/cache@v4
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88permissions :
9- issues : write
9+ contents : read
1010
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref }}
@@ -15,6 +15,8 @@ concurrency:
1515jobs :
1616 stale :
1717 if : github.repository_owner == 'python-pillow'
18+ permissions :
19+ issues : write
1820
1921 runs-on : ubuntu-latest
2022
Original file line number Diff line number Diff line change 4848
4949 - name : Checkout Pillow
5050 uses : actions/checkout@v4
51+ with :
52+ persist-credentials : false
5153
5254 - name : Install Cygwin
5355 uses : cygwin/cygwin-install-action@v4
Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - uses : actions/checkout@v4
68+ with :
69+ persist-credentials : false
6870
6971 - name : Build system information
7072 run : python3 .github/workflows/system-info.py
Original file line number Diff line number Diff line change 4646 steps :
4747 - name : Checkout Pillow
4848 uses : actions/checkout@v4
49+ with :
50+ persist-credentials : false
4951
5052 - name : Set up shell
5153 run : echo "C:\msys64\usr\bin\" >> $env:GITHUB_PATH
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - uses : actions/checkout@v4
43+ with :
44+ persist-credentials : false
4345
4446 - name : Build system information
4547 run : python3 .github/workflows/system-info.py
Original file line number Diff line number Diff line change @@ -44,16 +44,20 @@ jobs:
4444 steps :
4545 - name : Checkout Pillow
4646 uses : actions/checkout@v4
47+ with :
48+ persist-credentials : false
4749
4850 - name : Checkout cached dependencies
4951 uses : actions/checkout@v4
5052 with :
53+ persist-credentials : false
5154 repository : python-pillow/pillow-depends
5255 path : winbuild\depends
5356
5457 - name : Checkout extra test images
5558 uses : actions/checkout@v4
5659 with :
60+ persist-credentials : false
5761 repository : python-pillow/test-images
5862 path : Tests\test-images
5963
Original file line number Diff line number Diff line change 6363
6464 steps :
6565 - uses : actions/checkout@v4
66+ with :
67+ persist-credentials : false
6668
6769 - name : Set up Python ${{ matrix.python-version }}
6870 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments