File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ cooldown :
5+ default-days : 7
6+ directory : /
7+ schedule :
8+ interval : weekly
9+ groups :
10+ github-actions :
11+ patterns :
12+ - " *"
Original file line number Diff line number Diff line change 1212 PIP_VERBOSE : true
1313 PYMSBUILD_VERBOSE : true
1414
15+ permissions : {}
1516
1617jobs :
1718 build :
1819 runs-on : windows-latest
1920
2021 steps :
21- - uses : actions/checkout@v4
22+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+ with :
24+ persist-credentials : false
2225
2326 - name : ' Remove existing PyManager install'
2427 run : |
3841 # We move faster than GitHub's Python runtimes, so use NuGet instead
3942 # One day we can use ourselves to download Python, but not yet...
4043 - name : Set up NuGet
41- uses : nuget/setup-nuget@v2.0.1
44+ uses : nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
4245
4346 - name : Set up Python 3.14.3
4447 run : |
7477 --cov-report xml
7578
7679 - name : ' Upload coverage'
77- uses : codecov/codecov-action@v5
80+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
7881 with :
7982 token : ${{ secrets.CODECOV_ORG_TOKEN }}
8083
You can’t perform that action at this time.
0 commit comments