Skip to content

Commit 32250a4

Browse files
authored
Merge pull request #5756 from dev-hato/update_super_linter_2
super-linter/super-linterアップデート
2 parents 58335d3 + 6a2c629 commit 32250a4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pr-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh"
3838
- name: Lint files
39-
uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
39+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
4040
env:
4141
VALIDATE_ALL_CODEBASE: true
4242
VALIDATE_SQLFLUFF: false
@@ -50,6 +50,8 @@ jobs:
5050
WORKON_HOME: ""
5151
PYTHONPATH: ${{ env.PYTHONPATH }}
5252
VALIDATE_GIT_COMMITLINT: false
53+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
54+
VALIDATE_TRIVY: false
5355
pr-dotenv-linter:
5456
runs-on: ubuntu-latest
5557
steps:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.27.2
4+
rev: v8.28.0
55
hooks:
66
- id: gitleaks

0 commit comments

Comments
 (0)