Skip to content

Commit 6e7206f

Browse files
committed
Merge branch 'v1/dev' into dev
2 parents e37e523 + b03d833 commit 6e7206f

File tree

249 files changed

+6635
-13926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+6635
-13926
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
types: [opened, synchronize, reopened, closed]
1010
branches:
1111
- main
12+
- 'v*/main'
1213

1314
jobs:
1415
build_and_deploy_job:

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ name: 'CodeQL'
22

33
on:
44
push:
5-
branches: [dev, main]
5+
branches:
6+
- main
7+
- dev
8+
- 'v*/dev'
9+
- 'v*/main'
610
pull_request:
711
# The branches below must be a subset of the branches above
8-
branches: [dev]
12+
branches:
13+
- dev
14+
- 'v*/dev'
915
schedule:
1016
- cron: '39 20 * * 3'
1117

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'v*/main'
78

89
jobs:
910
build:

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name: Tests
66
on:
77
# Triggers the workflow on push or pull request events but only for the dev branch
88
pull_request:
9-
branches: [dev, main]
9+
branches:
10+
- dev
11+
- 'v*/dev'
1012

1113
# Allows you to run this workflow manually from the Actions tab
1214
workflow_dispatch:

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ------- | ------------------ |
7-
| 1.0.0 | :white_check_mark: (December 2023) |
8-
| 1.0.0-rc | :x: |
9-
| 1.0.0-alpha | :x: |
10-
| < 1.0 | :white_check_mark: (until release of 1.0.0) |
5+
| Version | Supported |
6+
| ----------- | ------------------------------------------- |
7+
| 1.0.0 | :white_check_mark: (December 2023) |
8+
| 1.0.0-rc | :x: |
9+
| 1.0.0-alpha | :x: |
10+
| < 1.0 | :white_check_mark: (until release of 1.0.0) |
1111

1212
## Reporting a Vulnerability
1313

0 commit comments

Comments
 (0)