Skip to content

Commit

Permalink
Update nvd-clojure action and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Oct 25, 2022
1 parent 5db6286 commit 3e4aa75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: make test

nvd_scan:
uses: yetanalytics/actions/.github/workflows/[email protected].3
uses: yetanalytics/actions/.github/workflows/[email protected].4
with:
nvd-clojure-version: '2.0.0'
nvd-clojure-version: '2.9.0'
classpath-command: 'clojure -Spath -A:cli'
nvd-config-filename: '.nvd/config.json'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nvd_sched.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
nvd_scan:
uses: yetanalytics/actions/.github/workflows/[email protected].3
uses: yetanalytics/actions/.github/workflows/[email protected].4
with:
nvd-clojure-version: '2.0.0'
nvd-clojure-version: '2.9.0'
classpath-command: 'clojure -Spath -A:cli'
nvd-config-filename: '.nvd/config.json'

Expand Down

0 comments on commit 3e4aa75

Please sign in to comment.