Skip to content

chore: add error logging and explicitly set user-agent (#72) #143

chore: add error logging and explicitly set user-agent (#72)

chore: add error logging and explicitly set user-agent (#72) #143

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
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2