File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 environment : nvd
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Setup Java
1818 uses : actions/setup-java@v5
3535 - name : Restore NVD DB & Clojure Deps Cache
3636 # nvd caches its db under ~/.m2/repository/org/owasp so that it can
3737 # conveniently be cached with deps
38- uses : actions/cache/restore@v4
38+ uses : actions/cache/restore@v5
3939 with :
4040 path : |
4141 ~/.m2/repository
6060
6161 - name : Save NVD DB & Clojure Deps Cache
6262 if : always() # always cache regardless of outcome of nvd scan
63- uses : actions/cache/save@v4
63+ uses : actions/cache/save@v5
6464 with :
6565 path : |
6666 ~/.m2/repository
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Setup
2121 uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Clojure deps cache
17- uses : actions/cache@v4
17+ uses : actions/cache@v5
1818 with :
1919 path : |
2020 ~/.m2/repository
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Setup
1919 uses : ./.github/workflows/shared-setup
2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Setup
3434 uses : ./.github/workflows/shared-setup
5050
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454
5555 - name : Setup
5656 uses : ./.github/workflows/shared-setup
8181
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v5
84+ uses : actions/checkout@v6
8585
8686 - name : Setup
8787 uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 1313 :1.9 {:override-deps {org.clojure/clojure {:mvn/version " 1.9.0" }}}
1414 :1.10 {:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}}
1515 :1.11 {:override-deps {org.clojure/clojure {:mvn/version " 1.11.4" }}}
16- :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.3 " }}}
16+ :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.4 " }}}
1717 :test {:extra-paths [" test" ]
1818 :extra-deps {io.github.cognitect-labs/test-runner
1919 {:git/tag " v0.5.1" :git/sha " dfb30dd" }}
2424 :extra-deps {com.github.clj-easy/graal-build-time {:mvn/version " 1.0.5" }}}
2525 :build
2626 {:extra-paths [" build" ]
27- :deps {io.github.clojure/tools.build {:mvn/version " 0.10.10 " }
27+ :deps {io.github.clojure/tools.build {:mvn/version " 0.10.11 " }
2828 slipset/deps-deploy {:mvn/version " 0.2.2" }
29- babashka/fs {:mvn/version " 0.5.27 " }}
29+ babashka/fs {:mvn/version " 0.5.30 " }}
3030 :ns-default build}
3131 ; ; for consistent linting we use a specific version of clj-kondo through the jvm
32- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.09.22 " }}
32+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.10.23 " }}
3333 :override-deps {org.clojure/clojure {:mvn/version " 1.12.2" }}
3434 :main-opts [" -m" " clj-kondo.main" ]}
3535 :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.3" }}
You can’t perform that action at this time.
0 commit comments