Chore: bump codeql versions used in pr checks (#101957)

* bump codeql versions used in pr checks

* update supported versions

* use glob syntax

* wider glob
This commit is contained in:
Ashley Harrison
2025-03-11 17:28:36 +00:00
committed by GitHub
parent e645a7d8ff
commit 4dbd1846c7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [main, v1.8.x, v2.0.x, v2.1.x, v2.6.x, v3.0.x, v3.1.x, v4.0.x, v4.1.x, v4.2.x, v4.3.x, v4.4.x, v4.5.x, v4.6.x, v4.7.x, v5.0.x, v5.1.x, v5.2.x, v5.3.x, v5.4.x, v6.0.x, v6.1.x, v6.2.x, v6.3.x, v6.4.x, v6.5.x, v6.6.x, v6.7.x, v7.0.x, v7.1.x, v7.2.x]
branches: [main, v*.*.*]
paths-ignore:
- '**/*.cue'
- '**/*.json'