Skip to content

Commit e148590

Browse files
build(deps): bump mongodb/apix-action from 12 to 13 (#4110)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e9efb0 commit e148590

9 files changed

+20
-20
lines changed

.github/workflows/autoupdate-sdk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Find JIRA ticket
3232
id: find
3333
if: steps.verify-changed-files.outputs.files_changed == 'true'
34-
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
34+
uses: mongodb/apix-action/find-jira@6c3fde402c21942fa46cde003f190c2b23c59530
3535
with:
3636
token: ${{ secrets.JIRA_API_TOKEN }}
3737
jql: project = CLOUDP and summary ~ "Bump Atlas GO SDK to '${{ steps.version.outputs.VERSION }}'"
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
4242
- name: Create JIRA ticket
43-
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
43+
uses: mongodb/apix-action/create-jira@6c3fde402c21942fa46cde003f190c2b23c59530
4444
id: create
4545
if: (steps.verify-changed-files.outputs.files_changed == 'true') && (steps.find.outputs.found == 'false')
4646
with:
@@ -76,7 +76,7 @@ jobs:
7676
- name: set Apix Bot token
7777
if: steps.verify-changed-files.outputs.files_changed == 'true'
7878
id: app-token
79-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
79+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
8080
with:
8181
app-id: ${{ secrets.APIXBOT_APP_ID }}
8282
private-key: ${{ secrets.APIXBOT_APP_PEM }}

.github/workflows/autoupdate-spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Find JIRA ticket
3131
id: find
3232
if: env.FILES_CHANGED == 'true'
33-
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
33+
uses: mongodb/apix-action/find-jira@6c3fde402c21942fa46cde003f190c2b23c59530
3434
with:
3535
token: ${{ secrets.JIRA_API_TOKEN }}
3636
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Autogenerated Commands"
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
4141
- name: Create JIRA ticket
42-
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
42+
uses: mongodb/apix-action/create-jira@6c3fde402c21942fa46cde003f190c2b23c59530
4343
id: create
4444
if: (env.FILES_CHANGED == 'true') && (steps.find.outputs.found == 'false')
4545
with:
@@ -75,7 +75,7 @@ jobs:
7575
- name: set Apix Bot token
7676
if: env.FILES_CHANGED == 'true'
7777
id: app-token
78-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
78+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
7979
with:
8080
app-id: ${{ secrets.APIXBOT_APP_ID }}
8181
private-key: ${{ secrets.APIXBOT_APP_PEM }}

.github/workflows/close-jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
JIRA_KEY=$(gh pr view "$URL" --comments | grep 'was created for internal tracking' | grep -oE 'CLOUDP-[0-9]+' | head -1)
2828
echo "JIRA_KEY=$JIRA_KEY" >> "$GITHUB_ENV"
2929
- name: Close JIRA ticket
30-
uses: mongodb/apix-action/transition-jira@v12
30+
uses: mongodb/apix-action/transition-jira@v13
3131
with:
3232
token: ${{ secrets.JIRA_API_TOKEN }}
3333
issue-key: ${{ env.JIRA_KEY }}

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
go install github.com/mattn/[email protected]
327327
- name: set Apix Bot token
328328
id: app-token
329-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
329+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
330330
with:
331331
app-id: ${{ secrets.APIXBOT_APP_ID }}
332332
private-key: ${{ secrets.APIXBOT_APP_PEM }}

.github/workflows/dependabot-create-jira-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 2
2424
- name: set Apix Bot token
2525
id: app-token
26-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
26+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
2727
with:
2828
app-id: ${{ secrets.APIXBOT_APP_ID }}
2929
private-key: ${{ secrets.APIXBOT_APP_PEM }}
@@ -40,7 +40,7 @@ jobs:
4040
echo "JIRA_TEAM=$JIRA_TEAM"
4141
echo "assigned_team=$JIRA_TEAM" >> "${GITHUB_OUTPUT}"
4242
- name: Create JIRA ticket
43-
uses: mongodb/apix-action/create-jira@v12
43+
uses: mongodb/apix-action/create-jira@v13
4444
id: create
4545
with:
4646
token: ${{ secrets.JIRA_API_TOKEN }}

.github/workflows/dependabot-update-purls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
config: ${{ vars.PERMISSIONS_CONFIG }}
1919
- name: Set Apix Bot token
2020
id: app-token
21-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
21+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
2222
with:
2323
app-id: ${{ secrets.APIXBOT_APP_ID }}
2424
private-key: ${{ secrets.APIXBOT_APP_PEM }}

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with:
1818
config: ${{ vars.PERMISSIONS_CONFIG }}
1919
- name: Create JIRA ticket
20-
uses: mongodb/apix-action/create-jira@v12
20+
uses: mongodb/apix-action/create-jira@v13
2121
id: create
2222
with:
2323
token: ${{ secrets.JIRA_API_TOKEN }}

.github/workflows/update-e2e-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- name: set Apix Bot token
168168
id: app-token
169-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
169+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
170170
with:
171171
app-id: ${{ secrets.APIXBOT_APP_ID }}
172172
private-key: ${{ secrets.APIXBOT_APP_PEM }}
@@ -211,7 +211,7 @@ jobs:
211211
merge-multiple: true
212212
- name: Find JIRA ticket
213213
id: find
214-
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
214+
uses: mongodb/apix-action/find-jira@6c3fde402c21942fa46cde003f190c2b23c59530
215215
with:
216216
token: ${{ secrets.JIRA_API_TOKEN }}
217217
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Test Snapshots"
@@ -220,7 +220,7 @@ jobs:
220220
run: |
221221
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
222222
- name: Create JIRA ticket
223-
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
223+
uses: mongodb/apix-action/create-jira@6c3fde402c21942fa46cde003f190c2b23c59530
224224
id: create
225225
if: steps.find.outputs.found == 'false'
226226
with:
@@ -255,7 +255,7 @@ jobs:
255255
echo "JIRA_KEY=${{steps.create.outputs.issue-key}}" >> "$GITHUB_ENV"
256256
- name: set Apix Bot token
257257
id: app-token
258-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
258+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
259259
with:
260260
app-id: ${{ secrets.APIXBOT_APP_ID }}
261261
private-key: ${{ secrets.APIXBOT_APP_PEM }}
@@ -294,21 +294,21 @@ jobs:
294294
fetch-depth: 0
295295
- name: Find JIRA ticket
296296
id: find
297-
uses: mongodb/apix-action/find-jira@v12
297+
uses: mongodb/apix-action/find-jira@v13
298298
with:
299299
token: ${{ secrets.JIRA_API_TOKEN }}
300300
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Failed to update test snapshots"
301301
- name: Comment JIRA ticket
302302
if: steps.find.outputs.found == 'true'
303-
uses: mongodb/apix-action/comment-jira@v12
303+
uses: mongodb/apix-action/comment-jira@v13
304304
with:
305305
token: ${{ secrets.JIRA_API_TOKEN }}
306306
issue-key: ${{ steps.find.outputs.issue-key }}
307307
comment: |
308308
Another attempt to update test snapshots failed.
309309
Check github actions logs for more details at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
310310
- name: Create JIRA ticket
311-
uses: mongodb/apix-action/create-jira@v12
311+
uses: mongodb/apix-action/create-jira@v13
312312
id: create
313313
if: steps.find.outputs.found == 'false'
314314
with:

.github/workflows/update-ssdlc-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
config: ${{ vars.PERMISSIONS_CONFIG }}
2020
- name: set Apix Bot token
2121
id: app-token
22-
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
22+
uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530
2323
with:
2424
app-id: ${{ secrets.APIXBOT_APP_ID }}
2525
private-key: ${{ secrets.APIXBOT_APP_PEM }}

0 commit comments

Comments
 (0)