Skip to content

Commit 2f2c13b

Browse files
committed
bump codecov
1 parent 8ab5528 commit 2f2c13b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

cpp/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
102102

103103
- name: Upload coverage
104-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
104+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
105105
with:
106106
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
107107

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
8484

8585
- name: Upload coverage
86-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
86+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8787
with:
8888
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8989

js/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
79+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8080
with:
8181
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282

jupyter/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
79+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8080
with:
8181
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282

python/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
files: '**/junit.xml'
6868

6969
- name: Upload coverage
70-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
70+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7171
with:
7272
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
7373

rust/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.os == 'ubuntu-latest'
7272

7373
- name: Upload coverage
74-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
74+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7575
with:
7676
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
7777

rustjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: matrix.os == 'ubuntu-latest'
7979

8080
- name: Upload coverage
81-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
81+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8282
with:
8383
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8484

0 commit comments

Comments
 (0)