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

Update Version Bump workflow #424

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

vgrassia
Copy link
Member

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [X] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

This PR updates our Version Bump workflow so that it can be called from other workflows and also creates and approves PRs automatically. There are also other miscellaneous changes to formatting and names as well.

Code changes

  • .github/workflows/version-bump.yml: Updated workflow to be callable and create/approve PRs automatically.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

@vgrassia vgrassia self-assigned this Dec 11, 2023
@vgrassia vgrassia requested a review from a team as a code owner December 11, 2023 22:30
@bitwarden-bot
Copy link

Logo
Checkmarx One – Scan Summary & Detailsb7f80d50-b8f6-42c6-bd07-33d62ccae1b9

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 59 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 52

@vgrassia vgrassia merged commit 2c85c94 into master Dec 12, 2023
40 checks passed
@vgrassia vgrassia deleted the update-version-bump-workflow branch December 12, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants