Skip to content

Merge pull request #1782 from ecosyste-ms/skip-batch-ecosystems-in-sy… #942

Merge pull request #1782 from ecosyste-ms/skip-batch-ecosystems-in-sy…

Merge pull request #1782 from ecosyste-ms/skip-batch-ecosystems-in-sy… #942

Workflow file for this run

name: Zizmor Security Audit
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
zizmor:
name: Audit GitHub Actions
runs-on: ubuntu-latest
permissions:
security-events: write # Needed to upload SARIF results to GitHub Security
contents: read # Needed to checkout repository
actions: read # Needed to analyze workflow files
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}