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.
2 parents ef1bba8 + 63f1d7e commit 1eb3671Copy full SHA for 1eb3671
.github/workflows/go-ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Test
72
run: make test
73
- name: Codecov
74
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4
+ uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4
75
with:
76
token: ${{ secrets.CODECOV_TOKEN }}
77
verbose: true
.github/workflows/java-ci.yml
@@ -30,7 +30,7 @@ jobs:
30
working-directory: java-components
31
run: mvn -V -B package -Dvalidate-format
32
33
34
35
36
0 commit comments