Skip to content

build(deps): bump mongodb/apix-action from 8 to 12 #4081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/autoupdate-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Find JIRA ticket
id: find
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: mongodb/apix-action/find-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
with:
token: ${{ secrets.JIRA_API_TOKEN }}
jql: project = CLOUDP and summary ~ "Bump Atlas GO SDK to '${{ steps.version.outputs.VERSION }}'"
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
id: create
if: (steps.verify-changed-files.outputs.files_changed == 'true') && (steps.find.outputs.found == 'false')
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: set Apix Bot token
if: steps.verify-changed-files.outputs.files_changed == 'true'
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/autoupdate-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Find JIRA ticket
id: find
if: env.FILES_CHANGED == 'true'
uses: mongodb/apix-action/find-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
with:
token: ${{ secrets.JIRA_API_TOKEN }}
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Autogenerated Commands"
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
id: create
if: (env.FILES_CHANGED == 'true') && (steps.find.outputs.found == 'false')
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: set Apix Bot token
if: env.FILES_CHANGED == 'true'
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
JIRA_KEY=$(gh pr view "$URL" --comments | grep 'was created for internal tracking' | grep -oE 'CLOUDP-[0-9]+' | head -1)
echo "JIRA_KEY=$JIRA_KEY" >> "$GITHUB_ENV"
- name: Close JIRA ticket
uses: mongodb/apix-action/transition-jira@v8
uses: mongodb/apix-action/transition-jira@v12
with:
token: ${{ secrets.JIRA_API_TOKEN }}
issue-key: ${{ env.JIRA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
go install github.com/mattn/goveralls@v0.0.12
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 2
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand All @@ -40,7 +40,7 @@ jobs:
echo "JIRA_TEAM=$JIRA_TEAM"
echo "assigned_team=$JIRA_TEAM" >> "${GITHUB_OUTPUT}"
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@v8
uses: mongodb/apix-action/create-jira@v12
id: create
with:
token: ${{ secrets.JIRA_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-update-purls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@v8
uses: mongodb/apix-action/create-jira@v12
id: create
with:
token: ${{ secrets.JIRA_API_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
steps:
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
merge-multiple: true
- name: Find JIRA ticket
id: find
uses: mongodb/apix-action/find-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/find-jira@222db38e5893a57f26bd156999713aa98a55b92c
with:
token: ${{ secrets.JIRA_API_TOKEN }}
jql: project = CLOUDP AND status NOT IN (Closed, Resolved) AND summary ~ "Update Test Snapshots"
Expand All @@ -221,7 +221,7 @@ jobs:
run: |
echo "JIRA_KEY=${{steps.find.outputs.issue-key}}" >> "$GITHUB_ENV"
- name: Create JIRA ticket
uses: mongodb/apix-action/create-jira@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/create-jira@222db38e5893a57f26bd156999713aa98a55b92c
id: create
if: steps.find.outputs.found == 'false'
with:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
echo "JIRA_KEY=${{steps.create.outputs.issue-key}}" >> "$GITHUB_ENV"
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ssdlc-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: set Apix Bot token
id: app-token
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
uses: mongodb/apix-action/token@222db38e5893a57f26bd156999713aa98a55b92c
with:
app-id: ${{ secrets.APIXBOT_APP_ID }}
private-key: ${{ secrets.APIXBOT_APP_PEM }}
Expand Down
Loading