File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -88,21 +88,21 @@ jobs:
8888 file-barj-stream-io/build/reports/abort-mission/abort-mission-report.html
8989 retention-days : 5
9090 - name : Upload coverage to Codecov - Core (if Ubuntu)
91- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
91+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
9292 if : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
9393 with :
9494 token : ${{ secrets.CODECOV_TOKEN }}
9595 file : ./file-barj-core/build/reports/jacoco/report.xml
9696 flags : core
9797 - name : Upload coverage to Codecov - Job (if Ubuntu)
98- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
98+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
9999 if : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
100100 with :
101101 token : ${{ secrets.CODECOV_TOKEN }}
102102 file : ./file-barj-job/build/reports/jacoco/report.xml
103103 flags : job
104104 - name : Upload coverage to Codecov - Stream IO (if Ubuntu)
105- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
105+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
106106 if : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
107107 with :
108108 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -79,19 +79,19 @@ jobs:
7979 run : |
8080 rm -rf ${{ runner.temp }}/.gnupg/
8181 - name : Upload coverage to Codecov - Core
82- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
82+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
8383 with :
8484 token : ${{ secrets.CODECOV_TOKEN }}
8585 file : ./file-barj-core/build/reports/jacoco/report.xml
8686 flags : core
8787 - name : Upload coverage to Codecov - Job
88- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
88+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
8989 with :
9090 token : ${{ secrets.CODECOV_TOKEN }}
9191 file : ./file-barj-job/build/reports/jacoco/report.xml
9292 flags : job
9393 - name : Upload coverage to Codecov - Stream IO
94- uses : codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
94+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
9595 with :
9696 token : ${{ secrets.CODECOV_TOKEN }}
9797 file : ./file-barj-stream-io/build/reports/jacoco/report.xml
You can’t perform that action at this time.
0 commit comments