Skip to content

Commit e498b14

Browse files
authoredDec 19, 2024··
Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#1601)
1 parent eabcb03 commit e498b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: ./build.ps1 -EnableIntegrationTests
7373

7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
75+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
7676
env:
7777
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7878
with:
@@ -127,7 +127,7 @@ jobs:
127127
- name: Validate NuGet packages
128128
shell: pwsh
129129
run: |
130-
dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
130+
dotnet tool install --global dotnet-validate --version 0.0.1-preview.304 --allow-roll-forward
131131
$packages = Get-ChildItem -Filter "*.nupkg" | ForEach-Object { $_.FullName }
132132
$invalidPackages = 0
133133
foreach ($package in $packages) {

0 commit comments

Comments
 (0)
Please sign in to comment.