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

Bump microsoft/setup-msbuild from 2008f912f56e61277eefaac6d1888b750582aa16 to 3404ff3d40458f8d1fdf55c2bcc442b970404ad7 #10

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2023

Bumps microsoft/setup-msbuild from 2008f912f56e61277eefaac6d1888b750582aa16 to 3404ff3d40458f8d1fdf55c2bcc442b970404ad7.

Changelog

Sourced from microsoft/setup-msbuild's changelog.

Building a release

This is a quick document to walk through the process of building and releasing.

Building the version

  • Create a new branch [vMajor.Minor.Revision] for the version from dev
  • Make changes in the new branch
  • Build the branch/package
    • npm install
    • npm run build
    • npm run pack
  • Prune the dependencies to only production
    • npm prune --production
  • Uncomment node_modules in .gitignore for this branch only
  • Commit the changes to the branch
  • Push the new version branch
    • git push origin [vMajor.Minor.Revision]

Releasing the new version

  • Draft a new release to [vMajor.Minor.Revision]

Update major version tag

If the update is non-breaking and the major version binding you can update the version tag to make the new release available to those binding to the major version tag (GitHub Actions Versioning).

Do this from the version branch after push (using a v1 tag as example only here)

git tag -fa v1 -m "Update v1 tag"
git push origin v1 --force
Commits
  • 3404ff3 Adding runner image doc note [skip ci]
  • 1ff5705 Added action-types
  • 0e7c76c Merge pull request #110 from Vampire/issue-109 [skip ci]
  • 3ac564e Implement #109 adding action types file
  • d3ea839 Version bump
  • 0a09b7f Fixes #104 reassigning input arg [skip ci]
  • 0b93bd9 Adding arm64 sniffing support
  • cc48120 Merge branch 'master' into arm64
  • 645e3f7 Modifying version and readme notes [skip ci]
  • 1ccd122 Fixing formatting on string arg [skip ci]
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2008f912f56e61277eefaac6d1888b750582aa16 to 3404ff3d40458f8d1fdf55c2bcc442b970404ad7.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](microsoft/setup-msbuild@2008f91...3404ff3)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 15, 2023
@dependabot dependabot bot requested a review from abhijeetnarvekar August 15, 2023 13:24
@github-actions github-actions bot enabled auto-merge (squash) August 15, 2023 13:24
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

…build-3404ff3d40458f8d1fdf55c2bcc442b970404ad7
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions github-actions bot merged commit 44876cd into main Nov 28, 2023
5 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/microsoft/setup-msbuild-3404ff3d40458f8d1fdf55c2bcc442b970404ad7 branch November 28, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant