We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272d5e9 commit f594f85Copy full SHA for f594f85
1 file changed
.github/workflows/dependency-submission.yml
@@ -0,0 +1,21 @@
1
+name: Dependency Submission
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ submit:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v4.1.0
15
+ - name: Setup Java JDK
16
+ uses: actions/setup-java@v3.13.0
17
+ with:
18
+ distribution: temurin
19
+ java-version: 17
20
+ - name: Submit Dependency Snapshot
21
+ uses: advanced-security/maven-dependency-submission-action@v3
0 commit comments