Skip to content

Commit

Permalink
update pipelines to use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kilokang committed Nov 20, 2023
1 parent 5d434aa commit f221d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/trigger_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f221d85

Please sign in to comment.