Skip to content

Commit 4bd62a0

Browse files
authored
Merge pull request #2134 from redhat-appstudio/renovate/codecov-codecov-action-digest
Update codecov/codecov-action digest to b9fd7d1
2 parents 89c0d3e + 376f9da commit 4bd62a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Test
7272
run: make test
7373
- name: Codecov
74-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
74+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
verbose: true

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: java-components
3131
run: mvn -V -B package -Dvalidate-format
3232
- name: Codecov
33-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
33+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
verbose: true

0 commit comments

Comments
 (0)