File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 fetch-depth : 2
3232 filter : blob:none # We don't need all blobs
3333
34- - uses : actions/cache@v4.0.0
34+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
3535 with :
3636 path : ~/.nuget/packages
3737 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
4646 run : dotnet test --no-build ./MimeMapping.sln
4747
4848 - name : Codecov
49- uses : codecov/codecov-action@v4.0.1
49+ uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
5050 with :
5151 files : ' **/TestResults/*/*.cobertura.xml'
5252 token : ${{ secrets.CODECOV_TOKEN }}
6565 fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
6666 filter : blob:none # We don't need all blobs
6767
68- - uses : actions/cache@v4.0.0
68+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
6969 with :
7070 path : ~/.nuget/packages
7171 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
7979 - name : pack
8080 run : dotnet pack -o bin
8181
82- - uses : actions/upload-artifact@v4.3.1
82+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
8383 with :
8484 name : packages
8585 path : bin/*.nupkg
Original file line number Diff line number Diff line change 3333 fetch-depth : 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172
3434 filter : blob:none # We don't need all blobs
3535
36- - uses : actions/cache@v4.0.0
36+ - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
3737 with :
3838 path : ~/.nuget/packages
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
4949 - name : pack
5050 run : dotnet pack -o bin
5151
52- - uses : actions/upload-artifact@v4.3.1
52+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
5353 with :
5454 name : packages
5555 path : bin/*.nupkg
You can’t perform that action at this time.
0 commit comments