From 23a85226f4f51a43cc444f3c822671938360cc95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:38:21 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v5.7.1 (#3801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update super-linter/super-linter action to v5.7.1 * gitleaksをアップデートしてあげたよ! (#3802) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/super-linter.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 6a68c7cc6..18f529ae6 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -19,7 +19,7 @@ jobs: cache: npm - run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/super_linter/set_path.sh" - name: Super-Linter - uses: super-linter/super-linter/slim@v5.7.0 + uses: super-linter/super-linter/slim@v5.7.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: . diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a629fee..bf3de68a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - repo: https://github.com/zricethezav/gitleaks - rev: v8.18.0 + rev: v8.18.1 hooks: - id: gitleaks