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

BRE-40 Add step to report upcoming release version to Slack #9201

Merged
merged 15 commits into from
May 21, 2024

Conversation

urbinaalex17
Copy link
Contributor

@urbinaalex17 urbinaalex17 commented May 15, 2024

Type of change

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

Objective

Report upcoming release to Slack using the generate version bump by the workflow.

Related PR: bitwarden/gh-actions#281

image

Code changes

  • .github/workflows/version-bump.yml: Add step to report upcoming release

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

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.13%. Comparing base (5075d08) to head (80049a8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9201      +/-   ##
==========================================
+ Coverage   28.12%   28.13%   +0.01%     
==========================================
  Files        2362     2362              
  Lines       69880    69880              
  Branches    13141    13141              
==========================================
+ Hits        19654    19661       +7     
+ Misses      48668    48661       -7     
  Partials     1558     1558              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented May 16, 2024

Logo
Checkmarx One – Scan Summary & Details1897be24-6522-458c-8c00-0e9ffaf41ed1

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Missing_HSTS_Header /libs/common/src/services/api.service.ts: 222 Attack Vector
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 465 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: 457 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: 481 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: 473 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...

@urbinaalex17 urbinaalex17 self-assigned this May 16, 2024
@urbinaalex17 urbinaalex17 requested a review from a team May 16, 2024 15:55
@urbinaalex17 urbinaalex17 enabled auto-merge (squash) May 16, 2024 15:55
@urbinaalex17 urbinaalex17 changed the title BRE-40 ADD: step to report upcoming release version to Slack BRE-40 Add step to report upcoming release version to Slack May 20, 2024
.github/workflows/version-bump.yml Outdated Show resolved Hide resolved
.github/workflows/version-bump.yml Outdated Show resolved Hide resolved
.github/workflows/version-bump.yml Outdated Show resolved Hide resolved
.github/workflows/version-bump.yml Outdated Show resolved Hide resolved
urbinaalex17 and others added 5 commits May 21, 2024 10:23
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
@urbinaalex17 urbinaalex17 merged commit f0a3d94 into main May 21, 2024
19 checks passed
@urbinaalex17 urbinaalex17 deleted the task/BRE-40 branch May 21, 2024 18:07
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.

None yet

2 participants