Skip to content

fix: rename Qoder AGENT_CONFIG key from 'qoder' to 'qodercli' to match actual CLI executable #32

fix: rename Qoder AGENT_CONFIG key from 'qoder' to 'qodercli' to match actual CLI executable

fix: rename Qoder AGENT_CONFIG key from 'qoder' to 'qodercli' to match actual CLI executable #32

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
strategy:
fail-fast: false
matrix:
language: [ 'actions', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"