mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
👷 Simplify checkout step in trufflehog workflow
This commit is contained in:
parent
a9e5e27aab
commit
d65c18cf32
1 changed files with 2 additions and 3 deletions
5
.github/workflows/check-leaks.yml
vendored
5
.github/workflows/check-leaks.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: "Trufflehog: check for exposed secrets"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
|
@ -18,10 +19,8 @@ jobs:
|
|||
name: Run trufflehog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
fetch-depth: 0
|
||||
|
||||
- id: trufflehog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue