File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ jobs:
428
428
uses : actions/checkout@v2
429
429
- name : Run Trivy vulnerability scanner in repo mode
430
430
# Commit SHA for v0.0.17
431
- uses : aquasecurity/trivy-action@2a2157eb22c08c9a1fac99263430307b8d1bc7a2
431
+ uses : aquasecurity/trivy-action@7168e9ba5af007b4db7c8988d880b25c0384b001
432
432
with :
433
433
scan-type : " fs"
434
434
scan-ref : " ."
Original file line number Diff line number Diff line change 60
60
"eslint-plugin-import" : " ^2.18.2" ,
61
61
"eslint-plugin-prettier" : " ^4.0.0" ,
62
62
"prettier" : " ^2.2.1" ,
63
- "prettier-plugin-sh" : " ^0.7.1 " ,
63
+ "prettier-plugin-sh" : " ^0.8.0 " ,
64
64
"shellcheck" : " ^1.0.0" ,
65
65
"stylelint" : " ^13.0.0" ,
66
66
"stylelint-config-recommended" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -3441,10 +3441,10 @@ prettier-linter-helpers@^1.0.0:
3441
3441
dependencies :
3442
3442
fast-diff "^1.1.2"
3443
3443
3444
- prettier-plugin-sh@^0.7.1 :
3445
- version "0.7.1 "
3446
- resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.7.1 .tgz#a2d38de10e55919ea945a6e72c4815b16d6614ad "
3447
- integrity sha512-2MWRdGOSz0yf/z2kTKF1AqxDuH9MZD8faoDAz5ySGphxssi9oyM3Ys+jp7AfqsCXvGUDbRA4EJOlKS0yZKAW6w ==
3444
+ prettier-plugin-sh@^0.8.0 :
3445
+ version "0.8.0 "
3446
+ resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.8.0 .tgz#a269a573ec2862b8f1137e42869f250e2c3816ee "
3447
+ integrity sha512-ey/TkkvrGU4xR7bNTwBWEJwd3f71z93k9j/ITnTuabSBVNNVT7NUALlGoIXbDIa2/cq8XtARnX1MgH+xHgW+Aw ==
3448
3448
dependencies :
3449
3449
mvdan-sh "^0.5.0"
3450
3450
You can’t perform that action at this time.
0 commit comments