Skip to content

Commit

Permalink
Disable dependabot_auto_approve
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Dec 3, 2024
1 parent 163b388 commit 4a3956b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/approve_dependabotifications.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Dependabot auto-approve
on:
pull_request_target:
paths: ["**/pom.xml"]

# Currently disabled because the action is not compatible with merge queues
on: [workflow_dispatch]
# pull_request_target:
# paths: ["**/pom.xml"]


permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CogniCrypt<sub>SAST</sub> uses Maven as build tool. You can compile and build th

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
with:
distribution: 'adopt'
java-package: jdk
java-version: '11'
java-version: '17'

- name: Checkout rules
uses: actions/checkout@v4
Expand Down

0 comments on commit 4a3956b

Please sign in to comment.