Matt Bishop
d9e849a44d
Resolve conflict with Docker ownership ( #6913 )
2026-01-28 17:02:22 -05:00
renovate[bot]
142ffe7b1b
[deps]: Update sigstore/cosign-installer action to v4 ( #6502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-28 09:42:11 -05:00
Matt Bishop
52397b81ab
Have AppSec own Checkmarx config ( #6912 )
2026-01-28 09:18:36 -05:00
renovate[bot]
67f8cbf5b3
[deps]: Update anchore/scan-action action to v7.2.3 ( #6905 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 15:37:01 +01:00
renovate[bot]
440f5dc0da
[deps]: Update github/codeql-action action to v4.31.10 ( #6906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27 15:36:13 +01:00
Todd Martin
8cf05d8c67
Group server minor and patch npm dependencies for Auth ( #6865 )
...
* Group minor and patch npm dependencies for Auth.
* Remove comment.
2026-01-23 12:08:04 -05:00
renovate[bot]
b360d6a00a
[deps]: Update github-action minor ( #6868 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2026-01-23 11:43:05 +00:00
Vince Grassia
ce4b906bdf
Update job names ( #6814 )
2026-01-08 12:29:47 -05:00
renovate[bot]
f2aa742f76
[deps]: Update dtolnay/rust-toolchain digest to f7ccc83 ( #6497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-07 13:23:02 +01:00
renovate[bot]
d86717eedb
[deps]: Update actions/setup-dotnet action to v5.0.1 ( #6805 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-07 12:09:12 +01:00
renovate[bot]
46e9b18905
[deps]: Update github/codeql-action action to v4.31.9 ( #6806 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-07 11:08:26 +00:00
aj-bw
5e735c8474
after a convo with bre & sre, remove long failing workflow. registry cleanup has moved into automated processes in azure ( #6804 )
2026-01-06 20:09:28 +00:00
Mick Letofsky
bf08bd279c
Revert review Code Triggered by labeled event ( #6785 )
2025-12-31 16:56:03 +01:00
Mick Letofsky
c98f31a9f7
Review Code Triggered by labeled event ( #6782 )
2025-12-30 18:22:09 +01:00
Todd Martin
0f104af921
chore(deps): Move Cosmos cache to Auth ownership
2025-12-29 10:00:05 -05:00
renovate[bot]
8a79bfa673
[deps]: Update actions/upload-artifact action to v6 ( #6766 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-29 12:59:46 +01:00
Todd Martin
bf5cacdfc5
chore(dependencies): Ignore minor updates for Platform deps
2025-12-28 13:26:07 -05:00
renovate[bot]
96622d7928
[deps]: Update github-action minor ( #6327 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-23 16:34:19 -05:00
Andy Pixley
fafc61d7b9
[BRE-1439] Removing obsolete Server image from publish workflow ( #6774 )
2025-12-23 00:00:17 -05:00
renovate[bot]
bc800a788e
[deps]: Update actions/checkout action to v6 ( #6706 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 16:06:33 -05:00
Thomas Rittson
cc2d69e1fe
[PM-28487] Move Events and EventsProcessor to DIRT ownership ( #6678 )
...
* Move Events and EventsProcessor to DIRT ownership
* include test projs
* sort lines alphabetically within group
* fix order
---------
Co-authored-by: Graham Walker <ghwtx@icloud.com >
2025-12-18 14:05:18 -06:00
renovate[bot]
d03277323f
[deps]: Update actions/stale action to v10 ( #6335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 15:56:13 -05:00
Daniel James Smith
1aad410128
Remove epic link for bitwarden lite issue template ( #6719 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-12-10 19:55:16 -05:00
gitclonebrian
742280c999
[repository-management.yml] Implement least privilege permissions ( #6646 )
...
- Add empty permission set at workflow level to remove default GITHUB_TOKEN permissions
- Add empty permission set to setup job as it only runs bash commands
- Add contents:write to GitHub App tokens in bump_version and cut_branch jobs for git operations
- Add empty permission set to move_edd_db_scripts job as called workflow declares its own permissions
- Remove secrets:inherit as called workflow accesses Azure secrets directly
2025-12-10 17:47:54 -05:00
Oscar Hinton
b1390c9dfe
Require approvals for sdk renovate ( #6707 )
2025-12-08 14:01:40 +01:00
Matt Bishop
b3573c15fd
Validate any SQL migration scripts are the most recent ( #6652 )
...
* Validate any SQL migration scripts are the most recent
* Make string checks more robust
* Clarify script location
* Remove need given the additional validations that are immediately valuable
* Allow past incorrectly-named migrations but now enforce
* Centralize validation logic to PowerShell script
2025-12-02 08:15:47 -05:00
Vince Grassia
267759db45
Update token permissions to properly trigger workflows ( #6662 )
2025-12-01 14:19:40 -05:00
Vince Grassia
3df68ea36f
BRE-1355 - Fix lite naming and remove PAT ( #6658 )
2025-12-01 08:46:51 +01:00
Todd Martin
eed856cc04
Move Azure.Extensions.AspNetCore.DataProtection.Blobs to Platform ( #5442 )
2025-11-28 12:10:50 +01:00
renovate[bot]
1334ed89f0
[deps]: Update github/codeql-action action to v4.31.4 ( #6618 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 18:34:24 +01:00
Justin Baur
fdfec0ac4d
Remove deprecated logging methods ( #6516 )
2025-11-21 14:39:26 -05:00
Jimmy Vo
1cc787f1f0
[PM-27879] Add AC shared MJML components ( #6605 )
2025-11-21 10:01:39 -05:00
Oscar Hinton
6653b9802e
Group sdk dependencies take 2 ( #6607 )
2025-11-20 17:36:37 +01:00
renovate[bot]
4c543fa824
[deps]: Update github/codeql-action action to v4 ( #6500 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2025-11-19 20:09:01 +01:00
Vince Grassia
33842d6d4f
Change runners to ubuntu-22.04 until GitHub fixes timeout issue ( #6587 )
2025-11-19 08:39:29 +01:00
Vince Grassia
2b926ef1c5
BRE-1355 - Rename Bitwarden Unified to Bitwarden Lite ( #6592 )
2025-11-18 12:24:01 -05:00
Mick Letofsky
de4955a875
[PM-27181] - Grant additional permissions for review code ( #6576 )
2025-11-13 14:06:26 +00:00
Vince Grassia
a03994d16a
Update build workflow ( #6572 )
2025-11-13 13:52:26 +01:00
renovate[bot]
0311807951
[deps]: Update actions/upload-artifact action to v5 ( #6558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-11-13 11:31:52 +01:00
renovate[bot]
7f04830f77
[deps]: Update actions/setup-node action to v6 ( #6499 )
2025-11-12 14:49:15 -06:00
Oscar Hinton
a1be1ae40b
Group sdk-internal dep ( #6530 )
...
* Disable renovate for updates to internal sdk-internal
* Group instead
* Add trailing comma
2025-11-06 14:44:44 +01:00
MtnBurrit0
b8325414bf
Disable environment synchronization in workflow ( #6525 )
2025-10-30 12:55:28 -07:00
Mick Letofsky
bd52cf56e7
Implement reusable Claude code review workflow ( #6476 )
2025-10-24 18:18:27 +02:00
Mick Letofsky
86eb86dac5
Update Claude owners ( #6493 )
2025-10-24 16:04:22 +02:00
Matt Andreko
f82125f416
Clean up workflow files from Zizmor output ( #6409 )
2025-10-22 12:53:46 -04:00
Oscar Hinton
44a82d3b22
[PM-22263] Integate Rust SDK to Seeder ( #6150 )
...
Adds a Rust SDK for performing seed related cryptograhic operations. It depends on internal portions of our Rust SDK. Primarily parts of the bitwarden-crypto crate.
2025-10-21 23:46:37 +02:00
renovate[bot]
2d41e64a8b
[deps]: Update actions/setup-dotnet action to v5 ( #6333 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 10:39:57 +02:00
renovate[bot]
d3fbfc75f0
[deps]: Update anchore/scan-action action to v7 ( #6393 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-13 15:36:04 +02:00
Mick Letofsky
712926996e
PM-26727 - First iteration of Claude Code Review tuning ( #6435 )
...
* Sticky comments + pre-load specific project files + align prompts with clients repo
2025-10-09 16:54:14 +00:00
renovate[bot]
98210b5e9c
[deps]: Update actions/github-script action to v8 ( #6332 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-10-08 11:44:07 +02:00