@@ -168,7 +168,7 @@ jobs:
168168 steps :
169169 - name : set Apix Bot token
170170 id : app-token
171- uses : mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
171+ uses : mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
172172 with :
173173 app-id : ${{ secrets.APIXBOT_APP_ID }}
174174 private-key : ${{ secrets.APIXBOT_APP_PEM }}
@@ -213,7 +213,7 @@ jobs:
213213 merge-multiple : true
214214 - name : Find JIRA ticket
215215 id : find
216- uses : mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
216+ uses : mongodb/apix-action/find-jira@6c3fde402c21942fa46cde003f190c2b23c59530
217217 with :
218218 token : ${{ secrets.JIRA_API_TOKEN }}
219219 jql : project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Test Snapshots"
@@ -222,7 +222,7 @@ jobs:
222222 run : |
223223 echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
224224 - name : Create JIRA ticket
225- uses : mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
225+ uses : mongodb/apix-action/create-jira@6c3fde402c21942fa46cde003f190c2b23c59530
226226 id : create
227227 if : steps.find.outputs.found == 'false'
228228 with :
@@ -257,7 +257,7 @@ jobs:
257257 echo "JIRA_KEY=${{steps.create.outputs.issue-key}}" >> "$GITHUB_ENV"
258258 - name : set Apix Bot token
259259 id : app-token
260- uses : mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
260+ uses : mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
261261 with :
262262 app-id : ${{ secrets.APIXBOT_APP_ID }}
263263 private-key : ${{ secrets.APIXBOT_APP_PEM }}
@@ -296,21 +296,21 @@ jobs:
296296 fetch-depth : 0
297297 - name : Find JIRA ticket
298298 id : find
299- uses : mongodb/apix-action/find-jira@v12
299+ uses : mongodb/apix-action/find-jira@v13
300300 with :
301301 token : ${{ secrets.JIRA_API_TOKEN }}
302302 jql : project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Failed to update test snapshots"
303303 - name : Comment JIRA ticket
304304 if : steps.find.outputs.found == 'true'
305- uses : mongodb/apix-action/comment-jira@v12
305+ uses : mongodb/apix-action/comment-jira@v13
306306 with :
307307 token : ${{ secrets.JIRA_API_TOKEN }}
308308 issue-key : ${{ steps.find.outputs.issue-key }}
309309 comment : |
310310 Another attempt to update test snapshots failed.
311311 Check github actions logs for more details at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
312312 - name : Create JIRA ticket
313- uses : mongodb/apix-action/create-jira@v12
313+ uses : mongodb/apix-action/create-jira@v13
314314 id : create
315315 if : steps.find.outputs.found == 'false'
316316 with :
0 commit comments