File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Go 1.x
13
13
uses : actions/setup-go@v5
14
14
with :
15
- go-version : 1.23.1
15
+ go-version : 1.23.5
16
16
id : go
17
17
18
18
- name : Checkout code
Original file line number Diff line number Diff line change 1
- CVE-2024-45337
2
- CVE-2024-45338
1
+ CVE-2024-45336
2
+ CVE-2024-45341
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN if [ "$ARCH" = "arm64" ]; then \
32
32
fi
33
33
34
34
# install azcopy
35
- RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113 /azcopy_linux_${ARCH}_10.27.1 .tar.gz \
35
+ RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_${ARCH}_10.28.0 .tar.gz \
36
36
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
37
37
38
38
# download blobfuse deb
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
36
36
if [ ! -f " $azcopyPath " ]; then
37
37
azcopyTarFile=" azcopy.tar.gz"
38
38
echo ' Downloading azcopy...'
39
- wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113 /azcopy_linux_amd64_10.27.1 .tar.gz
39
+ wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_amd64_10.28.0 .tar.gz
40
40
tar -zxvf $azcopyTarFile
41
41
mv ./azcopy* /azcopy /usr/local/bin/azcopy
42
42
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments