Skip to content

Commit b6e6586

Browse files
build(deps): bump mongodb/apix-action from 8 to 12
Bumps [mongodb/apix-action](https://github.com/mongodb/apix-action) from 8 to 12. - [Release notes](https://github.com/mongodb/apix-action/releases) - [Commits](mongodb/apix-action@v8...v12) --- updated-dependencies: - dependency-name: mongodb/apix-action dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78a71f6 commit b6e6586

9 files changed

+17
-17
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
34+
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
43+
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
79+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
33+
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
42+
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
78+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
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@v8
30+
uses: mongodb/apix-action/transition-jira@v12
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
@@ -328,7 +328,7 @@ jobs:
328328
go install github.com/mattn/[email protected]
329329
- name: set Apix Bot token
330330
id: app-token
331-
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
331+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
332332
with:
333333
app-id: ${{ secrets.APIXBOT_APP_ID }}
334334
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
26+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
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@v8
43+
uses: mongodb/apix-action/create-jira@v12
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@3024080388613583e3bd119bfb1ab4b4dbf43c42
21+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
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@v8
20+
uses: mongodb/apix-action/create-jira@v12
2121
id: create
2222
with:
2323
token: ${{ secrets.JIRA_API_TOKEN }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.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@3024080388613583e3bd119bfb1ab4b4dbf43c42
22+
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
2323
with:
2424
app-id: ${{ secrets.APIXBOT_APP_ID }}
2525
private-key: ${{ secrets.APIXBOT_APP_PEM }}

0 commit comments

Comments
 (0)