Skip to content

Commit

Permalink
Bump gitleaks version
Browse files Browse the repository at this point in the history
Handled in main branch, but I want CI to run in this branch.
  • Loading branch information
amstilp committed Oct 21, 2024
1 parent ca9a0fb commit 13fa73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- uses: gitleaks/[email protected].6
- uses: gitleaks/[email protected].7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.

0 comments on commit 13fa73b

Please sign in to comment.