Skip to content

Commit 57bd9a3

Browse files
authored
add dependabot check to release (#2404)
1 parent 0f0e98a commit 57bd9a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/new-release-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ assignees: amdeel, davidmrdavid, bachuv, nytiannn
1010
**Prep DTFx Release: (assigned to:)**
1111
_Due: <2-3-business-days-before-release>_
1212
- [ ] Check DTFx package versions (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, DT-Emulator, and DT-Redis)
13+
- [ ] Review the [DTFx Dependabot vulnerability alerts](https://github.com/Azure/durabletask/security/dependabot) and address them. Note: code samples / test projects _may_ be excluded from this check.
1314
- [ ] Delete DTFx test packages from staging myget.
1415
- [ ] Run the [DTFx release pipeline](https://durabletaskframework.visualstudio.com/Durable%20Task%20Framework%20CI/_build?definitionId=21) ([defined here](https://github.com/Azure/durabletask/blob/main/azure-pipelines-release.yml)) to obtain new packages.
1516
- [ ] Publish DTFx packages to staging myget (https://www.myget.org/feed/Packages/azure-appservice) for testing.
@@ -18,6 +19,7 @@ _Due: <2-3-business-days-before-release>_
1819
_Due: <2-business-days-before-release>_
1920
- [ ] Update Durable Functions references (Analyzer? DTFx?) and check current version.
2021
- [ ] Locally, run `dotnet list package --vulnerable` to ensure the release is not affected by any vulnerable dependencies.
22+
- [ ] Review the [Dependabot vulnerability alerts](https://github.com/Azure/azure-functions-durable-extension/security/dependabot) and address them. Note: code samples / test projects _may_ be excluded from this check.
2123
- [ ] Add Durable Functions package to myget staging feed.
2224
- [ ] Check for package size, make sure it's not surprisingly heavier than a previous release.
2325
- [ ] Merge dev into main. Person performing validation must approve PR. Important: Merge NOT Squash merge.

0 commit comments

Comments
 (0)