Skip to content

docs(readme): remove pgwd alignment note from releases section #10

docs(readme): remove pgwd alignment note from releases section

docs(readme): remove pgwd alignment note from releases section #10

Workflow file for this run

# CodeQL: static analysis for security and quality.
# Results appear in the Security tab (Code scanning alerts).
# https://docs.github.com/en/code-security/code-scanning
name: CodeQL
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
permissions:
security-events: write
actions: read
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: Build
run: go build -v ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4