Skip to content

Commit

Permalink
ci(codescan): update njsscan
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored Nov 6, 2024
1 parent bc1ddad commit c2f0e4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Checkout the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '3.12'

- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@2caddc3c5e6c3b2374fbe3bb67fc733bf80d8078
Expand Down

0 comments on commit c2f0e4f

Please sign in to comment.