23
23
run : echo '🎬 Release process for version ${{ inputs.version }} started by @${{ github.triggering_actor }}' >> $GITHUB_STEP_SUMMARY
24
24
25
25
- 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
27
27
with :
28
28
app_id : ${{ vars.APP_ID }}
29
29
private_key : ${{ secrets.APP_PRIVATE_KEY }}
71
71
#
72
72
73
73
- name : " Set up drivers-github-tools"
74
- uses : mongodb-labs/drivers-github-tools/setup@v2
74
+ uses : mongodb-labs/drivers-github-tools/setup@v3
75
75
with :
76
76
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
77
77
aws_region_name : ${{ vars.AWS_REGION_NAME }}
82
82
run : echo "RELEASE_URL=$(gh release create ${{ inputs.version }} --target ${{ github.ref_name }} --title "${{ inputs.version }}" --generate-notes --draft)" >> "$GITHUB_ENV"
83
83
84
84
- name : " Create release tag"
85
- uses : mongodb-labs/drivers-github-tools/tag-version@v2
85
+ uses : mongodb-labs/drivers-github-tools/tag-version@v3
86
86
with :
87
87
version : ${{ inputs.version }}
88
88
tag_message_template : ' Release ${VERSION}'
@@ -121,22 +121,22 @@ jobs:
121
121
122
122
steps :
123
123
- 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
125
125
with :
126
126
app_id : ${{ vars.APP_ID }}
127
127
private_key : ${{ secrets.APP_PRIVATE_KEY }}
128
128
ref : refs/tags/${{ inputs.version }}
129
129
130
130
# Sets the S3_ASSETS environment variable used later
131
131
- name : " Set up drivers-github-tools"
132
- uses : mongodb-labs/drivers-github-tools/setup@v2
132
+ uses : mongodb-labs/drivers-github-tools/setup@v3
133
133
with :
134
134
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
135
135
aws_region_name : ${{ vars.AWS_REGION_NAME }}
136
136
aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
137
137
138
138
- name : " Generate SSDLC Reports"
139
- uses : mongodb-labs/drivers-github-tools/full-report@v2
139
+ uses : mongodb-labs/drivers-github-tools/full-report@v3
140
140
with :
141
141
product_name : " MongoDB Laravel Integration"
142
142
release_version : ${{ inputs.version }}
@@ -147,7 +147,7 @@ jobs:
147
147
continue-on-error : true
148
148
149
149
- 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
151
151
with :
152
152
version : ${{ inputs.version }}
153
153
product_name : laravel-mongodb
0 commit comments