diff --git a/.github/workflows/on_prerelease.yml b/.github/workflows/on_prerelease.yml index 8e4c29c..8db0288 100644 --- a/.github/workflows/on_prerelease.yml +++ b/.github/workflows/on_prerelease.yml @@ -9,7 +9,7 @@ on: jobs: pre-release: - uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2 + uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3 with: tag: ${{ github.event.release.tag_name }} integration: "mongodb" diff --git a/.github/workflows/on_push_pr.yml b/.github/workflows/on_push_pr.yml index c93694c..514c79e 100644 --- a/.github/workflows/on_push_pr.yml +++ b/.github/workflows/on_push_pr.yml @@ -10,7 +10,7 @@ on: jobs: push-pr: - uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v2 + uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3 with: integration: mongodb secrets: inherit diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index f974d7a..2f9a90a 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -9,7 +9,7 @@ on: jobs: release: - uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v2 + uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3 with: integration: mongodb tag: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index a239f6a..a51089f 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -7,4 +7,4 @@ on: jobs: repolinter: - uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2 + uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 185f20e..049282a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,6 +12,6 @@ on: jobs: security: - uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2 + uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3 with: skip-dirs: "build" diff --git a/.github/workflows/trigger_prerelease.yml b/.github/workflows/trigger_prerelease.yml index 5287164..824e7bc 100644 --- a/.github/workflows/trigger_prerelease.yml +++ b/.github/workflows/trigger_prerelease.yml @@ -11,7 +11,7 @@ on: jobs: prerelease: - uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v1 + uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v3 secrets: bot_token: ${{ secrets.COREINT_BOT_TOKEN }} slack_channel: ${{ secrets.COREINT_SLACK_CHANNEL }}