Skip to content

[PRMT-4325] - Updated snakeyaml to 2.2 / netty to 4.1.104.Final #7

[PRMT-4325] - Updated snakeyaml to 2.2 / netty to 4.1.104.Final

[PRMT-4325] - Updated snakeyaml to 2.2 / netty to 4.1.104.Final #7

name: Submit dependency graph
on:
push:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Run a build and generate the dependency graph which will be submitted post-job
run: ./gradlew build -x integration -x test