Skip to content

Fix GitHub Actions code scanning findings (#3718) #171

Fix GitHub Actions code scanning findings (#3718)

Fix GitHub Actions code scanning findings (#3718) #171

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: apache/infrastructure-actions/allowlist-check@main