dynamic / submit-nuget workflows being injected into my PRs as of 2025-07-01 #164747
Replies: 9 comments 7 replies
-
| 💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩ 
 Where to look to see what's shipping 👀 
 What you can do in the meantime 💻 
 As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ | 
Beta Was this translation helpful? Give feedback.
-
| This was enabled for NuGet packages yesterday (2025-07-01): https://github.blog/changelog/2025-07-01-dependency-auto-submission-now-supports-nuget/ Now this is all well and all as we'd like to publish our NuGet dependencies. Though we're having an issue with this where the workflow doesn't request permissions, and so, fails to restore the projects because it can't access NuGet packages hosted on GitHub. A pretty obvious oversight, eh, GitHub? | 
Beta Was this translation helpful? Give feedback.
-
| Even I have the same issue where this has enabled yesterday just check the change log : https://github.blog/changelog/2025-07-01-dependency-auto-submission-now-supports-nuget/#:~:text=In%20order%20to%20use%20this,feature%20will%20incur%20actions%20usage. If GitHub can give us solution to this it would be great We have few repos where the manifest file is located not in root of the repo but its on the other folders Just want to check if Automatic dependency submission works for the multimodule project like maven-dependency-submission-action ? | 
Beta Was this translation helpful? Give feedback.
-
| Im facing an issue where the dotnet project being restored has a nuget.config file that tells what packages should be fetched from github. I cannot see anyway to configure this new added thingy which is rather annoying. | 
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
| Same thing happening to our projects now across PRs.  | 
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
| Hi, I'm having this same issue because I have a submodule and I need to provide a token to access it     | 
Beta Was this translation helpful? Give feedback.
-
| Github support finally came back on this and told us it wasn’t supported
anymore on private repos.
Finally i realised the action that was running was actually caused by
github changing a default setting which kicked off this pipeline in many of
our repos that didn’t even have it previously. My solution was to just
disable it at the org level since the only repos using it had their own
configuration for the checks and they were still working… On Tue, 30 Sep 2025 at 6:36 am, iriza841 ***@***.***> wrote:
 Hi,
 I'm having this same issue because I have a submodule and I need to
 provide a token to access it
 image.png (view on web)
 <https://github.com/user-attachments/assets/f1108160-4372-4ca8-a74c-ed07efc68053> image.png
 (view on web)
 <https://github.com/user-attachments/assets/d1cad027-e6d9-4d38-bd10-b9ccbbae11bd>
 —
 Reply to this email directly, view it on GitHub
 <#164747 (comment)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/ACLXT5V367WS4SLX4S5ARE33VGJ4HAVCNFSM6AAAAACASHAXXSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJUGU4DAMQ>
 .
 You are receiving this because you commented.Message ID:
 ***@***.***>
 | 
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
GitHub is injecting some kind of nuget workflow into my repos/PRs.
From what I can find this is from the
Automatic dependency submissionsetting underAdvanced Securityrepository settings; however based on what I've read (https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository) this should only occur if apom.xmlfile is updated or something along those lines.My repos have no such file, nor is one being added in these PRs.
Edit: To clarify I do not have any nuget projects and therefore would prefer not to have this failed check appearing for no reason. In the meantime I have disabled automatic dependency submission altogether which is probably not ideal; however it's better than annoying failures that don't apply.
Beta Was this translation helpful? Give feedback.
All reactions