File tree Expand file tree Collapse file tree 4 files changed +25
-6
lines changed
Expand file tree Collapse file tree 4 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 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'
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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
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 : |
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments