49
49
run : echo '🎬 Release process for version ${{ inputs.version }} started by @${{ github.triggering_actor }}' >> $GITHUB_STEP_SUMMARY
50
50
51
51
- name : " Generate token and checkout repository"
52
- uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
52
+ uses : mongodb-labs/drivers-github-tools/secure-checkout@v3
53
53
with :
54
54
app_id : ${{ vars.APP_ID }}
55
55
private_key : ${{ secrets.APP_PRIVATE_KEY }}
98
98
#
99
99
100
100
- name : " Set up drivers-github-tools"
101
- uses : mongodb-labs/drivers-github-tools/setup@v2
101
+ uses : mongodb-labs/drivers-github-tools/setup@v3
102
102
with :
103
103
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
104
104
aws_region_name : ${{ vars.AWS_REGION_NAME }}
@@ -114,7 +114,7 @@ jobs:
114
114
run : echo "RELEASE_URL=$(gh release create ${{ inputs.version }} --target ${{ env.RELEASE_BRANCH }} --title "${{ inputs.version }}" --notes-file release-message --draft)" >> "$GITHUB_ENV"
115
115
116
116
- name : " Create release tag"
117
- uses : mongodb-labs/drivers-github-tools/tag-version@v2
117
+ uses : mongodb-labs/drivers-github-tools/tag-version@v3
118
118
with :
119
119
version : ${{ inputs.version }}
120
120
tag_message_template : ' Release ${VERSION}'
@@ -153,22 +153,22 @@ jobs:
153
153
154
154
steps :
155
155
- name : " Generate token and checkout repository"
156
- uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
156
+ uses : mongodb-labs/drivers-github-tools/secure-checkout@v3
157
157
with :
158
158
app_id : ${{ vars.APP_ID }}
159
159
private_key : ${{ secrets.APP_PRIVATE_KEY }}
160
160
ref : refs/tags/${{ inputs.version }}
161
161
162
162
# Sets the S3_ASSETS environment variable used later
163
163
- name : " Set up drivers-github-tools"
164
- uses : mongodb-labs/drivers-github-tools/setup@v2
164
+ uses : mongodb-labs/drivers-github-tools/setup@v3
165
165
with :
166
166
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
167
167
aws_region_name : ${{ vars.AWS_REGION_NAME }}
168
168
aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
169
169
170
170
- name : " Generate SSDLC Reports"
171
- uses : mongodb-labs/drivers-github-tools/full-report@v2
171
+ uses : mongodb-labs/drivers-github-tools/full-report@v3
172
172
with :
173
173
product_name : " MongoDB PHP Driver (library)"
174
174
release_version : ${{ inputs.version }}
@@ -179,7 +179,7 @@ jobs:
179
179
continue-on-error : true
180
180
181
181
- name : Upload S3 assets
182
- uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
182
+ uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v3
183
183
with :
184
184
version : ${{ inputs.version }}
185
185
product_name : mongo-php-library
0 commit comments