Skip to content

Merge pull request #59 from readme-SVG/codex/fix-spotlight-title-grad… #61

Merge pull request #59 from readme-SVG/codex/fix-spotlight-title-grad…

Merge pull request #59 from readme-SVG/codex/fix-spotlight-title-grad… #61

Workflow file for this run

name: SAST CodeQL Scan

Check failure on line 1 in .github/workflows/sast.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sast.yml

Invalid workflow file

(Line: 10, Col: 10): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.language
on:
pull_request:
workflow_dispatch:
permissions: read-all
concurrency:
group: codeql-${{ github.ref }}-${{ matrix.language }}
cancel-in-progress: false
jobs:
codeql:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- python
- javascript
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Analyze
uses: github/codeql-action/analyze@v4
with:
category: /language:${{ matrix.language }}