Skip to content

ci: bump goreleaser/goreleaser-action from 4 to 5 #37

ci: bump goreleaser/goreleaser-action from 4 to 5

ci: bump goreleaser/goreleaser-action from 4 to 5 #37

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "docs/**"
schedule:
- cron: 0 5 * * 1 # Run every monday at 5 UTC
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Run Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2