From 94efa1cd20a910f00de016f04bcd9b2b8056826d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:52:37 +0900 Subject: [PATCH] Bump Yelp/detect-secrets from 1.3.0 to 1.4.0 (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/Yelp/detect-secrets: v1.3.0 → v1.4.0](https://github.com/Yelp/detect-secrets/compare/v1.3.0...v1.4.0) - [github.com/zricethezav/gitleaks: v8.13.0 → v8.14.0](https://github.com/zricethezav/gitleaks/compare/v8.13.0...v8.14.0) - [github.com/pre-commit/mirrors-eslint: v8.24.0 → v8.25.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.24.0...v8.25.0) * Bump Yelp/detect-secrets from 1.3.0 to 1.4.0 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fabasoad --- .github/workflows/security-tests.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index 3326359..81bc5e1 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -18,7 +18,7 @@ jobs: language: ['javascript'] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e25ec..e4b1f4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: stages: ["push"] # Security - repo: https://github.com/Yelp/detect-secrets - rev: v1.3.0 + rev: v1.4.0 hooks: - id: detect-secrets stages: ["commit", "push"] @@ -35,7 +35,7 @@ repos: stages: ["push"] # TypeScript - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.24.0 + rev: v8.25.0 hooks: - id: eslint args: ['--fix']