Skip to content

Added ci pipeline for staging branch #1813

Added ci pipeline for staging branch

Added ci pipeline for staging branch #1813

Workflow file for this run

name: "CodeQL"
on:
push:

Check failure on line 4 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [ "dev" "331-staging" ]
pull_request:
branches: [ "dev" "331-staging" ]
schedule:
- cron: '18 14 * * 5'
jobs:
analyze:
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 repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"