diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1fd9518..d6a41b0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,9 +6,9 @@ updates:
interval: daily
ignore:
- dependency-name: ch.qos.logback:logback-classic
- update-types: ["version-update:semver-major"]
+ update-types: ["version-update:semver-major","version-update:semver-minor"]
- dependency-name: io.micronaut:micronaut-bom
- update-types: ["version-update:semver-major"]
+ update-types: ["version-update:semver-major","version-update:semver-minor"]
- package-ecosystem: github-actions
directory: /
schedule:
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index bb32f04..26247b9 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -4,6 +4,7 @@ name: CodeQL
workflow_dispatch: {}
push:
branches: [main]
+ paths: [src/main/java/*.java]
pull_request:
branches: [main]
paths: [src/main/java/*.java]
diff --git a/pom.xml b/pom.xml
index 6c60ea9..bda5d51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,9 +104,9 @@
- 1.2.10
- 0.1.5
- 3.2.7
+ 1.2.9
+ 0.1.4
+ 3.2.6