Skip to content

Commit c13e163

Browse files
authored
Bump rhysd/actionlint from 1.6.27 to 1.7.0 (#47)
1 parent 6cf3c2e commit c13e163

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minimum_pre_commit_version: 2.18.0
55
repos:
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
@@ -14,7 +14,7 @@ repos:
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"]
@@ -32,7 +32,7 @@ repos:
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"]

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
entry: hooks/snyk-log4shell.sh
3939
language: script
4040
pass_filenames: false
41-
verbose: true
41+
verbose: true

hooks/snyk-log4shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ if [ "$snyk_exit_code" = 3 ]; then
1818
exit 0
1919
fi
2020

21-
exit "$snyk_exit_code"
21+
exit "$snyk_exit_code"

0 commit comments

Comments
 (0)