File tree Expand file tree Collapse file tree 7 files changed +42
-19
lines changed Expand file tree Collapse file tree 7 files changed +42
-19
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Upload to PyPi prod
234
234
if : ${{ !inputs.skip_pypi }}
235
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
235
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
236
236
237
237
# Creates a PR with the latest version we've just released
238
238
# since our trunk is protected against any direct pushes from automation
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
240
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
245
+ # uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
240
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
245
+ # uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change 42
42
RELEASE_COMMIT : ${{ github.sha }} # it gets propagated from the caller for security reasons
43
43
44
44
on :
45
+ workflow_dispatch :
46
+ inputs :
47
+ stage :
48
+ description : " Deployment stage (BETA, PROD)"
49
+ required : true
50
+ type : string
51
+ package-version :
52
+ description : " The version of the package to deploy"
53
+ required : true
54
+ type : string
55
+ environment :
56
+ description : " GitHub Environment to use for encrypted secrets"
57
+ required : true
58
+ type : string
59
+ source_code_artifact_name :
60
+ description : " Artifact name to restore sealed source code"
61
+ type : string
62
+ required : true
63
+ source_code_integrity_hash :
64
+ description : " Sealed source code integrity hash"
65
+ type : string
66
+ required : true
67
+
45
68
workflow_call :
46
69
inputs :
47
70
stage :
Original file line number Diff line number Diff line change 1
1
# v9.1.18
2
- FROM squidfunk/mkdocs-material@sha256:7132ca3957c1fc325443579356fcc68696cd1aa54c715ce61228ea5e0b2d427a
2
+ FROM squidfunk/mkdocs-material@sha256:a2e3a31c00cfe1dd2dae83ba21dbfa2c04aee2fa2414275c230c27b91a4eda09
3
3
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
4
4
COPY requirements.txt /tmp/
5
5
RUN pip install --require-hashes -r /tmp/requirements.txt
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ xenon = "^0.9.1"
70
70
mkdocs-git-revision-date-plugin = " ^0.3.2"
71
71
mike = " ^2.1.2"
72
72
pytest-xdist = " ^3.6.1"
73
- aws-cdk-lib = " ^2.154.1 "
73
+ aws-cdk-lib = " ^2.155.0 "
74
74
"aws-cdk.aws-apigatewayv2-alpha" = " ^2.38.1-alpha.0"
75
75
"aws-cdk.aws-apigatewayv2-integrations-alpha" = " ^2.38.1-alpha.0"
76
76
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = " ^2.38.1-alpha.0"
77
77
"aws-cdk.aws-lambda-python-alpha" = " ^2.154.1a0"
78
- "cdklabs.generative-ai-cdk-constructs" = " ^0.1.261 "
78
+ "cdklabs.generative-ai-cdk-constructs" = " ^0.1.262 "
79
79
pytest-benchmark = " ^4.0.0"
80
80
mypy-boto3-appconfig = " ^1.35.8"
81
81
mypy-boto3-cloudformation = " ^1.35.0"
@@ -89,7 +89,7 @@ mypy-boto3-s3 = "^1.35.2"
89
89
mypy-boto3-xray = " ^1.35.0"
90
90
types-requests = " ^2.31.0"
91
91
typing-extensions = " ^4.12.2"
92
- mkdocs-material = " ^9.5.33 "
92
+ mkdocs-material = " ^9.5.34 "
93
93
filelock = " ^3.15.4"
94
94
checksumdir = " ^1.2.0"
95
95
mypy-boto3-appconfigdata = " ^1.35.0"
You can’t perform that action at this time.
0 commit comments