chore(gds): resync projections #86
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: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| schedule: | |
| - cron: "20 7 * * 1" | |
| permissions: {} | |
| concurrency: | |
| group: codeql-${{ github.ref }} | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| jobs: | |
| codeql: | |
| name: CodeQL | |
| permissions: | |
| contents: read # Analyze repository source and workflow definitions. | |
| security-events: write # Upload the CodeQL SARIF results. | |
| actions: read # Read workflow metadata required by CodeQL analysis. | |
| uses: NDDev-it-com/ci-workflows/.github/workflows/public-codeql.yml@2ccb80e96f5771b6a6b4eae63a4f47e232906dc7 # 0.12.0 | |
| with: | |
| languages: '["python", "actions"]' | |
| queries: security-and-quality |