Skip to content

Commit 25bdc52

Browse files
authored
Merge pull request #35 from codacy/bump-gajira
meta: Bump gajira-comment and gajira-create on Github workflow
2 parents 5fcc686 + 279a97f commit 25bdc52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/comment_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Jira Add comment on issue
8383
if: env.JIRA_CREATE_COMMENT_AUTO == 'true' && env.GITHUB_ISSUE_TYPE == 'issue' && env.GITHUB_ISSUE_HAS_JIRA_ISSUE_LABEL == 'true'
8484
id: add_comment_jira_issue
85-
uses: atlassian/[email protected].0
85+
uses: atlassian/[email protected].2
8686
env:
8787
GITHUB_ISSUE_TYPE: ${{ steps.github_issue_type.outputs.result }}
8888
GITHUB_ISSUE_HAS_JIRA_ISSUE_LABEL: ${{ steps.github_issue_has_jira_issue_label.outputs.result }}

.github/workflows/create_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Jira Create issue
2828
if: env.JIRA_CREATE_ISSUE_AUTO == 'true'
2929
id: create_jira_issue
30-
uses: atlassian/[email protected].0
30+
uses: atlassian/[email protected].1
3131
with:
3232
project: ${{ secrets.JIRA_PROJECT }}
3333
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}

.github/workflows/create_issue_on_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Jira Create issue
2828
if: github.event.label.name == env.JIRA_ISSUE_LABEL
2929
id: create_jira_issue
30-
uses: atlassian/[email protected].0
30+
uses: atlassian/[email protected].1
3131
with:
3232
project: ${{ secrets.JIRA_PROJECT }}
3333
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}

0 commit comments

Comments
 (0)