File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : windows-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2222
2323 - name : ' Remove existing PyManager install'
2424 run : |
3838 # We move faster than GitHub's Python runtimes, so use NuGet instead
3939 # One day we can use ourselves to download Python, but not yet...
4040 - name : Set up NuGet
41- uses : nuget/setup-nuget@v2.0.1
41+ uses : nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
4242
4343 - name : Set up Python 3.14.3
4444 run : |
7474 --cov-report xml
7575
7676 - name : ' Upload coverage'
77- uses : codecov/codecov-action@v5
77+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
7878 with :
7979 token : ${{ secrets.CODECOV_ORG_TOKEN }}
8080
You can’t perform that action at this time.
0 commit comments