Skip to content

fix(deps): bump github.com/sashabaranov/go-openai from 1.29.1 to 1.29.2 in the all group #589

fix(deps): bump github.com/sashabaranov/go-openai from 1.29.1 to 1.29.2 in the all group

fix(deps): bump github.com/sashabaranov/go-openai from 1.29.1 to 1.29.2 in the all group #589

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '37 8 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"