Skip to content

feat: add gpt-5.4 model constant and docs usage #10

feat: add gpt-5.4 model constant and docs usage

feat: add gpt-5.4 model constant and docs usage #10

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 4 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Build
run: dotnet build ManagedCode.CodexSharpSDK.slnx -c Release -warnaserror
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3