diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 000000000..786361813 --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,27 @@ +# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com +# SPDX-License-Identifier: MIT +--- +# yamllint disable rule:line-length +name: zizmor +'on': + push: + branches: + - master + pull_request: + branches: + - master +permissions: {} +jobs: + zizmor: + timeout-minutes: 15 + runs-on: ubuntu-24.04 + permissions: + contents: read + steps: + - uses: actions/checkout@v6 + with: + persist-credentials: false + - uses: zizmorcore/zizmor-action@v0.5.6 + continue-on-error: true + with: + advanced-security: false