Skip to content

Commit bfa6608

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action from 3.41 to 4.1 (#3489)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 734b15c commit bfa6608

90 files changed

Lines changed: 173 additions & 173 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/CI_coverage_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Workflow names follow "Test / <name>" convention; normalize hyphens to underscores to match directory names
103103
echo "name=$(echo '${{ github.event.workflow_run.name }}' | sed 's/Test \/ //' | tr '-' '_')" >> "$GITHUB_OUTPUT"
104104
105-
- uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
105+
- uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
106106
with:
107107
GITHUB_TOKEN: ${{ github.token }}
108108
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/aimlapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Store unit tests coverage
9191
id: coverage_comment
9292
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
93-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
93+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9494
with:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
COVERAGE_PATH: integrations/aimlapi
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Store combined coverage
112112
if: github.event_name == 'push'
113-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
113+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
114114
with:
115115
GITHUB_TOKEN: ${{ github.token }}
116116
COVERAGE_PATH: integrations/aimlapi

.github/workflows/alloydb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store unit tests coverage
8989
id: coverage_comment
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
91+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/alloydb
@@ -115,7 +115,7 @@ jobs:
115115
if: github.event_name == 'push' && env.ALLOYDB_INSTANCE_URI != ''
116116
env:
117117
ALLOYDB_INSTANCE_URI: ${{ secrets.ALLOYDB_INSTANCE_URI }}
118-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
118+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
119119
with:
120120
GITHUB_TOKEN: ${{ github.token }}
121121
COVERAGE_PATH: integrations/alloydb

.github/workflows/amazon_bedrock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Store unit tests coverage
100100
id: coverage_comment
101101
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
102-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
102+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
103103
with:
104104
GITHUB_TOKEN: ${{ github.token }}
105105
COVERAGE_PATH: integrations/amazon_bedrock
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Store combined coverage
131131
if: github.event_name == 'push'
132-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
132+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
133133
with:
134134
GITHUB_TOKEN: ${{ github.token }}
135135
COVERAGE_PATH: integrations/amazon_bedrock

.github/workflows/amazon_sagemaker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Store unit tests coverage
9090
id: coverage_comment
9191
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
92-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
92+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9393
with:
9494
GITHUB_TOKEN: ${{ github.token }}
9595
COVERAGE_PATH: integrations/amazon_sagemaker
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Store combined coverage
111111
if: github.event_name == 'push'
112-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
113113
with:
114114
GITHUB_TOKEN: ${{ github.token }}
115115
COVERAGE_PATH: integrations/amazon_sagemaker

.github/workflows/amazon_textract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Store unit tests coverage
8787
id: coverage_comment
8888
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
89-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
89+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9090
with:
9191
GITHUB_TOKEN: ${{ github.token }}
9292
COVERAGE_PATH: integrations/amazon_textract
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Store combined coverage
108108
if: github.event_name == 'push'
109-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
109+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
110110
with:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
COVERAGE_PATH: integrations/amazon_textract

.github/workflows/anthropic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Store unit tests coverage
9191
id: coverage_comment
9292
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
93-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
93+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9494
with:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
COVERAGE_PATH: integrations/anthropic
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Store combined coverage
112112
if: github.event_name == 'push'
113-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
113+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
114114
with:
115115
GITHUB_TOKEN: ${{ github.token }}
116116
COVERAGE_PATH: integrations/anthropic

.github/workflows/arangodb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Store unit tests coverage
9191
id: coverage_comment
9292
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
93-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
93+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9494
with:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
COVERAGE_PATH: integrations/arangodb
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Store combined coverage
112112
if: github.event_name == 'push'
113-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
113+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
114114
with:
115115
GITHUB_TOKEN: ${{ github.token }}
116116
COVERAGE_PATH: integrations/arangodb

.github/workflows/arcadedb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Store unit tests coverage
9696
id: coverage_comment
9797
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
98-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
98+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9999
with:
100100
GITHUB_TOKEN: ${{ github.token }}
101101
COVERAGE_PATH: integrations/arcadedb
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Store combined coverage
117117
if: github.event_name == 'push'
118-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
118+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
119119
with:
120120
GITHUB_TOKEN: ${{ github.token }}
121121
COVERAGE_PATH: integrations/arcadedb

.github/workflows/astra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Store unit tests coverage
9191
id: coverage_comment
9292
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
93-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
93+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
9494
with:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
COVERAGE_PATH: integrations/astra
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Store combined coverage
115115
if: github.event_name == 'push'
116-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
116+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
117117
with:
118118
GITHUB_TOKEN: ${{ github.token }}
119119
COVERAGE_PATH: integrations/astra

0 commit comments

Comments
 (0)