Skip to content

New Resource: azurerm_dynatrace_monitor #2538

New Resource: azurerm_dynatrace_monitor

New Resource: azurerm_dynatrace_monitor #2538

---
name: Static Analysis
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/static-analysis.yaml'
- 'vendor/**'
- 'internal/**.go'
concurrency:
group: 'staticAnalysys-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
detect:
runs-on: custom-linux-small
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: ./.go-version
- run: bash ./scripts/run-static-analysis.sh