Browse Source

Update gitleaks.yml

Zachary Rice 3 years ago
parent
commit
404dd8e0c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/gitleaks.yml

+ 1 - 1
.github/workflows/gitleaks.yml

@@ -8,6 +8,6 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
-      - uses: zricethezav/gitleaks-action@v2
+      - uses: gitleaks/gitleaks-action@v2
         env:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}