Skip to content

Commit

Permalink
fix: GitHub Terraform: Create/Update .github/workflows/gitleaks_push.…
Browse files Browse the repository at this point in the history
…yaml
  • Loading branch information
groq-github-bot committed Jul 19, 2024
1 parent b7bcc7d commit c6193bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Detect Secrets
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Checkout full history to make .gitleaksignore work like it does locally

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Email Security
if: ${{ failure() && github.event.number == 0 }} # Only run for push events
uses: JaSiLez/[email protected].2
uses: JaSiLez/[email protected].3
with:
server_address: smtp.mandrillapp.com
server_port: 465
Expand Down

0 comments on commit c6193bd

Please sign in to comment.