From 33aa0a963b6cb9a0bc3b4999f84daa7a6621f12f Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Mar 2021 17:53:34 +0000 Subject: [PATCH 1/4] Update SECURITY.md --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 650ea7b..db66846 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,6 +5,9 @@ | Version | Supported | | ------- | ------------------ | | 0.1.0 | :white_check_mark: | +| 0.2.0 | :white_check_mark: | +| 0.3.0 | :white_check_mark: | +| 0.4.0 | :white_check_mark: | ## Reporting a Vulnerability To report a vulnerability please create an issue in the issue tab. From 4a07391697c64a41aaf690f0f12d49c304ae54f6 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Mar 2021 17:54:02 +0000 Subject: [PATCH 2/4] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index db66846..bf9ac10 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ | ------- | ------------------ | | 0.1.0 | :white_check_mark: | | 0.2.0 | :white_check_mark: | -| 0.3.0 | :white_check_mark: | +| 0.3.1 | :white_check_mark: | | 0.4.0 | :white_check_mark: | ## Reporting a Vulnerability From 6bd65a5ea6f7244fa5376e1837b74b4a32cac6a8 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Mar 2021 17:54:38 +0000 Subject: [PATCH 3/4] Update BuildAndTestAction.yml --- .github/workflows/BuildAndTestAction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndTestAction.yml b/.github/workflows/BuildAndTestAction.yml index 9d9c4f4..574e3ce 100644 --- a/.github/workflows/BuildAndTestAction.yml +++ b/.github/workflows/BuildAndTestAction.yml @@ -5,7 +5,7 @@ on: branches: [ master ] paths-ignore: - '.github/**' - - 'README.md' + - '*.md' pull_request: branches: [ master ] workflow_dispatch: From e72963f6a6186a2623ea0ff4e1c2e5d4e0600390 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Mar 2021 17:55:02 +0000 Subject: [PATCH 4/4] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a641760..e7d8d59 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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: