Skip to content

Commit d57a1dc

Browse files
authored
Merge pull request #252 from bpm-crafters/dependabot/github_actions/codecov/codecov-action-5.5.1
2 parents cf94f93 + c0d2642 commit d57a1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
7676
- name: Upload coverage to Codecov
7777
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
78-
uses: codecov/[email protected].0
78+
uses: codecov/[email protected].1
7979
with:
8080
token: ${{secrets.CODECOV_TOKEN}}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
5252

5353
- name: Upload coverage information
54-
uses: codecov/[email protected].0
54+
uses: codecov/[email protected].1
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)