Skip to content

Commit 400363d

Browse files
PDM-892 pin external actions as reported by SonarQube
1 parent 55b6af3 commit 400363d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/merge-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: setup poetry
24-
uses: abatilo/actions-poetry@v4
24+
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1
2525
with:
2626
poetry-version: 2.1.4
2727

@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: publish junit reports
8585
if: success() || failure()
86-
uses: mikepenz/action-junit-report@v5
86+
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
8787
with:
8888
check_name: junit reports
8989
report_paths: reports/junit/*.xml
@@ -113,7 +113,7 @@ jobs:
113113
python-version-file: "pyproject.toml"
114114

115115
- name: setup poetry
116-
uses: abatilo/actions-poetry@v4
116+
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1
117117
with:
118118
poetry-version: 2.1.4
119119

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
python-version-file: "pyproject.toml"
106106

107107
- name: setup poetry
108-
uses: abatilo/actions-poetry@v4
108+
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1
109109
with:
110110
poetry-version: 2.1.4
111111

@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: publish junit reports
184184
if: success() || failure()
185-
uses: mikepenz/action-junit-report@v5
185+
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
186186
with:
187187
check_name: junit reports
188188
report_paths: reports/junit/*.xml
@@ -225,7 +225,7 @@ jobs:
225225
python-version-file: "pyproject.toml"
226226

227227
- name: setup poetry
228-
uses: abatilo/actions-poetry@v4
228+
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1
229229
with:
230230
poetry-version: 2.1.4
231231

@@ -312,7 +312,7 @@ jobs:
312312
python-version-file: "pyproject.toml"
313313

314314
- name: setup poetry
315-
uses: abatilo/actions-poetry@v4
315+
uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1
316316
with:
317317
poetry-version: 2.1.4
318318

0 commit comments

Comments
 (0)