Update and rename update-dependancy-graph to update-dependancy-graph.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Dependancy Graph | |
on: [push] | |
jobs: | |
dependency-graph: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Submit Dependency Snapshot | |
uses: advanced-security/maven-dependency-submission-action@v4 |