Skip to content

Commit

Permalink
Bump Yelp/detect-secrets from 1.3.0 to 1.4.0 (#70)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/Yelp/detect-secrets: v1.3.0 → v1.4.0](Yelp/detect-secrets@v1.3.0...v1.4.0)
- [github.com/zricethezav/gitleaks: v8.13.0 → v8.14.0](gitleaks/gitleaks@v8.13.0...v8.14.0)
- [github.com/pre-commit/mirrors-eslint: v8.24.0 → v8.25.0](pre-commit/mirrors-eslint@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 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and fabasoad authored Oct 11, 2022
1 parent 4090d67 commit 94efa1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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']
Expand Down

0 comments on commit 94efa1c

Please sign in to comment.