chore(deps): update plugin com.gradleup.shadow to v9.6.0 #18
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: '51 13 * * 5' # weekly at 13:51 UTC on Friday | |
| 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@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4.0 |