4949 run : echo '🎬 Release process for version ${{ inputs.version }} started by @${{ github.triggering_actor }}' >> $GITHUB_STEP_SUMMARY
5050
5151 - 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
5353 with :
5454 app_id : ${{ vars.APP_ID }}
5555 private_key : ${{ secrets.APP_PRIVATE_KEY }}
9898 #
9999
100100 - name : " Set up drivers-github-tools"
101- uses : mongodb-labs/drivers-github-tools/setup@v2
101+ uses : mongodb-labs/drivers-github-tools/setup@v3
102102 with :
103103 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
104104 aws_region_name : ${{ vars.AWS_REGION_NAME }}
@@ -114,7 +114,7 @@ jobs:
114114 run : echo "RELEASE_URL=$(gh release create ${{ inputs.version }} --target ${{ env.RELEASE_BRANCH }} --title "${{ inputs.version }}" --notes-file release-message --draft)" >> "$GITHUB_ENV"
115115
116116 - name : " Create release tag"
117- uses : mongodb-labs/drivers-github-tools/tag-version@v2
117+ uses : mongodb-labs/drivers-github-tools/tag-version@v3
118118 with :
119119 version : ${{ inputs.version }}
120120 tag_message_template : ' Release ${VERSION}'
@@ -153,22 +153,22 @@ jobs:
153153
154154 steps :
155155 - 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
157157 with :
158158 app_id : ${{ vars.APP_ID }}
159159 private_key : ${{ secrets.APP_PRIVATE_KEY }}
160160 ref : refs/tags/${{ inputs.version }}
161161
162162 # Sets the S3_ASSETS environment variable used later
163163 - name : " Set up drivers-github-tools"
164- uses : mongodb-labs/drivers-github-tools/setup@v2
164+ uses : mongodb-labs/drivers-github-tools/setup@v3
165165 with :
166166 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
167167 aws_region_name : ${{ vars.AWS_REGION_NAME }}
168168 aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
169169
170170 - name : " Generate SSDLC Reports"
171- uses : mongodb-labs/drivers-github-tools/full-report@v2
171+ uses : mongodb-labs/drivers-github-tools/full-report@v3
172172 with :
173173 product_name : " MongoDB PHP Driver (library)"
174174 release_version : ${{ inputs.version }}
@@ -179,7 +179,7 @@ jobs:
179179 continue-on-error : true
180180
181181 - 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
183183 with :
184184 version : ${{ inputs.version }}
185185 product_name : mongo-php-library
0 commit comments