Skip to content

Commit d285c52

Browse files
committed
Merge branch 'pull_request_conversation_1' into pull_request_conversation_2
2 parents aa78d0c + 219b5cc commit d285c52

File tree

18 files changed

+642
-498
lines changed

18 files changed

+642
-498
lines changed

.gitallowed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ client = WebClient\(token=token\)
3232
client = WebClient\(token=slack_event_data\["bot_token"\]\)
3333
context accountId=123456789012
3434
.*:sample_docs/.*
35-
token = get_bot_token()
35+
token = get_bot_token\(\)

.github/workflows/ci.yml

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

1010
jobs:
1111
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
12+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1313
secrets:
1414
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

.github/workflows/pull_request.yml

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

1010
jobs:
1111
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
12+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1313
secrets:
1414
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

.github/workflows/release.yml

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

99
jobs:
1010
quality_checks:
11-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].1
11+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected].3
1212
secrets:
1313
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1414

0 commit comments

Comments
 (0)