소스 검색

Fix H in GitHub and update pre-commit rev tag in README (#1087)

SADIK KUZU 3 년 전
부모
커밋
088f8b8074
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -77,7 +77,7 @@ cd gitleaks
 make build
 ```
 
-### Github Action
+### GitHub Action
 
 Check out the official [Gitleaks GitHub Action](https://github.com/gitleaks/gitleaks-action)
 
@@ -106,7 +106,7 @@ jobs:
    ```
    repos:
      - repo: https://github.com/zricethezav/gitleaks
-       rev: v8.12.0
+       rev: v8.15.3
        hooks:
          - id: gitleaks
    ```