fix: Update the action that checks for unreleased changelog items to … #927
This file contains 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] | |
merge_group: | |
pull_request: | |
branches: [main] | |
schedule: | |
- cron: 17 16 * * 4 | |
jobs: | |
analyze: | |
uses: ./.github/workflows/_reusable-codeql-analysis.yml | |
with: | |
languages-array: '["python", "javascript"]' | |
codeql-queries: security-extended,security-and-quality | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |