Skip to content

Commit

Permalink
Bump rhysd/actionlint from 1.6.27 to 1.7.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad authored May 15, 2024
1 parent 6cf3c2e commit c13e163
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup scoop
if: ${{ matrix.type == 'scoop' }}
uses: MinoruSekine/setup-scoop@main
uses: MinoruSekine/setup-scoop@v4
- name: Configure yarn
if: ${{ runner.os == 'Windows' && matrix.type == 'yarn' }}
run: yarn global bin | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minimum_pre_commit_version: 2.18.0
repos:
# Security
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
- repo: https://github.com/gitleaks/gitleaks
Expand All @@ -14,7 +14,7 @@ repos:
- id: gitleaks
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint-fix
stages: ["commit"]
Expand All @@ -32,7 +32,7 @@ repos:
stages: ["push"]
# GitHub Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint
stages: ["push"]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
entry: hooks/snyk-log4shell.sh
language: script
pass_filenames: false
verbose: true
verbose: true
2 changes: 1 addition & 1 deletion hooks/snyk-log4shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [ "$snyk_exit_code" = 3 ]; then
exit 0
fi

exit "$snyk_exit_code"
exit "$snyk_exit_code"

0 comments on commit c13e163

Please sign in to comment.