Skip to content

Optimize grate call overhead #1214

Optimize grate call overhead

Optimize grate call overhead #1214

Workflow file for this run

name: Zizmor GitHub Actions security check
on:
pull_request:
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Run zizmor
id: zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d
with:
inputs: |
.github/workflows
advanced-security: false
- name: Fail if issues found
if: failure()
run: exit 1