This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch fix-deployment-pipeline in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 9ddeb8b9328c5d19f6ad0fa343fe2c928c7501b9 Author: Tim <[email protected]> AuthorDate: Mon Dec 15 20:20:57 2025 +0100 ci: use explicit version that conforms with whitelisting --- .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
