Merge branch 'hotfix/ci' into renovate/development-weekly-non-major-updates

This commit is contained in:
Jeremy
2026-02-06 12:02:20 -05:00
committed by GitHub
129 changed files with 9247 additions and 5375 deletions

View File

@@ -2,18 +2,26 @@ name: CodeQL - Analyze
on:
push:
branches: [ main, development, 'feature/**' ]
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
pull_request:
branches: [ main, development ]
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
schedule:
- cron: '0 3 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env:
GO_VERSION: '1.25.6'
GO_VERSION: '1.25.7'
GOTOOLCHAIN: auto
permissions: