Skip to content

Commit 94efa1c

Browse files
Bump Yelp/detect-secrets from 1.3.0 to 1.4.0 (#70)
* [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]>
1 parent 4090d67 commit 94efa1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/security-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
language: ['javascript']
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Initialize CodeQL
2323
uses: github/codeql-action/init@v2
2424
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
stages: ["push"]
2020
# Security
2121
- repo: https://github.com/Yelp/detect-secrets
22-
rev: v1.3.0
22+
rev: v1.4.0
2323
hooks:
2424
- id: detect-secrets
2525
stages: ["commit", "push"]
@@ -35,7 +35,7 @@ repos:
3535
stages: ["push"]
3636
# TypeScript
3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: v8.24.0
38+
rev: v8.25.0
3939
hooks:
4040
- id: eslint
4141
args: ['--fix']

0 commit comments

Comments
 (0)