Skip to content

Commit

Permalink
chore(deps): update newrelic/coreint-automation action to v3 (#291)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[newrelic/coreint-automation](https://togithub.com/newrelic/coreint-automation)
| action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>newrelic/coreint-automation
(newrelic/coreint-automation)</summary>

###
[`v3`](https://togithub.com/newrelic/coreint-automation/compare/v2...v3)

[Compare
Source](https://togithub.com/newrelic/coreint-automation/compare/v2...v3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/newrelic/nri-kafka).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent da6938b commit 51b589b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

pre-release:
needs: [test-integration-nix]
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: kafka
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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: kafka
run_integration_nix: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: kafka
tag: ${{ github.event.release.tag_name }}
Expand Down
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@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3
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@v2
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
with:
skip-dirs: "build"
skip-files: 'tests/integration/consumer-producer/pom.xml'

0 comments on commit 51b589b

Please sign in to comment.