We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0513136 + 9ebfa51 commit 450d138Copy full SHA for 450d138
2 files changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: mvn --batch-mode --update-snapshots verify
41
42
- name: Upload coverage reports to Codecov
43
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
44
with:
45
files: target/site/jacoco/jacoco.xml
46
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/deploy-snapshots.yml
@@ -51,7 +51,7 @@ jobs:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
53
54
55
56
57
0 commit comments