From f221d85f4f6a4f07d84c20fa2b34608c1d6bcefc Mon Sep 17 00:00:00 2001 From: Juan Manuel Perez Date: Mon, 20 Nov 2023 15:13:28 +0100 Subject: [PATCH] update pipelines to use v2 --- .github/workflows/repolinter.yml | 2 +- .github/workflows/security.yaml | 2 +- .github/workflows/trigger_prerelease.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 48344d2f..8b847859 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@v1 + uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index d8b8252b..4cd0857f 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -12,7 +12,7 @@ on: jobs: security: - uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v1 + uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2 with: skip-dirs: "build" skip-files: 'tests/integration/consumer-producer/pom.xml' diff --git a/.github/workflows/trigger_prerelease.yaml b/.github/workflows/trigger_prerelease.yaml index 39b48eba..572a1a46 100644 --- a/.github/workflows/trigger_prerelease.yaml +++ b/.github/workflows/trigger_prerelease.yaml @@ -11,7 +11,7 @@ on: jobs: prerelease: - uses: newrelic/coreint-automation/.github/workflows/reusable_trigger_prerelease.yaml@v1 + uses: newrelic/coreint-automation/.github/workflows/reusable_trigger_prerelease.yaml@v2 secrets: bot_token: ${{ secrets.COREINT_BOT_TOKEN }} slack_channel: ${{ secrets.COREINT_SLACK_CHANNEL }}