Skip to content

Commit f6df96f

Browse files
artemrysdependabot[bot]mkolasinski-splunk
authored
feat(deps): bump contributor-assistant/github-action (#33)
* feat(deps): bump contributor-assistant/github-action Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/contributor-assistant/github-action/releases) - [Commits](contributor-assistant/github-action@v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: contributor-assistant/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * ci: update to internal semantic release action * chore: update semantic-release-action version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mkolasinski-splunk <[email protected]>
1 parent cf1f314 commit f6df96f

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/workflows/agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: "CLA Assistant"
1414
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
15-
uses: contributor-assistant/github-action@v2.2.1
15+
uses: contributor-assistant/github-action@v2.3.0
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: "COC Assistant"
3030
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
31-
uses: contributor-assistant/github-action@v2.2.1
31+
uses: contributor-assistant/github-action@v2.3.0
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ jobs:
4747
submodules: false
4848
persist-credentials: false
4949
- name: Semantic Release
50-
uses: cycjimmy/[email protected]
51-
with:
52-
semantic_version: 19.0.2
53-
extra_plugins: |
54-
@semantic-release/git
50+
uses: splunk/[email protected]
5551
env:
5652
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
5753

.github/workflows/reusable-agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: "CLA Assistant"
1818
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
19-
uses: contributor-assistant/github-action@v2.2.1
19+
uses: contributor-assistant/github-action@v2.3.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2222
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: "COC Assistant"
3434
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
35-
uses: contributor-assistant/github-action@v2.2.1
35+
uses: contributor-assistant/github-action@v2.3.0
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3838
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

.releaserc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"@semantic-release/commit-analyzer",
2626
"@semantic-release/release-notes-generator",
2727
"@semantic-release/git",
28-
"@semantic-release/github"
28+
"@semantic-release/github",
29+
[
30+
"@semantic-release/exec",
31+
{
32+
"verifyReleaseCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT",
33+
"successCmd": "echo \"new_release_published=${'true'}\" >> $GITHUB_OUTPUT"
34+
}
35+
]
2936
],
30-
}
37+
}

0 commit comments

Comments
 (0)