File tree 8 files changed +17
-16
lines changed
8 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 63
63
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
64
64
- name : Install poetry
65
65
run : |
66
- pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
67
- pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
66
+ pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
67
+ pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
68
68
69
69
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
70
with :
@@ -124,7 +124,7 @@ jobs:
124
124
run : cat pyproject.toml
125
125
126
126
- name : Install poetry
127
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
127
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
128
128
- name : Set up Python
129
129
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
130
130
with :
@@ -162,7 +162,7 @@ jobs:
162
162
artifact_name : ${{ needs.seal.outputs.artifact_name }}
163
163
164
164
- name : Install poetry
165
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
165
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
166
166
- name : Set up Python
167
167
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
168
168
with :
Original file line number Diff line number Diff line change 99
99
artifact_name : ${{ inputs.source_code_artifact_name }}
100
100
101
101
- name : Install poetry
102
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
102
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
103
103
- name : Setup Node.js
104
104
uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
105
105
with :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
artifact_name : ${{ inputs.source_code_artifact_name }}
103
103
104
104
- name : Install poetry
105
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
105
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
106
106
- name : Setup Node.js
107
107
uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
108
108
with :
Original file line number Diff line number Diff line change 87
87
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
88
88
- name : Install poetry
89
89
run : |
90
- pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
91
- pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
90
+ pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
91
+ pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
92
92
93
93
- name : Bump package version
94
94
id : versioning
@@ -129,7 +129,7 @@ jobs:
129
129
run : cat pyproject.toml
130
130
131
131
- name : Install poetry
132
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
132
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
133
133
- name : Set up Python
134
134
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
135
135
with :
@@ -167,7 +167,7 @@ jobs:
167
167
artifact_name : ${{ needs.seal.outputs.artifact_name }}
168
168
169
169
- name : Install poetry
170
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
170
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
171
171
- name : Set up Python
172
172
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
173
173
with :
Original file line number Diff line number Diff line change 87
87
# We use a pinned version of Poetry to be certain it won't modify source code before we create a hash
88
88
- name : Install poetry
89
89
run : |
90
- pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
91
- pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4 # v0.3.1
90
+ pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
91
+ pipx inject poetry git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf # v0.3.3
92
92
93
93
- name : Bump package version
94
94
id : versioning
@@ -129,7 +129,7 @@ jobs:
129
129
run : cat pyproject.toml
130
130
131
131
- name : Install poetry
132
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
132
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
133
133
- name : Set up Python
134
134
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
135
135
with :
@@ -167,7 +167,7 @@ jobs:
167
167
artifact_name : ${{ needs.seal.outputs.artifact_name }}
168
168
169
169
- name : Install poetry
170
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
170
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
171
171
- name : Set up Python
172
172
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
173
173
with :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
artifact_name : ${{ inputs.source_code_artifact_name }}
152
152
153
153
- name : Install poetry
154
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
154
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
155
155
- name : Configure AWS Credentials
156
156
uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
157
157
with :
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
artifact_name : ${{ inputs.source_code_artifact_name }}
154
154
155
155
- name : Install poetry
156
- run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
156
+ run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
157
157
- name : Configure AWS credentials
158
158
uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
159
159
with :
Original file line number Diff line number Diff line change 12
12
13
13
dev-quality-code :
14
14
pip install --upgrade pip pre-commit poetry
15
+ @$(MAKE ) dev-version-plugin
15
16
poetry install --extras " all redis datamasking"
16
17
pre-commit install
17
18
You can’t perform that action at this time.
0 commit comments