Skip to content

CAS-603 Implement timeline for probation practitioners #5071

CAS-603 Implement timeline for probation practitioners

CAS-603 Implement timeline for probation practitioners #5071

Workflow file for this run

name: 'CodeQL'
on:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'javascript'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:javascript'