Skip to content

Commit 10d8aa9

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 1217087 + 3a8155f commit 10d8aa9

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

.github/workflows/build-dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# runs-on: ubuntu-latest
1717
#
1818
# steps:
19-
# - uses: actions/checkout@v1
19+
# - uses: actions/checkout@v2.3.4
2020
# - uses: actions/setup-dotnet@v1
2121
# with:
2222
# dotnet-version: '3.1.201'
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: windows-latest
2929

3030
steps:
31-
- uses: actions/checkout@v1
31+
- uses: actions/checkout@v2.3.4
3232

3333
- name: Run tests on Windows for all targets
3434
run: dotnet test -c Release
@@ -38,7 +38,7 @@ jobs:
3838
needs: [test-win] #,test-netcore-linux]
3939

4040
steps:
41-
- uses: actions/checkout@v1
41+
- uses: actions/checkout@v2.3.4
4242

4343
- name: Create and push NuGet package
4444
run: |

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Checkout repository
2525
id: checkout_repo
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v2.3.4
2727

2828
- name: Initialize CodeQL
2929
id: init_codeql

.github/workflows/pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2.3.4
1111
- uses: actions/setup-dotnet@v1.8.0
1212
with:
1313
dotnet-version: '3.1.201'
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2.3.4
2323

2424
- name: Vuepress
2525
run: |

SECURITY.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| 106.x | :white_check_mark: |
11+
| < 106.0 | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
Use this section to tell people how to report a vulnerability.
16+
17+
Tell them where to go, how often they can expect to get an update on a
18+
reported vulnerability, what to expect if the vulnerability is accepted or
19+
declined, etc.

0 commit comments

Comments
 (0)