Skip to content

Commit 94de52a

Browse files
authored
PYTHON-4388 [v4.8] Add evergreen link in SSDLC Report (#1701)
1 parent 2edadda commit 94de52a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
PRODUCT_NAME: PyMongo
2020
# Changes per branch
2121
SILK_ASSET_GROUP: mongodb-python-driver
22+
EVERGREEN_PROJECT: mongo-python-driver-v4.8
2223

2324
defaults:
2425
run:
@@ -55,7 +56,7 @@ jobs:
5556
needs: [pre-publish]
5657
uses: ./.github/workflows/codeql.yml
5758
with:
58-
ref: ${{ inputs.version }}
59+
ref: ${{ github.ref }}
5960

6061
publish:
6162
needs: [build-dist, static-scan]
@@ -82,5 +83,6 @@ jobs:
8283
following_version: ${{ inputs.following_version }}
8384
product_name: ${{ env.PRODUCT_NAME }}
8485
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
86+
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
8587
token: ${{ github.token }}
8688
dry_run: ${{ inputs.dry_run }}

0 commit comments

Comments
 (0)