Update pnpm/action-setup digest to 0977fd9 #68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: zizmor | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| workflow_dispatch: | |
| # Weekly run so newly-added zizmor rules surface even if workflows haven't changed. | |
| schedule: | |
| - cron: '0 9 * * 1' | |
| permissions: {} | |
| jobs: | |
| zizmor: | |
| name: Static analysis of workflows | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| permissions: | |
| security-events: write # upload SARIF | |
| contents: read | |
| actions: read | |
| steps: | |
| - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 | |
| with: | |
| persist-credentials: false | |
| - uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2 |