Skip to content

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 in /examples/hello-mysql #214

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 in /examples/hello-mysql

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 in /examples/hello-mysql #214

Workflow file for this run

name: codeql
on:
push:
branches:
- main
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v4
- uses: github/codeql-action/analyze@v4