Skip to content

Commit

Permalink
Update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Apr 23, 2024
1 parent b5456b3 commit 035788c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secret-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 0

- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@6e4ef730591467e8396a0dde1aba9da55513a215 # v3.70.3
uses: trufflesecurity/trufflehog@08b6f90c818deb9e0c28f1aeea788712ff4c97c4 # v3.73.0
with:
path: ./
base: ${{ github.base_ref }}
Expand Down

0 comments on commit 035788c

Please sign in to comment.