File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v4
3636 - name : Setup scoop
3737 if : ${{ matrix.type == 'scoop' }}
38- uses : MinoruSekine/setup-scoop@main
38+ uses : MinoruSekine/setup-scoop@v4
3939 - name : Configure yarn
4040 if : ${{ runner.os == 'Windows' && matrix.type == 'yarn' }}
4141 run : yarn global bin | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ minimum_pre_commit_version: 2.18.0
55repos :
66 # Security
77 - repo : https://github.com/Yelp/detect-secrets
8- rev : v1.4 .0
8+ rev : v1.5 .0
99 hooks :
1010 - id : detect-secrets
1111 - repo : https://github.com/gitleaks/gitleaks
1414 - id : gitleaks
1515 # Markdown
1616 - repo : https://github.com/igorshubovych/markdownlint-cli
17- rev : v0.39 .0
17+ rev : v0.40 .0
1818 hooks :
1919 - id : markdownlint-fix
2020 stages : ["commit"]
3232 stages : ["push"]
3333 # GitHub Actions
3434 - repo : https://github.com/rhysd/actionlint
35- rev : v1.6.27
35+ rev : v1.7.0
3636 hooks :
3737 - id : actionlint
3838 stages : ["push"]
Original file line number Diff line number Diff line change 3838 entry : hooks/snyk-log4shell.sh
3939 language : script
4040 pass_filenames : false
41- verbose : true
41+ verbose : true
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ if [ "$snyk_exit_code" = 3 ]; then
1818 exit 0
1919fi
2020
21- exit " $snyk_exit_code "
21+ exit " $snyk_exit_code "
You can’t perform that action at this time.
0 commit comments