We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a447b + d0353e3 commit 0e788eeCopy full SHA for 0e788ee
2 files changed
.github/workflows/ci.yml
@@ -106,6 +106,7 @@ jobs:
106
- name: publish buildlogs
107
if: ${{ github.event_name != 'pull_request' && steps.SetVariables.outputs.branch != 'null' }}
108
uses: yitianyigexiangfa/ssh-scp-ssh-pipelines@v1.1.5
109
+ continue-on-error: true
110
env:
111
REMOTE: ${{ steps.SetVariables.outputs.buildlog_dir }}
112
LOCAL: ${{ github.workspace }}/buildlogs
CHANGELOG.md
@@ -20,6 +20,7 @@
20
- bump python-multipart to 0.0.26 (moderate CVE-2026-40347) (#406)
21
- bump python-multipart to 0.0.29 (fix high CVE-2026-42561) (#412)
22
- bump idna from 3.11 to 3.16 (fix moderate CVE-2026-45409) (#414)
23
+- bump starlette to 1.2.1 (CVE-2026-48710) and update all packages (#416)
24
25
### Bug Fixes
26
0 commit comments