File tree 3 files changed +8
-5
lines changed 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
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
+
5
8
6
9
permissions :
7
10
contents : write
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ CogniCrypt<sub>SAST</sub> uses Maven as build tool. You can compile and build th
31
31
32
32
``` mvn clean package -DskipTests=true ``` .
33
33
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 .
35
35
36
36
## CogniCrypt<sub >SAST</sub > for Java Applications
37
37
Original file line number Diff line number Diff line change 48
48
with :
49
49
distribution : ' adopt'
50
50
java-package : jdk
51
- java-version : ' 11 '
51
+ java-version : ' 17 '
52
52
53
53
- name : Checkout rules
54
54
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments