fix(sdk-metrics): ignore infinity in exponential histograms (#7015) #989
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 GitHub Actions Security Analysis | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| zizmor: | |
| name: Zizmor Security Analysis | |
| 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 |