Use GitHub shared actions v2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml
similarity index 92%
rename from .github/workflows/maven.yml
rename to .github/workflows/maven-verify.yml
index f082801..bbd7786 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-verify.yml
@@ -15,15 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: GitHub CI
+name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2