Skip to content

Bump mheap/github-action-required-labels from 5.4.2 to 5.5.0 (#9980) #72

Bump mheap/github-action-required-labels from 5.4.2 to 5.5.0 (#9980)

Bump mheap/github-action-required-labels from 5.4.2 to 5.5.0 (#9980) #72

name: "CodeQL"
on:
push:
branches: ["develop"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["develop"]
schedule:
- cron: "22 19 * * 6"
jobs:
codeql-analysis:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript", "python"]
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: "recursive"
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"