Skip to content

Commit 699e0e2

Browse files
authored
Merge pull request #170 from bpm-crafters/dependabot/github_actions/codecov/codecov-action-5.5.3
build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents b5d6543 + c364515 commit 699e0e2

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
@@ -76,6 +76,6 @@ jobs:
7676
7777
- name: Upload coverage to Codecov
7878
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
79-
uses: codecov/codecov-action@v5.5.2
79+
uses: codecov/codecov-action@v5.5.3
8080
with:
8181
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/codecov-action@v5.5.2
54+
uses: codecov/codecov-action@v5.5.3
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)