diff --git a/.github/workflows/close-jira.yml b/.github/workflows/close-jira.yml index b16a528..0f6eba2 100644 --- a/.github/workflows/close-jira.yml +++ b/.github/workflows/close-jira.yml @@ -24,7 +24,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 }} diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 1f48ffb..3be527c 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -24,12 +24,12 @@ 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 }} - 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 }}