mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-13 03:26:02 +00:00
Readd job to update github dependency graph
This commit is contained in:
parent
457658aca0
commit
1e59c6f6cc
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -31,6 +31,25 @@ jobs:
|
||||
name: signal-cli-archive-${{ matrix.java }}
|
||||
path: dist/*
|
||||
|
||||
submit-dependency-graph:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '25'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
with:
|
||||
dependency-graph: generate-and-submit
|
||||
- name: Generate dependency graph
|
||||
run: ./gradlew --no-daemon dependencies
|
||||
|
||||
build-client:
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user