Skip to content

Commit ac9eab9

Browse files
chore(deps): pin dependencies (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 728b231 commit ac9eab9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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') }}
@@ -46,7 +46,7 @@ jobs:
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 }}
@@ -65,7 +65,7 @@ jobs:
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') }}
@@ -79,7 +79,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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') }}
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)