📦 Oppgrader til React v19 og Nextjs v16 #1526
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "CodeQL" | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - "**/README.md" | |
| schedule: | |
| - cron: "0 3 * * MON" | |
| jobs: | |
| code-scan: | |
| name: Code Scan | |
| uses: entur/gha-security/.github/workflows/code-scan.yml@v2 | |
| secrets: inherit |