Skip to content

tighten github actions with zizmor #462

tighten github actions with zizmor

tighten github actions with zizmor #462

Workflow file for this run

name: Lint GitHub Actions workflows
on: [push, pull_request]
permissions: {}
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash