Skip to content

Commit c7808e8

Browse files
chore(deps): update newrelic/coreint-automation action to v3 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37d3d9b commit c7808e8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/on_prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pre-release:
12-
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v2
12+
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
1313
with:
1414
tag: ${{ github.event.release.tag_name }}
1515
integration: "mssql"

.github/workflows/on_push_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
push-pr:
13-
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v2
13+
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3
1414
with:
1515
integration: mssql
1616
run_test_build_fake_prerelease: true

.github/workflows/on_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release:
12-
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v2
12+
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3
1313
with:
1414
integration: mssql
1515
tag: ${{ github.event.release.tag_name }}

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
repolinter:
11-
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2
11+
uses: newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ on:
1212

1313
jobs:
1414
security:
15-
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2
15+
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
1616
with:
1717
skip-dirs: "build"

0 commit comments

Comments
 (0)