File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
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
13
13
with :
14
14
tag : ${{ github.event.release.tag_name }}
15
15
integration : " mongodb"
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
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
14
14
with :
15
15
integration : mongodb
16
16
secrets : inherit
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
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
13
13
with :
14
14
integration : mongodb
15
15
tag : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
repolinter :
10
- uses : newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v2
10
+ uses : newrelic/coreint-automation/.github/workflows/reusable_repolinter.yaml@v3
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
security :
15
- uses : newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2
15
+ uses : newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3
16
16
with :
17
17
skip-dirs : " build"
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
prerelease :
14
- uses : newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v1
14
+ uses : newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v3
15
15
secrets :
16
16
bot_token : ${{ secrets.COREINT_BOT_TOKEN }}
17
17
slack_channel : ${{ secrets.COREINT_SLACK_CHANNEL }}
You can’t perform that action at this time.
0 commit comments