diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f1fefc220..97f150143 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -5,6 +5,9 @@ on:
branches: [master, main]
paths:
- '**.java'
+ - '**/pom.xml'
+ - 'pom.xml'
+ - '.github/workflows/codeql-analysis.yml'
push:
branches: [master, main]
@@ -16,7 +19,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:nolint') && !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:full') || (!contains(github.event.pull_request.labels.*.name, 'ci:nolint') && !contains(github.event.pull_request.labels.*.name, 'dependencies')) }}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
diff --git a/pom.xml b/pom.xml
index 4897c0efb..194256d97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
21
${project.version}
- 2.2.21
+ 2.3.10
2.1.0
3.1.11