Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Support Nuget Pinned Dependency with RestoreLockedMode attribute #4351

Merged
merged 23 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Support restorelockedmode dev (#9)

    Support pinning dependency in .NET using lockfile by declaring the RestoreLockedMode attribute in csproj
    
    Co-authored-by: Liam Moat <[email protected]>
    Co-authored-by: Ioana A <[email protected]>
    Co-authored-by: Mélanie Guittet <[email protected]>
    Signed-off-by: balteraivshay <[email protected]>
    4 people committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1ef8f21 View commit details
    Browse the repository at this point in the history
  2. fixing PR checks and adding tests

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f1376a8 View commit details
    Browse the repository at this point in the history
  3. move csproj to fileparser

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a17caa2 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump github.com/xanzy/go-gitlab from 0.107.0 to 0.109.0 (ossf#4341)

    Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.107.0 to 0.109.0.
    - [Release notes](https://github.com/xanzy/go-gitlab/releases)
    - [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
    - [Commits](xanzy/go-gitlab@v0.107.0...v0.109.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/xanzy/go-gitlab
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: balteraivshay <[email protected]>
    dependabot[bot] authored and balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    65e8a6e View commit details
    Browse the repository at this point in the history
  5. internal error

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f4d8252 View commit details
    Browse the repository at this point in the history
  6. fix using error

    Signed-off-by: balteraivshay <[email protected]>
    
    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    136c2bf View commit details
    Browse the repository at this point in the history
  7. PR fixes

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2f7ddd7 View commit details
    Browse the repository at this point in the history
  8. fix test

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    de3aa58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a7de56 View commit details
    Browse the repository at this point in the history
  10. 📖 explicitly state both check documentation files are committed (ossf…

    …#4317)
    
    Signed-off-by: Spencer Schrock <[email protected]>
    Signed-off-by: balteraivshay <[email protected]>
    spencerschrock authored and balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    983e978 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f87657f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba19c8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    379ec5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccce3e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80f126b View commit details
    Browse the repository at this point in the history
  16. fix pr %e comment

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3b709f1 View commit details
    Browse the repository at this point in the history
  17. fix PR comments

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3430457 View commit details
    Browse the repository at this point in the history
  18. Co-authored-by: Ioana A <[email protected]>

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    32891dc View commit details
    Browse the repository at this point in the history
  19. merge main

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4c93325 View commit details
    Browse the repository at this point in the history
  20. pr comments

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d368af1 View commit details
    Browse the repository at this point in the history
  21. fix last comments

    Signed-off-by: balteraivshay <[email protected]>
    balteravishay committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c5ac83f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c43dd68 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fa2e0bc View commit details
    Browse the repository at this point in the history