From 764b47ad1892a15b0013a85411c87a62c4742ee3 Mon Sep 17 00:00:00 2001 From: LukeBrowne-R3 Date: Fri, 29 Mar 2024 12:09:56 +0000 Subject: [PATCH] ES-1919/Update-Github-Workflows --- .github/workflows/check-pr-title.yml | 2 +- .github/workflows/jira_create_issue.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index f99824a302..d578fb899b 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -7,7 +7,7 @@ jobs: check-pr-title: runs-on: ubuntu-latest steps: - - uses: morrisoncole/pr-lint-action@v1.4.1 + - uses: morrisoncole/pr-lint-action@v1.7.1 with: title-regex: '^((CORDA|AG|EG|ENT|INFRA|ES)-\d+|NOTICK)(.*)' on-failed-regex-comment: "PR title failed to match regex -> `%regex%`" diff --git a/.github/workflows/jira_create_issue.yml b/.github/workflows/jira_create_issue.yml index fe9f5eb8de..ac7953145b 100644 --- a/.github/workflows/jira_create_issue.yml +++ b/.github/workflows/jira_create_issue.yml @@ -8,7 +8,7 @@ jobs: update_jira: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.1 - name: Jira Create issue id: create @@ -27,7 +27,7 @@ jobs: Created by github action. - name: Create comment - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v4.0.0 with: token: ${{ secrets.GH_TOKEN }} issue-number: ${{ github.event.issue.number }}