Skip to content

Commit 9a2f49b

Browse files
dev: clojure-lint-action v3 in lint-review workflow
1 parent 04ae1ec commit 9a2f49b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/lint-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2424

2525
- name: clj-kondo
26-
uses: nnichols/clojure-lint-action@v2
26+
uses: nnichols/clojure-lint-action@v3
2727
with:
2828
pattern: "*.clj"
2929
clj_kondo_config: ".clj-kondo/config-ci.edn"

CHANGELOG.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
* Unreleased
44

5+
** Added
6+
7+
** Updated
8+
- dev: clojure-lint-action v3 in lint-review workflow
9+
10+
* 2024-11-03
511
** Added
612
- alias: `:security/nvd-scan` and `:security/nvd-fix` library vulnerabilities scan and fix
713

0 commit comments

Comments
 (0)