Skip to content

Merge pull request #56 from entur/dependabot/gradle/minor-and-patch-a… #150

Merge pull request #56 from entur/dependabot/gradle/minor-and-patch-a…

Merge pull request #56 from entur/dependabot/gradle/minor-and-patch-a… #150

Workflow file for this run

# Reusable Workflows see: https://github.com/entur/gha-security/blob/main/README-code-scan.md
name: CodeQL Scan
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
schedule:
- cron: "0 3 * * MON" # Run Monday at 3AM UTC
jobs:
code-scan:
name: CodeQL Scan
uses: entur/gha-security/.github/workflows/code-scan.yml@v2
secrets: inherit