Skip to content

Commit 252bf23

Browse files
chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1417)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1aa713 commit 252bf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
pytest --cov=./slack_bolt/ --cov-report=xml
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
39+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4040
with:
4141
fail_ci_if_error: true
4242
report_type: coverage

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
7878
- name: Upload test results to Codecov
7979
if: ${{ !cancelled() }}
80-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
80+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8181
with:
8282
directory: ./reports/
8383
fail_ci_if_error: true

0 commit comments

Comments
 (0)