File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
184
184
- name : Upload code coverage report
185
185
if : github.actor != 'dependabot[bot]'
186
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
186
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
187
187
with :
188
188
file : build/logs/lcov.info
189
189
flags : javascript
@@ -467,7 +467,7 @@ jobs:
467
467
468
468
- name : Upload code coverage report
469
469
if : ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
470
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
470
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
471
471
with :
472
472
file : ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
473
473
flags : php,unit
You can’t perform that action at this time.
0 commit comments