Skip to content

Security CodeQL actions scan #9

Security CodeQL actions scan

Security CodeQL actions scan #9

name: Security CodeQL actions scan
on:
workflow_dispatch:
schedule:
- cron: "35 9 * * MON-FRI" # Every weekday
jobs:
security-codeql-actions-check:
permissions:
contents: read
actions: read
security-events: write
name: Project security CodeQL actions scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_codeql_actions.yml@v2 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit