Skip to content

Bump actions/upload-artifact from 6 to 7 #199

Bump actions/upload-artifact from 6 to 7

Bump actions/upload-artifact from 6 to 7 #199

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