Skip to content

Releases: wwsean08/gh-actions-dependency-graph

v0.0.2

05 Nov 03:49
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #3
  • Bump golang.org/x/image from 0.6.0 to 0.10.0 by @dependabot in #4
  • No longer mark the output parameter of the graph-deps subcommand as required

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Nov 20:30
Compare
Choose a tag to compare

Initial release with some basic functionality to:

  • Generate a dependency graph for a workflow in GraphViz format
  • List dependencies in a tabular format
  • Analyze dependencies for the following issues and output in either a json or plain text format:
    • EOL version of node (node 16)
    • The potential for repo jacking