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"