Explorar el Código

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

SADIK KUZU hace 3 años
padre
commit
088f8b8074
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
    ```