File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@v3
31
31
32
32
- name : Download npm package from release artifacts
33
- uses : robinraju/release-downloader@v1.5
33
+ uses : robinraju/release-downloader@v1.6
34
34
with :
35
35
repository : " coder/code-server"
36
36
tag : ${{ github.event.inputs.version || github.ref_name }}
@@ -174,7 +174,7 @@ jobs:
174
174
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
175
175
176
176
- name : Download release artifacts
177
- uses : robinraju/release-downloader@v1.5
177
+ uses : robinraju/release-downloader@v1.6
178
178
with :
179
179
repository : " coder/code-server"
180
180
tag : v${{ env.VERSION }}
Original file line number Diff line number Diff line change 65
65
fetch-depth : 0
66
66
67
67
- name : Run Trivy vulnerability scanner in repo mode
68
- uses : aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
68
+ uses : aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
69
69
with :
70
70
scan-type : " fs"
71
71
scan-ref : " ."
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v3
52
52
53
53
- name : Run Trivy vulnerability scanner in image mode
54
- uses : aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
54
+ uses : aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
55
55
with :
56
56
image-ref : " docker.io/codercom/code-server:latest"
57
57
ignore-unfixed : true
Original file line number Diff line number Diff line change 87
87
},
88
88
"dependencies" : {
89
89
"@coder/logger" : " ^3.0.0" ,
90
- "argon2" : " 0.29.0 " ,
90
+ "argon2" : " 0.30.2 " ,
91
91
"compression" : " ^1.7.4" ,
92
92
"cookie-parser" : " ^1.4.5" ,
93
93
"env-paths" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 41
41
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
42
42
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
43
43
44
- " @mapbox/node-pre-gyp@^1.0.9 " :
44
+ " @mapbox/node-pre-gyp@^1.0.10 " :
45
45
version "1.0.10"
46
46
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
47
47
integrity sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==
@@ -505,12 +505,12 @@ arg@^4.1.0:
505
505
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
506
506
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
507
507
508
- argon2@0.29.0 :
509
- version "0.29.0 "
510
- resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.29.0 .tgz#94b6ef96cbdbe9f3562523c7130552af4c8d25bb "
511
- integrity sha512-J8XxGYjq90qohrN5ySXTIXJ2HyDjMOw3uXMOsWrHzKe9daT6TtFCCtrADz1wPFuDH2bOxumPwbgBhKa5AknIhw ==
508
+ argon2@0.30.2 :
509
+ version "0.30.2 "
510
+ resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.30.2 .tgz#b308a039d6d0cda5a3c47cbddd12685f033c33fa "
511
+ integrity sha512-RBbXTUsrJUQH259/72CCJxQa0hV961pV4PyZ7R1czGkArSsQP4DToCS2axmNfHywXaBNEMPWMW6rM82EArulYA ==
512
512
dependencies :
513
- " @mapbox/node-pre-gyp" " ^1.0.9 "
513
+ " @mapbox/node-pre-gyp" " ^1.0.10 "
514
514
" @phc/format" " ^1.0.0"
515
515
node-addon-api "^5.0.0"
516
516
You can’t perform that action at this time.
0 commit comments