fix: recover from exporter panic in our custom batch_span_processor (… #160
This file contains 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: Static Analysis | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
static-analysis: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Checkout Hypertrace actions | |
uses: actions/checkout@v4 | |
with: | |
repository: hypertrace/github-actions | |
path: .github/actions | |
- name: GoSec Scanner | |
uses: ./.github/actions/gosec-scanner |