We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76221b commit 9e9b52bCopy full SHA for 9e9b52b
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
run: dotnet test --no-build
64
65
- name: Codecov
66
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
67
with:
68
files: '**/TestResults/*/*.cobertura.xml'
69
0 commit comments