Skip to content

azurerm_log_analytics_cluster size_gb now supportsall of 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 #1938

azurerm_log_analytics_cluster size_gb now supportsall of 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000

azurerm_log_analytics_cluster size_gb now supportsall of 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, 50000 #1938

---
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: ./.go-version
- run: bash ./scripts/run-static-analysis.sh