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 d9516cd19e fix: Use approved Github actions for PR validation
d9516cd19e is described below
commit d9516cd19e35fc6ab3e9434574a1470431b99a3b
Author: Dominik Riemer <[email protected]>
AuthorDate: Tue Aug 5 14:32:51 2025 +0200
fix: Use approved Github actions for PR validation
---
.github/workflows/pr-validation.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index db93490dc5..321431379a 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -121,7 +121,7 @@ jobs:
python-version: 3.9
- name: Install and configure Poetry
- uses: snok/install-poetry@v1
+ uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
version: 1.5.1
virtualenvs-create: true
@@ -157,7 +157,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install and configure Poetry
- uses: snok/install-poetry@v1
+ uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
version: 1.5.1
virtualenvs-create: true
@@ -185,7 +185,7 @@ jobs:
python-version: 3.9
- name: Install and configure Poetry
- uses: snok/install-poetry@v1
+ uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
version: 1.5.1
virtualenvs-create: true