Skip to content

Commit 8ab564f

Browse files
authored
Update build pipeline
Update setup dotnet and codecov actions Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 18df0fd commit 8ab564f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Setup .NET 6.0 & 8.0
20-
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
20+
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # 4.0.0
2121
with:
2222
dotnet-version: |
2323
6.0.405
@@ -29,11 +29,11 @@ jobs:
2929
- name: Test & Code Coverage
3030
run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
3131
- name: Codecov
32-
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
32+
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4.3.1
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
flags: unittests
36-
fail_ci_if_error: true
36+
fail_ci_if_error: false
3737
name: codecov-lambda-powertools-dotnet
3838
verbose: true
3939
directory: ./libraries/codecov

0 commit comments

Comments
 (0)