2323 run : echo '🎬 Release process for version ${{ inputs.version }} started by @${{ github.triggering_actor }}' >> $GITHUB_STEP_SUMMARY
2424
2525 - name : " Generate token and checkout repository"
26- uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
26+ uses : mongodb-labs/drivers-github-tools/secure-checkout@v3
2727 with :
2828 app_id : ${{ vars.APP_ID }}
2929 private_key : ${{ secrets.APP_PRIVATE_KEY }}
7171 #
7272
7373 - name : " Set up drivers-github-tools"
74- uses : mongodb-labs/drivers-github-tools/setup@v2
74+ uses : mongodb-labs/drivers-github-tools/setup@v3
7575 with :
7676 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
7777 aws_region_name : ${{ vars.AWS_REGION_NAME }}
8282 run : echo "RELEASE_URL=$(gh release create ${{ inputs.version }} --target ${{ github.ref_name }} --title "${{ inputs.version }}" --generate-notes --draft)" >> "$GITHUB_ENV"
8383
8484 - name : " Create release tag"
85- uses : mongodb-labs/drivers-github-tools/tag-version@v2
85+ uses : mongodb-labs/drivers-github-tools/tag-version@v3
8686 with :
8787 version : ${{ inputs.version }}
8888 tag_message_template : ' Release ${VERSION}'
@@ -121,22 +121,22 @@ jobs:
121121
122122 steps :
123123 - name : " Generate token and checkout repository"
124- uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
124+ uses : mongodb-labs/drivers-github-tools/secure-checkout@v3
125125 with :
126126 app_id : ${{ vars.APP_ID }}
127127 private_key : ${{ secrets.APP_PRIVATE_KEY }}
128128 ref : refs/tags/${{ inputs.version }}
129129
130130 # Sets the S3_ASSETS environment variable used later
131131 - name : " Set up drivers-github-tools"
132- uses : mongodb-labs/drivers-github-tools/setup@v2
132+ uses : mongodb-labs/drivers-github-tools/setup@v3
133133 with :
134134 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
135135 aws_region_name : ${{ vars.AWS_REGION_NAME }}
136136 aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
137137
138138 - name : " Generate SSDLC Reports"
139- uses : mongodb-labs/drivers-github-tools/full-report@v2
139+ uses : mongodb-labs/drivers-github-tools/full-report@v3
140140 with :
141141 product_name : " MongoDB Laravel Integration"
142142 release_version : ${{ inputs.version }}
@@ -147,7 +147,7 @@ jobs:
147147 continue-on-error : true
148148
149149 - name : Upload S3 assets
150- uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
150+ uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v3
151151 with :
152152 version : ${{ inputs.version }}
153153 product_name : laravel-mongodb
0 commit comments