Skip to content

Commit 4d034df

Browse files
authored
Fix security issue (#2351)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent b693bc8 commit 4d034df

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-image-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Download origin artifact log
130130
if: env.skip != 'true'
131-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
131+
uses: actions/download-artifact@v4.1.3
132132
with:
133133
name: build-comments
134134
path: merged-files
@@ -159,7 +159,7 @@ jobs:
159159
all_comments: ${{ steps.summary.outputs.all_comments }}
160160
steps:
161161
- name: Download Summary
162-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4
162+
uses: actions/download-artifact@v4.1.3
163163
with:
164164
name: build-comments
165165
path: downloaded-files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gradio==5.11.0
1+
gradio>5.22.0,<=5.34.0
22
numpy==1.26.4
33
Pillow==10.3.0
44

CodeGen/ui/gradio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gradio==5.22.0
1+
gradio>5.22.0,<=5.34.0
22
numpy==1.26.4
33
opencv-python==4.10.0.82
44
Pillow==10.3.0

DocSum/ui/gradio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docx2txt
2-
gradio==5.11.0
2+
gradio>5.22.0,<=5.34.0
33
langchain_community
44
moviepy==1.0.3
55
numpy==1.26.4

0 commit comments

Comments
 (0)