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 #100

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Update Version Bump workflow #100

merged 2 commits into from
Dec 12, 2023

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 21:32
@bitwarden-bot
Copy link

bitwarden-bot commented Dec 12, 2023

Logo
Checkmarx One – Scan Summary & Detailse5c3e175-c02f-4f1f-ab8a-83350ccd4fe1

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 81 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...
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 34 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: 51
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 27

@vgrassia vgrassia merged commit 9cf7954 into master Dec 12, 2023
@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