Skip to content

Workflow changes to allow building and pushing a specific tag. #1028

Workflow changes to allow building and pushing a specific tag.

Workflow changes to allow building and pushing a specific tag. #1028

Workflow file for this run

name: "CodeQL Scan"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '45 12 * * 1'
jobs:
scan:
uses: UKHomeOffice/sas-github-workflows/.github/workflows/codeql-analysis-gradle.yml@v2
secrets: inherit