We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844c600 commit 70c7527Copy full SHA for 70c7527
.github/workflows/prerequisites.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Unit-test provider code
75
run: make test_provider
76
- name: Upload coverage reports to Codecov
77
- uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
78
env:
79
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
80
- if: inputs.is_pr
0 commit comments