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 @@ -181,7 +181,7 @@ jobs:
181
181
182
182
- name : Upload code coverage report
183
183
if : github.actor != 'dependabot[bot]'
184
- uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1 .0
184
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
185
185
with :
186
186
file : build/logs/lcov.info
187
187
flags : javascript
@@ -457,7 +457,7 @@ jobs:
457
457
458
458
- name : Upload code coverage report
459
459
if : ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
460
- uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1 .0
460
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
461
461
with :
462
462
file : ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
463
463
flags : php,unit
You can’t perform that action at this time.
0 commit comments