From f789540790665d6d5855ac36c70bc79e0acb78e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 19:44:44 +0000 Subject: [PATCH] chore(deps): bump actions/go-dependency-submission Bumps [actions/go-dependency-submission](https://github.com/actions/go-dependency-submission) from 58a892e48687d602add5889d7aa09e32efeb19a7 to e661dd32188ed075d3e66f216620600ccdf5ff09. - [Release notes](https://github.com/actions/go-dependency-submission/releases) - [Commits](https://github.com/actions/go-dependency-submission/compare/58a892e48687d602add5889d7aa09e32efeb19a7...e661dd32188ed075d3e66f216620600ccdf5ff09) --- updated-dependencies: - dependency-name: actions/go-dependency-submission dependency-version: e661dd32188ed075d3e66f216620600ccdf5ff09 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/go-dependencies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-dependencies.yml b/.github/workflows/go-dependencies.yml index 1c638d8..338c0dc 100644 --- a/.github/workflows/go-dependencies.yml +++ b/.github/workflows/go-dependencies.yml @@ -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@58a892e48687d602add5889d7aa09e32efeb19a7 + uses: actions/go-dependency-submission@e661dd32188ed075d3e66f216620600ccdf5ff09 with: go-mod-path: go.mod - name: Submit Dependencies (gdev) # this should get almost everything - uses: actions/go-dependency-submission@58a892e48687d602add5889d7aa09e32efeb19a7 + uses: actions/go-dependency-submission@e661dd32188ed075d3e66f216620600ccdf5ff09 with: go-mod-path: examples/gdev/go.mod - name: Submit Dependencies (mage) - uses: actions/go-dependency-submission@58a892e48687d602add5889d7aa09e32efeb19a7 + uses: actions/go-dependency-submission@e661dd32188ed075d3e66f216620600ccdf5ff09 with: go-mod-path: magefiles/go.mod