Skip to content

azurerm_storage_account: make large_file_share_enabled optional+computed again #1256

azurerm_storage_account: make large_file_share_enabled optional+computed again

azurerm_storage_account: make large_file_share_enabled optional+computed again #1256

---
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