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 89c0d3e + 376f9da commit 4bd62a0Copy full SHA for 4bd62a0
.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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # 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