Skip to content

Commit e4e49ee

Browse files
chore(deps): update codecov/codecov-action digest to 5a10915
1 parent 7bea0f4 commit e4e49ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/fabric_acctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Upload coverage to Codecov
143143
if: ${{ always() }}
144-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
144+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
145145
with:
146146
token: ${{ secrets.CODECOV_TOKEN }}
147147
files: ./coverage_pnfv.txt
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Upload coverage to Codecov
220220
if: ${{ always() }}
221-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
221+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
222222
with:
223223
token: ${{ secrets.CODECOV_TOKEN }}
224224
files: ./coverage_pfcr.txt

.github/workflows/metal_acctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Upload coverage to Codecov
125125
if: ${{ always() }}
126-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
126+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}
129129
files: ./coverage.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload coverage to Codecov
5656
if: ${{ always() }}
57-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
57+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: ./coverage.txt

0 commit comments

Comments
 (0)