Skip to content

chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 #2

chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1

chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 #2

Workflow file for this run

name: vulncheck
on:
push:
branches: [ "main" ]
pull_request:
paths:
- "go.*"
- "**/*.go"
- ".github/workflows/*.yml"
permissions:
contents: read
env:
GO_VERSION: '1.22.5'
jobs:
vulncheck:
name: vulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: govulncheck
shell: bash
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...