mirror of
https://github.com/prometheus/prometheus.git
synced 2026-07-15 12:11:53 -04:00
24 lines
440 B
YAML
24 lines
440 B
YAML
---
|
|
name: govulncheck
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- VERSION
|
|
- .github/workflows/govulncheck.yml
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
schedule:
|
|
- cron: '33 2 * * *'
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
govulncheck:
|
|
runs-on: ubuntu-latest
|
|
name: Run govulncheck
|
|
steps:
|
|
- id: govulncheck
|
|
uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd # v1.0.4-unreleased
|