Skip to content

Commit 4a3956b

Browse files
committed
Disable dependabot_auto_approve
1 parent 163b388 commit 4a3956b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/approve_dependabotifications.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Dependabot auto-approve
2-
on:
3-
pull_request_target:
4-
paths: ["**/pom.xml"]
2+
3+
# Currently disabled because the action is not compatible with merge queues
4+
on: [workflow_dispatch]
5+
# pull_request_target:
6+
# paths: ["**/pom.xml"]
7+
58

69
permissions:
710
contents: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CogniCrypt<sub>SAST</sub> uses Maven as build tool. You can compile and build th
3131

3232
```mvn clean package -DskipTests=true```.
3333

34-
The packaged `jar` artifacts including all dependencies can be found in `/apps`. Building requires at least Java 11.
34+
The packaged `jar` artifacts including all dependencies can be found in `/apps`. Building requires at least Java 17.
3535

3636
## CogniCrypt<sub>SAST</sub> for Java Applications
3737

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
with:
4949
distribution: 'adopt'
5050
java-package: jdk
51-
java-version: '11'
51+
java-version: '17'
5252

5353
- name: Checkout rules
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)