Align message-part class names with semconv (*Part suffix) (#365) #335
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: OSSF Scorecard | |
| on: | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| - cron: '35 23 * * 5' # weekly at 23:35 (UTC) on Friday | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| analysis: | |
| permissions: | |
| contents: read # for actions/checkout | |
| id-token: write # for Scorecard to publish results | |
| security-events: write # for the SARIF upload to code scanning | |
| uses: open-telemetry/shared-workflows/.github/workflows/scorecard.yml@d9b812f9924a121c6a8276ea2f9e6f5b622cdd4d # v0.10.0 | |
| with: | |
| use-cncf-hosted-runner: true |