chore(docker-deps): update python:3.12-alpine docker digest to edd1d85 in all dependant actions #683
Workflow file for this run
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 |