File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Trigger BoJ Server (Casket/ssg-mcp)
1414 run : |
1515 # Send a secure trigger to boj-server to build this repository
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
2424 with :
2525 fetch-depth : 0
2626
5050
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
5454 with :
5555 fetch-depth : 0
5656
Original file line number Diff line number Diff line change 1919 security-events : write
2020 id-token : write # For OIDC
2121 steps :
22- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2323 with :
2424 persist-credentials : false
2525
5454 check-critical :
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
57+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5858
5959 - name : Check SECURITY.md exists
6060 run : |
Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : Run Scorecard
24- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
24+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2525 with :
2626 results_file : results.sarif
2727 results_format : sarif
Original file line number Diff line number Diff line change 1414 trufflehog :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1818 with :
1919 fetch-depth : 0 # Full history for scanning
2020
2626 gitleaks :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
3030 with :
3131 fetch-depth : 0
3232
4040 runs-on : ubuntu-latest
4141 if : hashFiles('**/Cargo.toml') != ''
4242 steps :
43- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
43+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444
4545 - name : Check for hardcoded secrets in Rust
4646 run : |
Original file line number Diff line number Diff line change 1717 lint-workflows :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2121
2222 - name : Check SPDX headers
2323 run : |
You can’t perform that action at this time.
0 commit comments