Security npm dependency check #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security npm dependency check | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "19 6 * * MON-FRI" # Every weekday | |
jobs: | |
security-npm-dependency-check: | |
name: Project security npm dependency check | |
uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected] # WORKFLOW_VERSION | |
with: | |
channel_id: C05J915DX0Q | |
secrets: inherit |