Skip to content

Commit 443b29d

Browse files
dependabot[bot]blva
authored andcommitted
build(deps): bump mongodb/apix-action from 12 to 13 (#4110)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eefe30d commit 443b29d

File tree

9 files changed

+20
-20
lines changed

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/goveralls@v0.0.12
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
@@ -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:

.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)