Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLiam committed Apr 21, 2021
2 parents d86f1d4 + e72963f commit ecf3224
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTestAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '*.md'
pull_request:
branches: [ master ]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ on:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '*.md'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '*.md'
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
| Version | Supported |
| ------- | ------------------ |
| 0.1.0 | :white_check_mark: |
| 0.2.0 | :white_check_mark: |
| 0.3.1 | :white_check_mark: |
| 0.4.0 | :white_check_mark: |

## Reporting a Vulnerability
To report a vulnerability please create an issue in the issue tab.
Expand Down

0 comments on commit ecf3224

Please sign in to comment.