Skip to content

Commit ea3726f

Browse files
Merge branch 'main' into feat/bootstrap-action-map
2 parents 684817e + bc94972 commit ea3726f

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run_id: ${{ github.event.workflow_run.id }}
2323
steps:
2424
- name: Download deploy intent
25-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
25+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2626
with:
2727
name: deploy-intent
2828
run-id: ${{ github.event.workflow_run.id }}
@@ -145,7 +145,7 @@ jobs:
145145
persist-credentials: false
146146

147147
- name: Download CDK artifact (${{ matrix.compute_type }})
148-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
148+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
149149
with:
150150
name: cdk-${{ matrix.compute_type }}-out
151151
path: cdk/
@@ -220,7 +220,7 @@ jobs:
220220
persist-credentials: false
221221

222222
- name: Download CDK artifact (${{ matrix.compute_type }})
223-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
223+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
224224
with:
225225
name: cdk-${{ matrix.compute_type }}-out
226226
path: cdk/

agent/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ dependencies = [
3636
"cedarpy==4.8.0", #https://github.com/k9securityio/cedar-py — EXACT pin (no ^/~), parity with @cedar-policy/cedar-wasm@4.10.0
3737
]
3838

39+
[tool.uv]
40+
constraint-dependencies = [
41+
"pyjwt>=2.13.0", # PYSEC-2026-175/177/178/179 — transitive via mcp; remove when mcp bumps floor (#267)
42+
]
43+
3944
[tool.bandit]
4045
exclude_dirs = ["tests", ".venv"]
4146
skips = [

agent/uv.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)