Skip to content

Commit

Permalink
Better versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Jan 26, 2024
1 parent e7d91a3 commit 9a4a964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@f078df43eb2762bf5530ba7565c79c8dfe6f390b
uses: trufflesecurity/trufflehog@e44802a31db93e670cec194ebc2e0c163335b20f # v3.64.0
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 9a4a964

Please sign in to comment.