0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: code scan issues (#4891)

This commit is contained in:
Marc Bernard 2024-10-08 01:51:09 -04:00 committed by GitHub
parent 409494aeb6
commit 76dfcf1a66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,10 @@ on:
paths:
- .github/workflows/codeql-analysis.yml
- 'packages/**'
paths-ignore:
- '**/*.md'
- '**/*.txt'
pull_request:
paths:
- .github/workflows/codeql-analysis.yml
- 'packages/**'
paths-ignore:
- '**/*.md'
- '**/*.txt'
schedule:
- cron: '0 2 * * 4'