File tree Expand file tree Collapse file tree 10 files changed +34
-32
lines changed Expand file tree Collapse file tree 10 files changed +34
-32
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104
104
environment : GovCloud ${{ inputs.environment }} (East)
105
105
steps :
106
106
- name : Download Zip
107
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
107
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
108
108
with :
109
109
name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
110
110
- name : Download Metadata
111
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
111
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
112
112
with :
113
113
name : ${{ matrix.layer }}_${{ matrix.arch }}.json
114
114
- name : Verify Layer Signature
@@ -173,11 +173,11 @@ jobs:
173
173
name : GovCloud ${{ inputs.environment }} (West)
174
174
steps :
175
175
- name : Download Zip
176
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
176
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
177
177
with :
178
178
name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
179
179
- name : Download Metadata
180
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
180
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
181
181
with :
182
182
name : ${{ matrix.layer }}_${{ matrix.arch }}.json
183
183
- name : Verify Layer Signature
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ jobs:
96
96
environment : GovCloud ${{ inputs.environment }} (East)
97
97
steps :
98
98
- name : Download Zip
99
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
99
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
100
100
with :
101
101
name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
102
102
- name : Download Metadata
103
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
103
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
104
104
with :
105
105
name : ${{ matrix.layer }}_${{ matrix.arch }}.json
106
106
- name : Verify Layer Signature
@@ -161,11 +161,11 @@ jobs:
161
161
name : GovCloud ${{ inputs.environment }} (West)
162
162
steps :
163
163
- name : Download Zip
164
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
164
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
165
165
with :
166
166
name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
167
167
- name : Download Metadata
168
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
168
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
169
169
with :
170
170
name : ${{ matrix.layer }}_${{ matrix.arch }}.json
171
171
- name : Verify Layer Signature
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255
255
artifact_name : ${{ needs.seal.outputs.artifact_name }}
256
256
257
257
- name : Download provenance
258
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
258
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
259
259
with :
260
260
name : ${{needs.provenance.outputs.provenance-name}}
261
261
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
artifact_name : ${{ inputs.source_code_artifact_name }}
259
259
260
260
- name : Download CDK layer artifacts
261
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
261
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
262
262
with :
263
263
path : cdk-layer-stack
264
264
pattern : cdk-layer-stack-* # merge all Layer artifacts created per region earlier (reusable_deploy_v2_layer_stack.yml; step "Save Layer ARN artifact")
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- name : install deps
182
182
run : poetry install
183
183
- name : Download artifact
184
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
184
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
185
185
with :
186
186
name : ${{ inputs.artefact-name }}
187
187
path : layer
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
node-version : ${{ env.NODE_VERSION }}
119
119
- name : Download artifact
120
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
120
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
121
121
with :
122
122
name : ${{ inputs.artefact-name }}
123
123
- name : Unzip artefact
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
- name : install deps
190
190
run : poetry install
191
191
- name : Download artifact
192
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
192
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
193
193
with :
194
194
name : cdk-layer-artifact-py${{ matrix.python-version }}
195
195
path : layer_v3
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
node-version : ${{ env.NODE_VERSION }}
115
115
- name : Download artifact
116
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
116
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
117
117
with :
118
118
name : cdk-layer-artifact-py${{ matrix.python-version }}
119
119
- name : Unzip artefact
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ hvac = "^2.3.0"
107
107
aws-requests-auth = " ^0.4.3"
108
108
urllib3 = " <2"
109
109
requests = " >=2.32.0"
110
- cfn-lint = " 1.30 .0"
110
+ cfn-lint = " 1.31 .0"
111
111
mypy = " ^1.1.1"
112
112
types-python-dateutil = " ^2.8.19.6"
113
113
aws-cdk-aws-appsync-alpha = " ^2.59.0a0"
You can’t perform that action at this time.
0 commit comments