Skip to content

Less strict version numbering #44

Less strict version numbering

Less strict version numbering #44

Workflow file for this run

name: Update dependency graph
on:
push:
branches:
- "main"
permissions:
contents: write
jobs:
update-dep-graph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4