File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - name : Trigger BoJ Server (Casket/ssg-mcp)
1313 run : |
1414 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
2323 with :
2424 fetch-depth : 0
2525
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
52+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
5353 with :
5454 fetch-depth : 0
5555
Original file line number Diff line number Diff line change 1818 security-events : write
1919 id-token : write # For OIDC
2020 steps :
21- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2222 with :
2323 persist-credentials : false
2424
5353 check-critical :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5757
5858 - name : Check SECURITY.md exists
5959 run : |
Original file line number Diff line number Diff line change 2020 persist-credentials : false
2121
2222 - name : Run Scorecard
23- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
23+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2424 with :
2525 results_file : results.sarif
2626 results_format : sarif
Original file line number Diff line number Diff line change 1313 trufflehog :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2929 with :
3030 fetch-depth : 0
3131
3939 runs-on : ubuntu-latest
4040 if : hashFiles('**/Cargo.toml') != ''
4141 steps :
42- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2020
2121 - name : Check SPDX headers
2222 run : |
You can’t perform that action at this time.
0 commit comments