Skip to content

Bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0 #75

Bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0

Bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0 #75

Workflow file for this run

---
name: CodeQL
on: [push]
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: github/codeql-action/init@v2
with:
languages: go
- run: make
- uses: github/codeql-action/analyze@v2