This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
commit 5ff6482ff0c874326bc6782f0049c133f84d0fc7 Author: D067452 <[email protected]> AuthorDate: Mon Aug 2 20:39:54 2021 +0200 Fixing a typo --- .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 3407fe9..95bc2be 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,14 +9,14 @@ on: - 'LICENSE' - 'NOTICE' - 'README' - - SECURITY.md' + - 'SECURITY.md' pull_request: branches: [master] paths-ignore: - 'LICENSE' - 'NOTICE' - 'README' - - SECURITY.md' + - 'SECURITY.md' jobs: analyze:
