@@ -167,7 +167,7 @@ jobs:
167167 steps :
168168 - name : set Apix Bot token
169169 id : app-token
170- uses : mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
170+ uses : mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
171171 with :
172172 app-id : ${{ secrets.APIXBOT_APP_ID }}
173173 private-key : ${{ secrets.APIXBOT_APP_PEM }}
@@ -212,7 +212,7 @@ jobs:
212212 merge-multiple : true
213213 - name : Find JIRA ticket
214214 id : find
215- uses : mongodb/apix-action/find-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
215+ uses : mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
216216 with :
217217 token : ${{ secrets.JIRA_API_TOKEN }}
218218 jql : project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Test Snapshots"
@@ -221,7 +221,7 @@ jobs:
221221 run : |
222222 echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
223223 - name : Create JIRA ticket
224- uses : mongodb/apix-action/create-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
224+ uses : mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
225225 id : create
226226 if : steps.find.outputs.found == 'false'
227227 with :
@@ -256,7 +256,7 @@ jobs:
256256 echo "JIRA_KEY=${{steps.create.outputs.issue-key}}" >> "$GITHUB_ENV"
257257 - name : set Apix Bot token
258258 id : app-token
259- uses : mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
259+ uses : mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
260260 with :
261261 app-id : ${{ secrets.APIXBOT_APP_ID }}
262262 private-key : ${{ secrets.APIXBOT_APP_PEM }}
0 commit comments