File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - .github/workflows/trivy-docker.yaml
1919
2020 schedule :
21- # Run at 10:15 am UTC (3:15am PT/5:15am CT)
22- # Run at 0 minutes 0 hours of every day.
2321 - cron : " 15 10 * * *"
2422
2523 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ function update_vscode() {
2020 if ! git checkout 2>&1 " $target_vscode_version " ; then
2121 echo " $target_vscode_version does not exist locally, fetching..."
2222 git fetch --all --prune
23+ echo " Checking out $target_vscode_version again..."
2324 git checkout " $target_vscode_version "
2425 fi
2526 popd
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ nodeArch() {
8080
8181run-steps () {
8282 local -i failed=0
83+ mkdir -p .cache
8384 rm -f .cache/checklist
8485 while (( $# )) ; do
8586 local name=$1 ; shift
You can’t perform that action at this time.
0 commit comments