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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
187
187
with :
188
188
file : build/logs/lcov.info
189
189
flags : javascript
@@ -464,7 +464,7 @@ jobs:
464
464
465
465
- name : Upload code coverage report
466
466
if : ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
467
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
467
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
468
468
with :
469
469
file : ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
470
470
flags : php,unit
You can’t perform that action at this time.
0 commit comments