Skip to content

ci: bump codecov/codecov-action from 5.0.2 to 5.0.7 (#263) #250

ci: bump codecov/codecov-action from 5.0.2 to 5.0.7 (#263)

ci: bump codecov/codecov-action from 5.0.2 to 5.0.7 (#263) #250

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master", "release/**" ]
schedule:
- cron: '00 22 * * 0'
jobs:
analyze:
name: Analyze
runs-on: 'ubuntu-latest'
timeout-minutes: 45
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript', 'python' ]
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# config-file: ./.github/codeql/codeql-config.yaml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"