chore(deps): update github-actions deps #170
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
| name: Zizmor | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| schedule: | |
| - cron: '37 8 * * 2' # weekly at 08:37 UTC on Tuesday | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| zizmor: | |
| permissions: | |
| contents: read # for actions/checkout | |
| security-events: write # for zizmor to upload SARIF results | |
| uses: open-telemetry/shared-workflows/.github/workflows/zizmor.yml@8079110d7e793bd38b1a5219ef8f8280dab9139e # v0.7.0 |