Skip to content

chore: add zizmor-pre-commit to limit GH Actions vulnerabilities #674

chore: add zizmor-pre-commit to limit GH Actions vulnerabilities

chore: add zizmor-pre-commit to limit GH Actions vulnerabilities #674

name: validate-codecov-config
on:
pull_request:
paths:
- ".github/workflows/validate-codecov-config.yml"
- "codecov.yaml"
push:
branches: [main]
jobs:
validate-codecov-config:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Validate codecov configuration
run: curl -sSL --fail-with-body --data-binary @codecov.yaml https://codecov.io/validate