Skip to content

Validate GitHub workflows against the ASF allowlist #4

Validate GitHub workflows against the ASF allowlist

Validate GitHub workflows against the ASF allowlist #4

name: "ASF Allowlist Check"
on:
workflow_dispatch:
pull_request:
paths:
- ".github/**"
push:
branches:
- master
paths:
- ".github/**"
permissions:
contents: read
jobs:
asf-allowlist-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: apache/infrastructure-actions/allowlist-check@main