Align message-part class names with semconv (*Part suffix) (#365) #55
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 1 * * 2' # weekly at 01: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@d9b812f9924a121c6a8276ea2f9e6f5b622cdd4d # v0.10.0 |