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 3535 cabal-version : ' 3.10'
3636
3737 - name : Cache Cabal
38- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
38+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
3939 with :
4040 path : |
4141 ~/.cabal/packages
Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ jobs:
5151 toolchain : ${{ matrix.rust }}
5252
5353 - name : Cache cargo registry
54- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
54+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
5555 with :
5656 path : ~/.cargo/registry
5757 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
5858
5959 - name : Cache cargo index
60- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
60+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
6161 with :
6262 path : ~/.cargo/git
6363 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
6464
6565 - name : Cache cargo build
66- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
6767 with :
6868 path : impl/rust-cli/target
6969 key : ${{ runner.os }}-cargo-build-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 4545 toolchain : stable
4646
4747 - name : Cache Lean build
48- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
48+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
4949 with :
5050 path : proofs/lean4/.lake
5151 key : ${{ runner.os }}-lean-${{ hashFiles('proofs/lean4/lakefile.lean', 'proofs/lean4/lean-toolchain') }}
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 2424 components : rustfmt, clippy
2525
2626 - name : Cache Rust dependencies
27- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
2828 with :
2929 path : |
3030 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments