Skip to content

Commit 95c1297

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41 (#3193)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8dfb92b commit 95c1297

58 files changed

Lines changed: 110 additions & 110 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
@@ -73,7 +73,7 @@ jobs:
7373
# Workflow names follow "Test / <name>" convention; normalize hyphens to underscores to match directory names
7474
echo "name=$(echo '${{ github.event.workflow_run.name }}' | sed 's/Test \/ //' | tr '-' '_')" >> "$GITHUB_OUTPUT"
7575
76-
- uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
76+
- uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
7777
with:
7878
GITHUB_TOKEN: ${{ github.token }}
7979
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
@@ -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@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/aimlapi
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Store combined coverage
110110
if: github.event_name == 'push'
111-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
111+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112112
with:
113113
GITHUB_TOKEN: ${{ github.token }}
114114
COVERAGE_PATH: integrations/aimlapi

.github/workflows/amazon_bedrock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Store unit tests coverage
9999
id: coverage_comment
100100
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
101-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
101+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
102102
with:
103103
GITHUB_TOKEN: ${{ github.token }}
104104
COVERAGE_PATH: integrations/amazon_bedrock
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Store combined coverage
130130
if: github.event_name == 'push'
131-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
131+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
132132
with:
133133
GITHUB_TOKEN: ${{ github.token }}
134134
COVERAGE_PATH: integrations/amazon_bedrock

.github/workflows/amazon_sagemaker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Store unit tests coverage
8888
id: coverage_comment
8989
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
90-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
90+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9191
with:
9292
GITHUB_TOKEN: ${{ github.token }}
9393
COVERAGE_PATH: integrations/amazon_sagemaker
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Store combined coverage
109109
if: github.event_name == 'push'
110-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
110+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
111111
with:
112112
GITHUB_TOKEN: ${{ github.token }}
113113
COVERAGE_PATH: integrations/amazon_sagemaker

.github/workflows/anthropic.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@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/anthropic
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Store combined coverage
110110
if: github.event_name == 'push'
111-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
111+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
112112
with:
113113
GITHUB_TOKEN: ${{ github.token }}
114114
COVERAGE_PATH: integrations/anthropic

.github/workflows/arcadedb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Store unit tests coverage
9494
id: coverage_comment
9595
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
96-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
96+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9797
with:
9898
GITHUB_TOKEN: ${{ github.token }}
9999
COVERAGE_PATH: integrations/arcadedb
@@ -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@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
116+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
117117
with:
118118
GITHUB_TOKEN: ${{ github.token }}
119119
COVERAGE_PATH: integrations/arcadedb

.github/workflows/astra.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@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/astra
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Store combined coverage
113113
if: github.event_name == 'push'
114-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
114+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
115115
with:
116116
GITHUB_TOKEN: ${{ github.token }}
117117
COVERAGE_PATH: integrations/astra

.github/workflows/azure_ai_search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Store unit tests coverage
8686
id: coverage_comment
8787
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
88-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
88+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
8989
with:
9090
GITHUB_TOKEN: ${{ github.token }}
9191
COVERAGE_PATH: integrations/azure_ai_search
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Store combined coverage
107107
if: github.event_name == 'push'
108-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
108+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
109109
with:
110110
GITHUB_TOKEN: ${{ github.token }}
111111
COVERAGE_PATH: integrations/azure_ai_search

.github/workflows/azure_doc_intelligence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Store unit tests coverage
8686
id: coverage_comment
8787
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
88-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
88+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
8989
with:
9090
GITHUB_TOKEN: ${{ github.token }}
9191
COVERAGE_PATH: integrations/azure_doc_intelligence
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Store combined coverage
107107
if: github.event_name == 'push'
108-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
108+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
109109
with:
110110
GITHUB_TOKEN: ${{ github.token }}
111111
COVERAGE_PATH: integrations/azure_doc_intelligence

.github/workflows/chroma.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Store unit tests coverage
9292
id: coverage_comment
9393
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
94-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
94+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9595
with:
9696
GITHUB_TOKEN: ${{ github.token }}
9797
COVERAGE_PATH: integrations/chroma
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Store combined coverage
113113
if: github.event_name == 'push'
114-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
114+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
115115
with:
116116
GITHUB_TOKEN: ${{ github.token }}
117117
COVERAGE_PATH: integrations/chroma

0 commit comments

Comments
 (0)