chore(deps): update int128/comment-action action to v1.57.0 #562
Workflow file for this run
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
| # Runs the reusable zizmor workflow (analysis + grafana-bench metrics) on push/PR so it appears in shared-workflows PR checks. | |
| name: Zizmor GitHub Actions static analysis | |
| on: | |
| push: | |
| paths: | |
| - ".github/**" | |
| pull_request: | |
| paths: | |
| - ".github/**" | |
| permissions: | |
| contents: read | |
| jobs: | |
| zizmor: | |
| name: Run zizmor | |
| permissions: | |
| actions: read | |
| contents: read | |
| id-token: write | |
| pull-requests: write | |
| security-events: write | |
| uses: ./.github/workflows/reusable-zizmor.yml | |
| with: | |
| runs-on: ubuntu-latest | |
| fail-severity: high | |
| min-severity: high | |
| min-confidence: low | |
| extra-args: --offline | |
| secrets: inherit |