This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Bump the minor-and-patch group across 1 directory with 27 updates #209
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| schedule: | |
| - cron: '0 12 * * *' # Daily at 12:00 UTC | |
| name: Security Scan | |
| permissions: | |
| contents: read | |
| jobs: | |
| govulncheck: | |
| name: Go Vulnerability Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Run govulncheck | |
| uses: golang/govulncheck-action@v1 |