File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666
6767 # Initializes the CodeQL tools for scanning.
6868 - name : Initialize CodeQL
69- uses : github/codeql-action/init@v4
69+ uses : github/codeql-action/init@v4.31.9
7070 with :
7171 languages : ${{ matrix.language }}
7272 build-mode : ${{ matrix.build-mode }}
9595 exit 1
9696
9797 - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v4
98+ uses : github/codeql-action/analyze@v4.31.9
9999 with :
100100 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ uses : actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49 # v6.0.1
2323 with :
2424 fetch-depth : 0
2525
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52+ uses : actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49 # v6.0.1
5353 with :
5454 fetch-depth : 0
5555
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@064fe7f3312418007dea2b49a19844a9ee378f49 # 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@f6a16bef8e5c39e398e4da16862d381f76824ac6 # 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@064fe7f3312418007dea2b49a19844a9ee378f49 # v4
5757
5858 - name : Check SECURITY.md exists
5959 run : |
Original file line number Diff line number Diff line change 2626 results_format : sarif
2727
2828 - name : Upload results
29- uses : github/codeql-action/upload-sarif@v4
29+ uses : github/codeql-action/upload-sarif@v4.31.9
3030 with :
3131 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1313 trufflehog :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+ - uses : actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49 # v4
1717 with :
1818 fetch-depth : 0 # Full history for scanning
1919
2525 gitleaks :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28+ - uses : actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49 # 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@064fe7f3312418007dea2b49a19844a9ee378f49 # v4
4343
4444 - name : Check for hardcoded secrets in Rust
4545 run : |
Original file line number Diff line number Diff line change 1616 lint-workflows :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+ - uses : actions/checkout@064fe7f3312418007dea2b49a19844a9ee378f49 # v4
2020
2121 - name : Check SPDX headers
2222 run : |
You can’t perform that action at this time.
0 commit comments