This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 4271c9eb7e ci: use explicit version that conforms with whitelisting
(#4059)
4271c9eb7e is described below
commit 4271c9eb7ee7322a1cc94855975745156e3ea810
Author: Tim <[email protected]>
AuthorDate: Wed Dec 17 11:30:19 2025 +0100
ci: use explicit version that conforms with whitelisting (#4059)
---
.github/workflows/pypi-deployment.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pypi-deployment.yml
b/.github/workflows/pypi-deployment.yml
index 5edeaa3e00..2b8ff4b720 100644
--- a/.github/workflows/pypi-deployment.yml
+++ b/.github/workflows/pypi-deployment.yml
@@ -33,7 +33,7 @@ jobs:
python-version: 3.10
- name: Install and configure Poetry
- uses: snok/install-poetry@v1
+ uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
version: 1.5.1
in-project: true