Skip to content

Modernize allure-spring-web for current Spring HTTP clients (via #1263) #154

Modernize allure-spring-web for current Spring HTTP clients (via #1263)

Modernize allure-spring-web for current Spring HTTP clients (via #1263) #154

name: Dependency Submission
on:
push:
branches:
- main
permissions:
contents: write
jobs:
dependency-submission:
name: Dependency Submission
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v6
env:
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test'
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'runtimeClasspath'