From 3c23daf5fcb04e1ece77e027f62b6e2e10a8ad62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:14:37 +0200 Subject: [PATCH] chore(deps): update newrelic/coreint-automation action to v3 (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/on_prerelease.yaml | 2 +- .github/workflows/on_push_pr.yaml | 2 +- .github/workflows/on_release.yaml | 2 +- .github/workflows/repolinter.yml | 2 +- .github/workflows/security.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on_prerelease.yaml b/.github/workflows/on_prerelease.yaml index 31911ca..7528b27 100644 --- a/.github/workflows/on_prerelease.yaml +++ b/.github/workflows/on_prerelease.yaml @@ -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: "oracledb" diff --git a/.github/workflows/on_push_pr.yaml b/.github/workflows/on_push_pr.yaml index 877e561..543eb07 100644 --- a/.github/workflows/on_push_pr.yaml +++ b/.github/workflows/on_push_pr.yaml @@ -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: run_test_windows: false run_integration_nix: false diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index 2614e5c..efeca73 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -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: oracledb tag: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 8b84785..6ca54d4 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -8,4 +8,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.yaml b/.github/workflows/security.yaml index 185f20e..049282a 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -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"