Skip to content

Commit 633fe61

Browse files
committed
Merge branch 'develop' into enhancement/upgrade-to-react-19
# Conflicts: # package-lock.json
2 parents 2f05914 + 9f535a0 commit 633fe61

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build Docker Image
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/check-changes-to-env.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Check Changes to Env
2+
permissions:
3+
contents: read
4+
pull-requests: read
5+
issues: write
26
on:
37
pull_request:
48
types: [opened, synchronize]

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Lint
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/run-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Run Unit Tests
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/test-sql-queries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Test SQL Queries
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

package-lock.json

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

0 commit comments

Comments
 (0)