Skip to content

Commit 071630e

Browse files
authored
Merge branch 'main' into dependabot/pip/boto3-stubs-1.40.39
2 parents 0db7f47 + dcc8be0 commit 071630e

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +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\(\)

.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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^24.5.2",
22-
"aws-cdk": "^2.1029.2"
22+
"aws-cdk": "^2.1029.3"
2323
}
2424
}

0 commit comments

Comments
 (0)