From d78925e5fd84d24763b6864c1b927030c343df52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:04:23 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6a0366..f14c98d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 2 filter: blob:none # We don't need all blobs - - uses: actions/cache@v4.0.0 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }} @@ -46,7 +46,7 @@ jobs: run: dotnet test --no-build ./MimeMapping.sln - name: Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: files: '**/TestResults/*/*.cobertura.xml' token: ${{ secrets.CODECOV_TOKEN }} @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 filter: blob:none # We don't need all blobs - - uses: actions/cache@v4.0.0 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }} @@ -79,7 +79,7 @@ jobs: - name: pack run: dotnet pack -o bin - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages path: bin/*.nupkg diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 104d2f1..c919b95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 filter: blob:none # We don't need all blobs - - uses: actions/cache@v4.0.0 + - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }} @@ -49,7 +49,7 @@ jobs: - name: pack run: dotnet pack -o bin - - uses: actions/upload-artifact@v4.3.1 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: packages path: bin/*.nupkg