File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 fetch-depth : 0
128128
129129 - name : Setup Rust
130- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
130+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
131131 with :
132132 toolchain : stable
133133
Original file line number Diff line number Diff line change 1818 find . -type f -perm /111 -name "*.sh" | head -10 || true
1919
2020 - name : Check for secrets
21- uses : trufflesecurity/trufflehog@05cccb53bc9e13bc6d17997db5a6bcc3df44bf2f # v3.92.3
21+ uses : trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
2222 with :
2323 path : ./
2424 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change 1818 fetch-depth : 0 # Full history for scanning
1919
2020 - name : TruffleHog Secret Scan
21- uses : trufflesecurity/trufflehog@8a8ef8526528d8a4ff3e2c90be08e25ef8efbd9b # v3
21+ uses : trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3
2222 with :
2323 extra_args : --only-verified --fail
2424
You can’t perform that action at this time.
0 commit comments