Skip to content

ci(dep): bump wagoid/commitlint-github-action from 5.4.3 to 5.4.4 #728

ci(dep): bump wagoid/commitlint-github-action from 5.4.3 to 5.4.4

ci(dep): bump wagoid/commitlint-github-action from 5.4.3 to 5.4.4 #728

name: "CodeQL"
on:
push:
schedule:
- cron: "30 23 * * 2"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["python", "javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2