fix(sdk-node)!: fixes for and fail-fast on Resource creation from config file #984
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 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 |