File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Trigger Propagation
19- uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
19+ uses : peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3
2020 with :
2121 token : ${{ secrets.FARM_DISPATCH_TOKEN }}
2222 repository : hyperpolymath/.git-private-farm
Original file line number Diff line number Diff line change 1717 find . -type f -perm /111 -name "*.sh" | head -10 || true
1818
1919 - name : Check for secrets
20- uses : trufflesecurity/trufflehog@05cccb53bc9e13bc6d17997db5a6bcc3df44bf2f # v3.88.3
20+ uses : trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.88.3
2121 with :
2222 path : ./
2323 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change 1414 name : Check for banned languages/patterns
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1818
1919 - name : Check for TypeScript
2020 run : |
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818 security-events : write
1919 id-token : write # For OIDC
2020 steps :
21- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2222 with :
2323 persist-credentials : false
2424
2525 - name : Run Scorecard
26- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
26+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727 with :
2828 results_file : results.sarif
2929 results_format : sarif
3030 publish_results : true
3131
3232 - name : Upload SARIF
33- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3
33+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
3434 with :
3535 sarif_file : results.sarif
3636
5353 check-critical :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
56+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
5757
5858 - name : Check SECURITY.md exists
5959 run : |
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
1313 trufflehog :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1717 with :
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
2525 gitleaks :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2929 with :
3030 fetch-depth : 0
3131
3939 runs-on : ubuntu-latest
4040 if : hashFiles('**/Cargo.toml') != ''
4141 steps :
42- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
42+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
4343
4444 - name : Check for hardcoded secrets in Rust
4545 run : |
You can’t perform that action at this time.
0 commit comments