chore: expand SonarCloud issue exclusions and update golangci-lint version
- Added new exclusions for hardcoded IP addresses in additional Go files to enhance security analysis. - Updated the golangci-lint action version to v1.64.8 for improved linting consistency and performance.
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v6.5.0
|
||||
with:
|
||||
version: latest
|
||||
version: v1.64.8
|
||||
args: --timeout=5m
|
||||
|
||||
# Stage 3: Test with Coverage (depends on lint)
|
||||
|
||||
Reference in New Issue
Block a user