Skip to content

chore: use Go 1.21.0 (#116) #579

chore: use Go 1.21.0 (#116)

chore: use Go 1.21.0 (#116) #579

Workflow file for this run

---
name: scan
on:
push:
branches:
- main
- stable-*
pull_request:
workflow_dispatch:
workflow_call: # so composite actions can use this
permissions:
contents: read
actions: read
security-events: write
jobs:
scan:
uses: delineaxpm/github-workflows/.github/workflows/scan.yml@main
secrets: inherit