Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed May 5, 2021
2 parents 1217087 + 3a8155f commit 10d8aa9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v1
# - uses: actions/checkout@v2.3.4
# - uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '3.1.201'
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

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

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: Create and push NuGet package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Checkout repository
id: checkout_repo
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Initialize CodeQL
id: init_codeql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '3.1.201'
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: Vuepress
run: |
Expand Down
19 changes: 19 additions & 0 deletions SECURITY.md
@@ -0,0 +1,19 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 106.x | :white_check_mark: |
| < 106.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

0 comments on commit 10d8aa9

Please sign in to comment.