Files
podman/.github/workflows/zizmor.yml
renovate[bot] aec7f806b5 [skip-ci] Update zizmorcore/zizmor-action action to v0.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-05 21:35:50 +00:00

31 lines
797 B
YAML

name: 'zizmor: GitHub Actions Security Analysis'
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
zizmor:
name: Zizmor
runs-on: ubuntu-24.04
permissions:
security-events: write # to create vulnerability alerts
contents: read # to read repo contents
actions: read # to read GitHub actions info
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0