Parcourir la source

Update gitleaks.yml

Zachary Rice il y a 3 ans
Parent
commit
404dd8e0c0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/gitleaks.yml

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

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