Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/go-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
# https://github.com/actions/go-dependency-submission/issues/94#issuecomment-4389238818

- name: Submit Dependencies (root)
uses: actions/go-dependency-submission@bc8bc528058f8783a71277e474972be5d8dc4f94
uses: actions/go-dependency-submission@2ca822d507c895fa434a7fe69cacd1cfe9b0aa45
with:
go-mod-path: go.mod
- name: Submit Dependencies (gdev)
# this should get almost everything
uses: actions/go-dependency-submission@bc8bc528058f8783a71277e474972be5d8dc4f94
uses: actions/go-dependency-submission@2ca822d507c895fa434a7fe69cacd1cfe9b0aa45
with:
go-mod-path: examples/gdev/go.mod
- name: Submit Dependencies (mage)
uses: actions/go-dependency-submission@bc8bc528058f8783a71277e474972be5d8dc4f94
uses: actions/go-dependency-submission@2ca822d507c895fa434a7fe69cacd1cfe9b0aa45
with:
go-mod-path: magefiles/go.mod