We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e6a38 commit 49d975aCopy full SHA for 49d975a
.github/workflows/comment-pr.yml
.github/workflows/dependency-submission.yml
@@ -0,0 +1,29 @@
1
+name: Dependabot Dependency Submission
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - querydsl-7.0
8
+ pull_request:
9
10
11
12
13
+jobs:
14
+ build:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: Checkout code
18
+ uses: actions/checkout@v2
19
20
+ - name: Setup Java JDK
21
+ uses: actions/[email protected]
22
+ with:
23
+ distribution: 'temurin'
24
+ java-version: '21'
25
26
+ - name: Submit Dependency Snapshot
27
+ uses: advanced-security/maven-dependency-submission-action@v3
28
29
+ maven-args: -Dtoolchain.skip=true
.github/workflows/receive-pr.yml
0 commit comments