From 44417f7cdd32dfbfbc1a0b2572d3d4f54814c5c8 Mon Sep 17 00:00:00 2001 From: Marcus <46655509+Marcus5408@users.noreply.github.com> Date: Fri, 18 Aug 2023 03:24:29 -0400 Subject: [PATCH 1/3] fix quote fixed a quote that had odd unicode characters that showed up incorrectly when using the system font (SF) on apple devices --- quotes/short_quotes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes/short_quotes.json b/quotes/short_quotes.json index 21ccee3..5deaae1 100644 --- a/quotes/short_quotes.json +++ b/quotes/short_quotes.json @@ -27,7 +27,7 @@ "episode_name": "Swindler, II" }, { - "quote": "⸢A regressor actually doesn't regress. What actually regresses isn't him, but everything else excluding him.⸥", + "quote": "「A regressor actually doesn't regress. What actually regresses isn't him, but everything else excluding him.」", "author": "Unknown", "chapter": 476, "episode": "90", From 8f1601d54e9a29d81054063edfd27c6d855439d0 Mon Sep 17 00:00:00 2001 From: Marcus <46655509+Marcus5408@users.noreply.github.com> Date: Fri, 18 Aug 2023 03:29:02 -0400 Subject: [PATCH 2/3] update codeql remove quotes dir from triggering codeql scan --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 82eed3a..36b4999 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,11 +17,13 @@ on: - main paths-ignore: - '.github/**' # Exclude changes to the .github directory + - 'quotes/**' pull_request: branches: - main - paths-ignore: + paths-ignore: - '.github/**' # Exclude changes to the .github directory + - 'quotes/**' schedule: - cron: '35 15 * * 1' From 00b802b615b7e2f3a1e49730abd4292336702984 Mon Sep 17 00:00:00 2001 From: Marcus <46655509+Marcus5408@users.noreply.github.com> Date: Fri, 18 Aug 2023 03:31:16 -0400 Subject: [PATCH 3/3] Update README.md added codeql badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0bdbb3..df80e56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Omniscient Reader's Viewpoint Quotes API [![Google App Engine Deployment](https://github.com/Marcus5408/orv-quote-api/actions/workflows/deploy.yml/badge.svg)](https://github.com/Marcus5408/orv-quote-api/actions/workflows/deploy.yml) +[![CodeQL Scan](https://github.com/Marcus5408/orv-quote-api/actions/workflows/codeql.yml/badge.svg)](https://github.com/Marcus5408/orv-quote-api/actions/workflows/codeql.yml) This is a simple API that returns a random quote from the book Omniscient Reader's Viewpoint.