From 3ad8ec05aa8d69a6ca4b6beceda3e96928b53cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:03:14 +0200 Subject: [PATCH] chore(deps): update newrelic/coreint-automation action to v3 (#126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/on_prerelease.yml | 2 +- .github/workflows/on_push_pr.yml | 2 +- .github/workflows/on_release.yml | 2 +- .github/workflows/repolinter.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/trigger_prerelease.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 }}