mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
Create dependency-graph.yml
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
name: "Load Dependency Graph"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
- "master"
|
||||||
|
schedule:
|
||||||
|
- cron: '0 6 * * *'
|
||||||
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
scan-dependencies:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-dependency-scan@v15.9.0
|
||||||
|
with:
|
||||||
|
java-version: '21'
|
||||||
|
maven-version: '3.9.9'
|
||||||
|
maven-args: -Dscopes=compile,runtime
|
||||||
|
maven-username: ${{ secrets.NEXUS_USERNAME }}
|
||||||
|
maven-password: ${{ secrets.NEXUS_PASSWORD }}
|
||||||
|
maven-settings-path: ".ci.settings.xml"
|
||||||
Reference in New Issue
Block a user